still learning
Well-known Member
- Joined
- Jan 15, 2010
- Messages
- 821
- Office Version
- 365
- Platform
- Windows
Hi
I’m trying to use Xlookup for a partial match
A1 is the reference cell
A2:A4 has first and last name of a person
B2:B4 has dates
I keep getting “no”
I’ve tried to use
AND
AND
If I use both names in A1, and not use the wild cards, I get the correct results
mike
I’m trying to use Xlookup for a partial match
A1 is the reference cell
A2:A4 has first and last name of a person
B2:B4 has dates
I keep getting “no”
I’ve tried to use
Excel Formula:
=XLOOKUP(A1,A2:A4,B2:B4,”no”)
Excel Formula:
=XLOOKUP(A1&”*”,A2:A4,B2:B4,”no”)
Excel Formula:
=Xlookup(“*”&A1”*”,A2:A4,B2:B4,”no”)
mike