Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If if if if if you can be sure there is only ONE value equal to the max,
then with your values in Col B and required data in Col A =INDEX(A1:A30,MATCH(MAX(B1:B30),B1:B30,0)) If more than one match possible then take a look at Aladin's post he- http://tinyurl.com/64mz3 -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission :-) ---------------------------------------------------------------------------- "Mike" wrote in message ... I want to find the highest number in a column and display the name in the column to the left of the highest number -- thanks Mike -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission :-) ---------------------------------------------------------------------------- "Mike" wrote in message ... Hi I want excel to find the highest number in a column, Which i have done, but i want it to display the name in the column to its left instead of the highest number -- thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find closest match and return next highest number in range | Excel Discussion (Misc queries) | |||
How to find out the 3 highest occurrence of number from a list? | Excel Discussion (Misc queries) | |||
An add-in that allows you to find the highest prime in a number | Excel Discussion (Misc queries) | |||
How do I find highest number in a row and change color? | Excel Worksheet Functions | |||
find highest number display the complete row | Excel Programming |