Forum Discussion
dshawSLDC
Jun 10, 2021Brass Contributor
Xlookup Return second match.
I have a table like this District Student ABC John JKL Cindy ABC Greg Artesia Denice ABC Aaron Im using this X...
Hogstad_Raadgivning
Jun 11, 2021Iron Contributor
Hi, dshawSLDC
I dont think you can do that with Xlookup. But if you have Xlookup, you also might have Filter?
Filter rows with your conditition. Select wanted row using Index:
=INDEX(FILTER(Tabell1;Tabell1[District]="Abc");G2) Where G2 is the row number you want.
Best Regards
- Geir
dshawSLDC
Jun 11, 2021Brass Contributor
This partially works if i switch it to column instead of row. Do you know if there is a way to only show the 2nd match or third, fourth, nth.... ? I have attached an example I would like the ability to add spaces between the retuned matches depending on certain criteria.
Thanks again for your help.