Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If your data will not extend past column Z:
=LEFT(ADDRESS(ROW(A5),COLUMN(A5)+MATCH(A5,B5:Z5,0) ,2)) If your data might extend past Z (say until AH5): =LEFT(ADDRESS(ROW(A5),COLUMN(A5)+MATCH(A5,B5:AH5,0 ),2),FIND("$",ADDRESS (ROW(A5),COLUMN(A5)+MATCH(A5,B5:AH5,0),2))-1) HTH Kostis Vezerides On Nov 13, 5:31*pm, MFM wrote: I am trying to locate a matching value and return its columnheading. * Ex A5=vlaue to find in row5 to return column heading a4:z4 hlookup(a5,b5:z5,(return matching column heading a4:z4),0) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup Value and Return Column Heading | Excel Worksheet Functions | |||
Return the value of a column heading | Excel Discussion (Misc queries) | |||
Return column heading | Excel Worksheet Functions | |||
Return Column Heading after lookup | Excel Worksheet Functions | |||
LOOKUP and return the column heading for IF/THEN return for False | Excel Discussion (Misc queries) |