Help! I am completely lost on making an Index Match work for current VLookups, but I believe I need to figure it out to make my sheet more usable.
I have a summary sheet template that has multiple Vlookups to a large master table. It is getting unruly to try to track the column #s (over 75) with a Vlookup. Every time someone makes a change to the master table, my summary sheet is off.
Scenario:
Master sheet includes data for all sites. Summary sheet has data for one specific site.
Summary sheet needs to look up data on master sheet based on site # and report for each column in the master sheet for that specific site. Summary sheet is a template that is renamed for each site. Site # (Primary Column in master sheet) is used as the lookup. I type in the site number (Primary Column) on the summary sheet in row 1 and in the vlookup references the Primary Column in the master sheet. Make sense?
Example of current Vlookup in one cell of summary sheet:
=IFERROR(VLOOKUP([Primary Column]1, {Checklist Range 1}, 13, false) + "", "-")
The problem is trying to keep track of the column numbers in the master sheet. In this case, column 13 in the master sheet is the site name.
How can I make this work with Index Match? I don't understand how it uses a specific value for the match (in this example, primary key (site #).
Please help me wrap my head around this!
Thank you!