Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by michael168

  1. michael168

    Max and Min Difference Formula

    =SUM(LARGE(A1:E1,{1,2})) What about the above answer? What I need to is how to code. Thanks
  2. michael168

    Max and Min Difference Formula

    Can someone show the formula for max and min difference? Cells A1=5 B1=3 C1=4 D1=8 E1=1 In G1 for min difference of sum = C1-B1 = 1 In H1 for max difference of sum= D1-E1 = 7 How to do this in the range (A1:E1)? Cells value in the are changing constantly. Thank you.
  3. michael168

    PullOut Data & Write to New Sheet Code Needed.

    I want extract the cells value (Sheet1) under conditions meet and write them to (Sheet2) in one row. How to code the below module. e.g. of my spreadsheet. Draw A B C D E F G 200 06 07 09 10 11 12 13 201 01 02 03 04 05 06 07 202 02 03 04 05 06 07 08 203 03 04 05 06 07 08 09 204 04 05 06 07 08...

Part and Inventory Search

Back
Top