Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to set up table to return a value and a text statement using
VLOOKUP, but I do not know how to break a "tie" and show 2 different text statements. Here is what I'm getting: My data list: Score Name 4 Johnny 6 Bob 7 Scott 6 Lewis I want to make a table that ranks by highest value and displays the corresponding name in the next column. I am using LARGE to sort the Score and VLOOKUP to show the name. Here is what I get: Rank Score Name 1 7 Scott 2 6 Bob 3 6 Bob 4 4 Johnny How do I display all names? VLOOKUP just returns the first Name closest to the top of the list that it sees. I would the table to show this: Rank Score Name 1 7 Scott 2 6 Bob 3 6 Lewis 4 4 Johnny |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Needing to return multiple values from single column | Excel Worksheet Functions | |||
return multiple values in a list? | Excel Worksheet Functions | |||
create a list of single values from multiple values | Excel Worksheet Functions | |||
Search multiple values & return single value - seperate worksheets | Excel Worksheet Functions | |||
Search multiple values to return single values | Excel Worksheet Functions |