Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
heya,
based on a condition, i want the return value to be the value at the top of the column. for example, i want to find the largest and 2nd largest values in a row =LARGE(B4:Q4,1) & =LARGE(B4:Q4,2), but i want there return values to be the text in their respective columns. so if B4 was the largest i want the return value to be text in B1 (column header) Thank you person who is smarter than me :), thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try it like this:
=INDEX(B1:Q1,MATCH(LARGE(B4:Q4,1),B4:Q4,0)) =INDEX(B1:Q1,MATCH(LARGE(B4:Q4,2),B4:Q4,0)) -- Biff Microsoft Excel MVP "Reza" wrote in message ... heya, based on a condition, i want the return value to be the value at the top of the column. for example, i want to find the largest and 2nd largest values in a row =LARGE(B4:Q4,1) & =LARGE(B4:Q4,2), but i want there return values to be the text in their respective columns. so if B4 was the largest i want the return value to be text in B1 (column header) Thank you person who is smarter than me :), thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Returning Cell Contents of One Cell Based On Another Cell | Excel Worksheet Functions | |||
Returning #Value! in Cell | Excel Discussion (Misc queries) | |||
vlookup is returning a value one cell above the correct cell. | Excel Worksheet Functions | |||
Returning Cell Value if someone deletes the contents of a cell | Excel Worksheet Functions | |||
returning a text cell based on a number cell | Excel Worksheet Functions |