I have been using vlookups for most of my day to reporting tasks, but am coming across some errors, and a colleague said using Index/Matching formulas is much better.
A problem I have is with the below formula because the IDs are slightly case sensitive i.e. "001a000001KYl9a" refers to a different account than "001a000001KYl9A"
Formula belwo causes invalid data errors
=VLOOKUP($B:$B,'[Sales Report]Accounts'!$B:$B,2,FALSE)
How do I transfer this into a Index/Matching formula
A problem I have is with the below formula because the IDs are slightly case sensitive i.e. "001a000001KYl9a" refers to a different account than "001a000001KYl9A"
Formula belwo causes invalid data errors
=VLOOKUP($B:$B,'[Sales Report]Accounts'!$B:$B,2,FALSE)
How do I transfer this into a Index/Matching formula