filter vlookup test.xlsx (10.0 KB)
this is a sample of what i’m trying to accomplish. sadly, it appears to work differently than MSOffice and GoogleSheets and i just cannot figure out how to get it to modify [import/filter/update] the 2nd, 3rd, and 4th column every time i update the base data on tab 1.
i’ve put a basic note on the extract tabs saying that i want imported.
i’ve watched several videos, read a few articles, and tried modifying commands from older [MSOffice and GoogleSheet] spreadsheets and have not been able to figure it out. sadly all of them handle commands much more basic than what i want.
can someone please provide the command strings i need? i would post the original, but it has proprietary/copyrighted data, so i cannot share it. i will be perfectly happy if it is Filter or Vlookup, i just need it to update “constantly” since the data changes multiple times/day for tab 1.
sorry, i forgot to mention, i want it to pull data form the entire row each time the factor[s] i’m looking for is present.
thanks!
EDIT: here is an example of a filter i’ve used for a dynamic spreadsheet for my Steam game library
=FILTER(‘All Games’!A2:D,‘All Games’!D2:D=“Verified”) [GoogleSheet]
EDIT2: in case it matters, my actual spreadsheet is 23 tabs, where the raw data is tab1, for every item present (value >0) is on tab 2, and i want the other 21 tabs to pull data from tab 2. sadly, it has been over 2 years since i frequently had to use vlookup or filters