Hello,
I am trying to figure out the best way to cross link sheets. Ideally, I would like to be able to match columns across sheets, but my sheets are too large to do so.
Set-up:
Main sheet (sheet #1) with thousands of entries and hundreds of columns. From sheet #1, I am only pulling entries that match specific criteria. If an entry matches, I have an auto workflow to copy that row to a helper sheet (sheet #2).
My helper sheet (sheet #2) is linked to a third sheet (sheet #3). I only need a few columns from the helper sheet to pull into sheet #3. This is where I am stuck. I cannot select the columns, as there are way more than 500 entries.
What would be the best way to get only the columns I need into sheet #3? Would Vlookup or Index/match work better to get data from sheet #2 to sheet #3?