I would like to do a VLOOKUP (or similar operation) to grab information from a column based on a column name instead of column number.
For example, instead of:
=vlookup(a2,t5:z10,4,FALSE)
I would like the formula to read:
=vlookup(a2,t5:t10,"COLUMN_NAME",FALSE)
Thanks
For example, instead of:
=vlookup(a2,t5:z10,4,FALSE)
I would like the formula to read:
=vlookup(a2,t5:t10,"COLUMN_NAME",FALSE)
Thanks