Excel Gurus,
Given that I have a dynamic array result output that I'd like to do a lookup of (cell I3:I7) against a table, I can do it with XLOOKUP. However, I have another condition that IF the XLOOKUP return an error, I'd like to then do a LOOKUP based on the cells to the left of it (cell Ex:Hx).
The problem here is that, my cells of the error are not dynamic array, it was a manual user input (cell Ex:Hx).
I have a PARTIAL INDIVIDUAL working formula, but do not know:
- Making my TEXTJOIN with UNIQUE and FILTER formula to return #N/A for PO id that's not found
- Combining both XLOOKUP and TEXTJOIN with UNIQUE and FILTER formula into 1 and have it spill dynamically based on the data size.
MY current formula:
Lookup with Criteria Dynamic Array.png![]()
Please Login or Register to view this content.
Bookmarks