Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=INDIRECT("A"&1+MATCH(LARGE(D2:D4,1),D2:D4,0))
will return "A3" (The value in A4) =INDIRECT("A"&1+MATCH(LARGE(D2:D4,2),D2:D4,0)) will return "A1" (The value in A2) =INDIRECT("A"&1+MATCH(LARGE(D2:D4,3),D2:D4,0)) will return "A2" (THe value in A3) "pdberger" wrote: I would like to find a number in an array, then use the cell address of that number to pull out more info from that row. Here's an example: A B C D 1 Part # Cost Use Total (= Cost x Use) 2 A1 $5 100 $500 3 A2 $7.50 10 $ 75 4 A3 $100 8 $800 I would like to find the part number of the highest total use. In this example, that's part A3. I'd like to search using the =LARGE function, find the highest values, and use the addresses of those values to find part numbers and other information on those parts. Any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I write a formula: if (cell address) is less than X add Y | Excel Discussion (Misc queries) | |||
How do I set a cell value based on a formula in another cell? | Excel Discussion (Misc queries) | |||
cell address of occurence of a vlookup formula | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |