Rowland Hamilton
Active Member
- Joined
- Nov 13, 2009
- Messages
- 250
Folks: How can I get the column letter corresponding to the column number derived from a match formula?
I used the formula:
Note: F7 is the column header name. The cost I'm pulling is under that header in the lookup array.
I want to use the column letter to create a sumif formula with the Indirect formula.
Thank you, Rowland
Get column letter from column number derived from a match formula
I used the formula:
Code:
=MATCH(F7,'Headcount'!A1:Z1,0)
I want to use the column letter to create a sumif formula with the Indirect formula.
Thank you, Rowland
Get column letter from column number derived from a match formula