Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I created a workbook that has individual sheets with 5 separate contestant
scores. The last sheet is a total page with point totals for each contestant as a reference from their individual sheet in column 1 and the corresponding contestant name in column 2. I am trying to use vlookup to view the data in column 1 and return the corresponding name in column 2 in a cell of my choosing. The total page looks like this: Please note that the values in column A are references from calculations from other sheets. A B 45 Brian 39 Alice 42 Tim 40 Jim 50 Ana How can I use vlookup to show "Ana" as the winner in a cell of my choosing. Hopefully someone can help. Thx |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
How can I use vlookup to show "Ana" as the winner I assume Ana is the winner because she has the highest score? =INDEX(B1:B5,MATCH(MAX(A1:A5),A1:A5,0)) Returns: Ana In case of ties the first instance of MAX will be used: 45 Brian 50 Alice 42 Tim 40 Jim 50 Ana =INDEX(B1:B5,MATCH(MAX(A1:A5),A1:A5,0)) Returns: Alice Biff "AK" wrote in message ... I created a workbook that has individual sheets with 5 separate contestant scores. The last sheet is a total page with point totals for each contestant as a reference from their individual sheet in column 1 and the corresponding contestant name in column 2. I am trying to use vlookup to view the data in column 1 and return the corresponding name in column 2 in a cell of my choosing. The total page looks like this: Please note that the values in column A are references from calculations from other sheets. A B 45 Brian 39 Alice 42 Tim 40 Jim 50 Ana How can I use vlookup to show "Ana" as the winner in a cell of my choosing. Hopefully someone can help. Thx |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you the formula worked perfectly!!!!
"Biff" wrote: Hi! How can I use vlookup to show "Ana" as the winner I assume Ana is the winner because she has the highest score? =INDEX(B1:B5,MATCH(MAX(A1:A5),A1:A5,0)) Returns: Ana In case of ties the first instance of MAX will be used: 45 Brian 50 Alice 42 Tim 40 Jim 50 Ana =INDEX(B1:B5,MATCH(MAX(A1:A5),A1:A5,0)) Returns: Alice Biff "AK" wrote in message ... I created a workbook that has individual sheets with 5 separate contestant scores. The last sheet is a total page with point totals for each contestant as a reference from their individual sheet in column 1 and the corresponding contestant name in column 2. I am trying to use vlookup to view the data in column 1 and return the corresponding name in column 2 in a cell of my choosing. The total page looks like this: Please note that the values in column A are references from calculations from other sheets. A B 45 Brian 39 Alice 42 Tim 40 Jim 50 Ana How can I use vlookup to show "Ana" as the winner in a cell of my choosing. Hopefully someone can help. Thx |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
Biff "AK" wrote in message ... Thank you the formula worked perfectly!!!! "Biff" wrote: Hi! How can I use vlookup to show "Ana" as the winner I assume Ana is the winner because she has the highest score? =INDEX(B1:B5,MATCH(MAX(A1:A5),A1:A5,0)) Returns: Ana In case of ties the first instance of MAX will be used: 45 Brian 50 Alice 42 Tim 40 Jim 50 Ana =INDEX(B1:B5,MATCH(MAX(A1:A5),A1:A5,0)) Returns: Alice Biff "AK" wrote in message ... I created a workbook that has individual sheets with 5 separate contestant scores. The last sheet is a total page with point totals for each contestant as a reference from their individual sheet in column 1 and the corresponding contestant name in column 2. I am trying to use vlookup to view the data in column 1 and return the corresponding name in column 2 in a cell of my choosing. The total page looks like this: Please note that the values in column A are references from calculations from other sheets. A B 45 Brian 39 Alice 42 Tim 40 Jim 50 Ana How can I use vlookup to show "Ana" as the winner in a cell of my choosing. Hopefully someone can help. Thx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change the work sheet name in a formula by using cell reference | Excel Worksheet Functions | |||
Worksheet name / reference as a formula? | Excel Discussion (Misc queries) | |||
refer to drop down item as a sheet reference in a formula | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Does excel recognise names rather than cells? | Excel Worksheet Functions |