Forum Discussion
calijim123
May 23, 2019Copper Contributor
VLOOKUP when col_index_num is unknown, select col_index_num using a header string
I have very large source table_arrays and the cols are not always in the same position. Can I select the "col_index_num" using a string instead of a col number? Thanks. =VLOOKUP(lookup_value,ta...
Twifoo
May 23, 2019Silver Contributor
You can use MATCH to return the col_index_num argument of VLOOKUP.
- calijim123May 24, 2019Copper Contributor
- TwifooMay 24, 2019Silver ContributorI’m glad to know that worked.