Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
Have data that looks like this: Status 02-10 Status 01-10 Status 12-09 Status 11-09 A 4 2 2 B 7 3 C 8 2 2 Each status is a different column with corresponding values. I want to be able to find the last value in the row and then return the column header. For example, for row A, the last value in the row is 2 and I want to be able to return the column header, "Status 11-09", For Row B, the last value in the row is 3 and I want to return "Status 12-09" etc. Some things to point out: sometimes the numbers are not consecutive (i.e., a status may be blank) and some statuses may have the same value (e.g., row A, status 01-10 is the same as status 11-09). I thought along the lines of Index, hlookup, vlookup, match, indirect? Any help would be greatly appreciated. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return column header | Excel Discussion (Misc queries) | |||
How to return a Column Header | Excel Discussion (Misc queries) | |||
Return column header within an array when a value is met | Excel Worksheet Functions | |||
Return column number from column header text | Excel Discussion (Misc queries) | |||
Return Column header, if row value is > X | Excel Discussion (Misc queries) |