I have an XLOOKUP that reads like this ...
=IFERROR(XLOOKUP(B1 & B2,'SharePointpathname/[WBname.xlsx]Sheet1'!$J:$J & 'SharePointpathname/[WBname.xlsx]Sheet1'!$K:$K,'SharePointpathname/[WBname.xlsx]Sheet1''!$A:$A),"")
... where B1 (Firstname) & B2 (Surname) are entered via two dialogue boxes
... and Firstname is in 'SharePointpathname/[WBname.xlsx]Sheet1'!$J:$J) & Surname is in ('SharePointpathname/[WBname.xlsx]Sheet1'!$K:$K)
... and 'SharePointpathname/[WBname.xlsx]Sheet1'!$A:$A = ID Number which is what I want
But I may have multiple matches so can't use XLOOKUP?
Is there an alternative that will return ALL matches?
And all the better if it's a VBA solution rather than an Excel function
Thanks ...
=IFERROR(XLOOKUP(B1 & B2,'SharePointpathname/[WBname.xlsx]Sheet1'!$J:$J & 'SharePointpathname/[WBname.xlsx]Sheet1'!$K:$K,'SharePointpathname/[WBname.xlsx]Sheet1''!$A:$A),"")
... where B1 (Firstname) & B2 (Surname) are entered via two dialogue boxes
... and Firstname is in 'SharePointpathname/[WBname.xlsx]Sheet1'!$J:$J) & Surname is in ('SharePointpathname/[WBname.xlsx]Sheet1'!$K:$K)
... and 'SharePointpathname/[WBname.xlsx]Sheet1'!$A:$A = ID Number which is what I want
But I may have multiple matches so can't use XLOOKUP?
Is there an alternative that will return ALL matches?
And all the better if it's a VBA solution rather than an Excel function
Thanks ...