Lion_Engineer
Industrial
- Sep 19, 2022
- 10
Salutations!
Recently I've been given the task of trying to take a list of items from one sheet, and consolidating them into a better format.
Unfortunately for me, this list of items needs to be cross-referenced with another sheet to check if the item must be included or not, a system which is not strictly one-to-one (Sometimes an item is listed twice on the reference sheet, and must be checked under both entries)
So far it's been easy getting the data from the reference sheet, and I can very easily extract one column of data, then find the corresponding row entry that's been checked off, however I'm running into trouble extracting that information across multiple columns.
In a programming sense, I want to do a lookup with multiple outputs for each column entry, then repeat that process for however many duplicate entries there are while appending to the original lookup results, but it looks like there aren't many Excel functions to deal with this?
I've given the following a try:
[ul]
[li]VLOOKUP[/li]
[li]XLOOKUP[/li]
[li]FILTER[/li]
[li]FILTER w/ conditional array attached[/li]
[li]AGGREGATE[/li]
[/ul]
If anyone else has had to do a similarly complicated referencing using Excel, I'd love to hear about it.
Recently I've been given the task of trying to take a list of items from one sheet, and consolidating them into a better format.
Unfortunately for me, this list of items needs to be cross-referenced with another sheet to check if the item must be included or not, a system which is not strictly one-to-one (Sometimes an item is listed twice on the reference sheet, and must be checked under both entries)
So far it's been easy getting the data from the reference sheet, and I can very easily extract one column of data, then find the corresponding row entry that's been checked off, however I'm running into trouble extracting that information across multiple columns.
In a programming sense, I want to do a lookup with multiple outputs for each column entry, then repeat that process for however many duplicate entries there are while appending to the original lookup results, but it looks like there aren't many Excel functions to deal with this?
I've given the following a try:
[ul]
[li]VLOOKUP[/li]
[li]XLOOKUP[/li]
[li]FILTER[/li]
[li]FILTER w/ conditional array attached[/li]
[li]AGGREGATE[/li]
[/ul]
If anyone else has had to do a similarly complicated referencing using Excel, I'd love to hear about it.