Dugzilla
New Member
- Joined
- Oct 11, 2023
- Messages
- 25
- Office Version
- 2021
- Platform
- MacOS
2 tabels:
Table A, column B has partial names:
Column B
D. Miller
M. Smith
H. Jones
Table B, column B has the list of names I am indexing:
Derelect Miller
Peter Gonads
Mike Smith
Bill Bomba
Hairy Jones
Jimmy Nutball
This is my formula in Table A, C1... using a wildcard:
(From Table A)
=INDEX('TableB!'!$B$1:$B$6,MATCH("*"&B1,$B$1:$B$33,0))
The formula returns all names of Table B just as you would find in the array B1:B6 above.
I tried XLOOKUP for my first time, but it returns a #value error. I suppose because I read where the arrays must be the same size? (XLOOKUP works great when the arrays are equal size.)
I've been working on this for over an hour but can't figure out what is wrong with the formula.
Thank you for any help.
Table A, column B has partial names:
Column B
D. Miller
M. Smith
H. Jones
Table B, column B has the list of names I am indexing:
Derelect Miller
Peter Gonads
Mike Smith
Bill Bomba
Hairy Jones
Jimmy Nutball
This is my formula in Table A, C1... using a wildcard:
(From Table A)
=INDEX('TableB!'!$B$1:$B$6,MATCH("*"&B1,$B$1:$B$33,0))
The formula returns all names of Table B just as you would find in the array B1:B6 above.
I tried XLOOKUP for my first time, but it returns a #value error. I suppose because I read where the arrays must be the same size? (XLOOKUP works great when the arrays are equal size.)
I've been working on this for over an hour but can't figure out what is wrong with the formula.
Thank you for any help.