Hi,
I tried the multiple lookup_Concat and I get a REF! error
Given the same data in the example XLSX file, I used this formula in cell F3:
=Multi_LookUpConcat("F1;E3",$A$2:$B$50,$C$2:$C$50,";",", ")
F1 and E3 are the two criteria to search for.
$A$2:$B$50 are the columns these data should be found.
$C$2:$C$50 is the range to pull results from
I can only successfully concat with one criteria. Any help would be appreciated.
Bookmarks