S
Scott
I have the following values (for example) just as they are in adjacent rows and columns (A1:C2). I
would like to find the lowest value of cells A2:C2, and then put the corresponding name in a cell
elsewhere on the sheet (say, A10). There also needs to be some error checking because cells A2:C2
can be set to "".
A B C
1 linus biff skippy
2 $100.00 $25.00 $20.00
This has stumped me for a while...I did get it to work when the lowest values were in columns A and
B, but a low value in C always defaulted to my default value of "N/A"
Thank you for you time,
Scott
would like to find the lowest value of cells A2:C2, and then put the corresponding name in a cell
elsewhere on the sheet (say, A10). There also needs to be some error checking because cells A2:C2
can be set to "".
A B C
1 linus biff skippy
2 $100.00 $25.00 $20.00
This has stumped me for a while...I did get it to work when the lowest values were in columns A and
B, but a low value in C always defaulted to my default value of "N/A"
Thank you for you time,
Scott