Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
Looking up on a list containing items taken from multiple tabs?
Post Flair (click to view more posts with a particular flair)
Post Body

So I am creating a series of spreadsheets to track my collection of replica movie weapons. Each major collection category has its own tab, as different collections have different information recorded. However, I want to create a tab with a master list, which is automatically being filtered, based on if a certain condition is met or not. The filter works like this, and does exactly what I want to generate a list of every item meeting said condition, drawn from multiple tabs:

=TRANSPOSE(SPLIT(CONCATENATE(JOIN(",",FILTER('United Cutlery - LOTR'!B2:B,'United Cutlery - LOTR'!N2:N<>"")),",",JOIN(",",FILTER('Other Blades & Weapons'!B2:B,'Other Blades & Weapons'!O2:O<>""))),","))

Now, what I want to do is pull information corresponding to the row items from their original tabs. If the lists never changed this would be simple cell references, but since items can be added or taken from the list I would need to use some sort of lookup function that can update all of the information automatically. Which is easy enough if they all came from the same tab, but unfortunately they do not.

To get technical, what I want to do is pull the information of every cell in a row for a listed item that falls beyond the column that creates the filter parameter. For example using my above formula, if it sees that an item came from "United Cutlery - LOTR", it copies all of the cells in that item's row on its original tab from column N onward until it hits an empty cell. For something from "Other Blades & Weapons", it would do so starting at column O, and so on.

Any advice?

Author
Account Strength
100%
Account Age
8 years
Verified Email
Yes
Verified Flair
No
Total Karma
142,798
Link Karma
48,256
Comment Karma
94,080
Profile updated: 4 days ago
Posts updated: 3 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
2 years ago