Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Looking at other posts, I keeping thinking I'm coming close to a solution but can't seem to figure it out. I have a range of values, say: A2:J2 and I have corresponding text labels for these values: A1:J1 I want to identify the smallest value ( MIN(A2:J2) ) and populate another cell (say A4) with the corresponding text label that identifies the smallest value (i.e. if MIN(A2:J2) is the value in cell E2, then I want cell A4 to contain the text value of E1) I’m sure I’ve circled around the solution a few times, any help will be appreciated. Thanks, --Robert-- -- WeatherGuy ------------------------------------------------------------------------ WeatherGuy's Profile: http://www.excelforum.com/member.php...fo&userid=9254 View this thread: http://www.excelforum.com/showthread...hreadid=506628 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way, assuming no ties* in the min. values within A2:J2
Placed in A4: =INDEX(A1:J1,MATCH(MIN(A2:J2),A2:J2,0)) will retrieve the label within A1:J1 corresponding to the min. value within A2:J2 *If there are any ties, only the leftmost label will be retrieved -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "WeatherGuy" wrote in message ... Looking at other posts, I keeping thinking I'm coming close to a solution but can't seem to figure it out. I have a range of values, say: A2:J2 and I have corresponding text labels for these values: A1:J1 I want to identify the smallest value ( MIN(A2:J2) ) and populate another cell (say A4) with the corresponding text label that identifies the smallest value (i.e. if MIN(A2:J2) is the value in cell E2, then I want cell A4 to contain the text value of E1) I’m sure I’ve circled around the solution a few times, any help will be appreciated. Thanks, --Robert-- -- WeatherGuy ------------------------------------------------------------------------ WeatherGuy's Profile: http://www.excelforum.com/member.php...fo&userid=9254 View this thread: http://www.excelforum.com/showthread...hreadid=506628 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() That will work great. Thanks a bunch! -- WeatherGuy ------------------------------------------------------------------------ WeatherGuy's Profile: http://www.excelforum.com/member.php...fo&userid=9254 View this thread: http://www.excelforum.com/showthread...hreadid=506628 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome !
Thanks for the feedback .. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "WeatherGuy" wrote in message ... That will work great. Thanks a bunch! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
i forget my Microsoft Excel files password tell me the solution | Excel Worksheet Functions | |||
i forget my Microsoft Excel files password tell me the solution | Excel Worksheet Functions | |||
??SUMPRODUCT? other solution? | Excel Worksheet Functions | |||
Show trial solution | Excel Worksheet Functions | |||
Generating excel combinations | Excel Discussion (Misc queries) |