Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I have two columns one with numbers and another with corresponding names. I want excel to display the names of the largest value and the smallest value. How would I go about doing this? Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With numbers in Column A and names in Column B, try these:
=INDEX(B:B,MATCH(MAX(A:A),A:A,0)) =INDEX(B:B,MATCH(MIN(A:A),A:A,0)) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "stan" wrote in message ... Hello, I have two columns one with numbers and another with corresponding names. I want excel to display the names of the largest value and the smallest value. How would I go about doing this? Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
use min and max with lookup. =LOOKUP(MAX(A3:A600),A3:A600,B3:B600) =LOOKUP(MIN(A3:A600),A3:A600,B3:B600) where column a contains the values and column b contains the names adjust to fit your data. Regards FSt1 "stan" wrote: Hello, I have two columns one with numbers and another with corresponding names. I want excel to display the names of the largest value and the smallest value. How would I go about doing this? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What formula can I use to sum largest 2 numbers out of data set? | Excel Worksheet Functions | |||
Pull matching data | Excel Discussion (Misc queries) | |||
pull data for a company with data in diff cells multiple wrkshts | Excel Worksheet Functions | |||
Pull data from yyyymmmmdd.xls | Excel Worksheet Functions | |||
COMPARE DATA AND LIST SMALLEST AND LARGEST ENTRY BY UNIT | Excel Discussion (Misc queries) |