Forum Discussion
JMunoz4
Feb 12, 2021Copper Contributor
Help - Find the 2nd match using Xlookup
Is there a way using XLookup to return the 2nd (or 3rd, or 4th, or whatever) match in the lookup value? I'm also trying to use as few helper columns as I can. Otherwise I'd just use the VLookup funct...
LSpurchasing
Aug 31, 2021Copper Contributor
excelmee
Would this formula need to be revised to find the nth result when using only one lookup value (F2)? I tried the formula you posted and it didn't work in such a case.
Would this formula need to be revised to find the nth result when using only one lookup value (F2)? I tried the formula you posted and it didn't work in such a case.
SergeiBaklan
Aug 31, 2021Diamond Contributor
If you need nth occurrence, the easiest way is based on what PeterBartholomew1 suggested
- MobileTimJan 20, 2023Copper Contributor
Thank you PeterBartholomew1 and SergeiBaklan saved me a ton of time today. Appreciate this community.
- SergeiBaklanJan 21, 2023Diamond Contributor
MobileTim , glad to know this forum helped
- LSpurchasingAug 31, 2021Copper Contributor
Perfect! Thanks