legalhustler
Well-known Member
- Joined
- Jun 5, 2014
- Messages
- 1,158
- Office Version
-
- 365
- Platform
-
- Windows
In cell E119 I have the lookup value: $AU$25
I would like to return the value/header name from column AU25 back.
My initial formula below works fine for columns A-Z, but not for columns with two letters (i.e. AU). Can someone help modify this for me or suggest a new way?
=IF(G4="","",INDEX(Sheet1!$D$4:$CX$4,1,CODE(MID(AU25,FIND("$",AU25)+1,FIND("$",AU25,FIND("$",AU25)+1)-(FIND("$",AU25)+1)))-64-3))
I would like to return the value/header name from column AU25 back.
My initial formula below works fine for columns A-Z, but not for columns with two letters (i.e. AU). Can someone help modify this for me or suggest a new way?
=IF(G4="","",INDEX(Sheet1!$D$4:$CX$4,1,CODE(MID(AU25,FIND("$",AU25)+1,FIND("$",AU25,FIND("$",AU25)+1)-(FIND("$",AU25)+1)))-64-3))
Last edited: