Forum Discussion
A819A1L
Jan 31, 2020Brass Contributor
VLOOKUP with multiple criteria (trying to work around SPILL error)
Hi. I really need help with the SPILL error. I know it's been an issue since the update last year and the solution is to select a specified range rather than an entire column, but the result only par...
Riny_van_Eekelen
Jan 31, 2020Platinum Contributor
If your Excel version allows it, this one will work:
=TEXTJOIN(", ",,UNIQUE(IFERROR(INDEX(J:J,IFERROR(1/(B55=$H$2:$H$103)*ROW($H$2:$H$103),""),1),"")))