I have this data returned from FILTER,
D9=UNIQUE(FILTER('Q1 PRD'!$Y:$Y,ISNUMBER(SEARCH(D5,'Q1 PRD'!H:H))))
I was trying to bring item description from a different file for the returned value above using XLOOKUP but it didn't work.
=XLOOKUP(D9,Mapping!$E:$E,Mapping!$F:$F)
Can XLOOKUP read the value from FILTER? If not, is there any tips or tricks?
D9=UNIQUE(FILTER('Q1 PRD'!$Y:$Y,ISNUMBER(SEARCH(D5,'Q1 PRD'!H:H))))
I was trying to bring item description from a different file for the returned value above using XLOOKUP but it didn't work.
=XLOOKUP(D9,Mapping!$E:$E,Mapping!$F:$F)
Can XLOOKUP read the value from FILTER? If not, is there any tips or tricks?