Forum Discussion
Index Match issues.
- Jun 28, 2022
I'd start by inserting a new column in column B.
Enter the following formula in B2 and fill down:
=SUBSTITUTE(A2,".","")
Then use column B instead of column A in VLOOKUP or XLOOKUP formulas in column C to retrieve the ID from what are now columns E/F.
Check how many IDs are missing. If it's a small number, I'd look them up manually, but if there are many, we might look at methods to get at least part of those.
I'd start by inserting a new column in column B.
Enter the following formula in B2 and fill down:
=SUBSTITUTE(A2,".","")
Then use column B instead of column A in VLOOKUP or XLOOKUP formulas in column C to retrieve the ID from what are now columns E/F.
Check how many IDs are missing. If it's a small number, I'd look them up manually, but if there are many, we might look at methods to get at least part of those.