Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have created a column on the righ of a chart that pulls the max number from
each row. Now I would like to add acolumn next to with the column header of that row...any suggestions? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
B1:F1 are your column headers B2:F2 = some numbers G2 = =MAX(B2:F2) H2 = formula for corresponding column header =INDEX(B$1:F$1,MATCH(G2,B2:F2,0)) Copy down as needed. Biff "mconway" wrote in message ... I have created a column on the righ of a chart that pulls the max number from each row. Now I would like to add acolumn next to with the column header of that row...any suggestions? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
P.S.
If there are duplicate MAX values the formula will return the header that corresponds to the first instance of MAX. Biff "Biff" wrote in message ... Hi! B1:F1 are your column headers B2:F2 = some numbers G2 = =MAX(B2:F2) H2 = formula for corresponding column header =INDEX(B$1:F$1,MATCH(G2,B2:F2,0)) Copy down as needed. Biff "mconway" wrote in message ... I have created a column on the righ of a chart that pulls the max number from each row. Now I would like to add acolumn next to with the column header of that row...any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
copy and pasting a find all list into another column | Excel Discussion (Misc queries) | |||
Match then lookup | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |