Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]()
This formula will retrun the cell reference
=CELL("address",INDEX($A$1:$E$20,MIN(IF($A$3:$E$20 =MIN($A$3:$E$20),ROW($A$3:$E$20))),MIN(IF($A$3:$E$ 20=MIN($A$3:$E$20),COLUMN($A$3:$E$20))))) entered with ctrl + shift & enter Adapt to fit your tables ranges etc, my formula was based on that the headers were in row2, numeric data started in 3 so note that the endex part starts from the first row, that way you don't have to offset the results from the min part Regards, Peo Sjoblom "Luanne" wrote: My data are in 19 columns and 600 rows. I need to find the minimum value in each row. At the top of the columns are descriptions (e.g. Pen A, Pen B...). I want to see which column ("Pen X") the minimum for that row came from. I can get the minimum value in the row using min(), but it is the min value I need, but the column name that has that value. I have searched for two hours and cannot figure out how to do this! Can anyone help? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i find out what is uncommon in column list A1: A10 and B1:. | Excel Discussion (Misc queries) | |||
I need to find the Average from Column A - but Reference Column B | Excel Worksheet Functions | |||
need to find which numbers (3+) in a column sum to a value | Excel Discussion (Misc queries) | |||
How do I find the first value in a column less than a number? | Excel Worksheet Functions | |||
Find AVG/MIN of a Column, excluding 0's and NULL's? | Excel Worksheet Functions |