This is a simplified version of what I need to do; to summarize the situation:
- I have a table with many columns (only 3 are relevant for now)
- Some of the rows may contain identical data in these columns (ex. the duplicate Shirt-Red-A)
- I need a single cell to contain the "Brands" that have items matching the Type and Colour criteria (in this case, the output I need would be "A, B")
1. I know I can use XLOOKUP to match multiple criteria, but it will only provide 1 output; is there a way to get all possible outputs from the XLOOKUP?
2. How would I then get rid of duplicate values? Is there a way to do that within the CONCAT function?
Thanks in advance!
- I have a table with many columns (only 3 are relevant for now)
- Some of the rows may contain identical data in these columns (ex. the duplicate Shirt-Red-A)
- I need a single cell to contain the "Brands" that have items matching the Type and Colour criteria (in this case, the output I need would be "A, B")
1. I know I can use XLOOKUP to match multiple criteria, but it will only provide 1 output; is there a way to get all possible outputs from the XLOOKUP?
2. How would I then get rid of duplicate values? Is there a way to do that within the CONCAT function?
Thanks in advance!