INDEX/MATCH Explained: Why Some People Still Swear By It
INDEX/MATCH Explained: Why Some People Still Swear By It INDEX/MATCH is two separate functions combined into one formula to look up a value — INDEX pulls a result from a range, and MATCH tells it exactly which position to pull from. It does the same basic job as VLOOKUP or XLOOKUP, but it's more flexible about direction and doesn't break as easily when your spreadsheet changes shape. If you've read my post comparing VLOOKUP and XLOOKUP, think of INDEX/MATCH as the formula that came before both of them and, for a lot of long-time Excel users, never really got replaced. I mentioned this one twice in my first post because it kept coming up, so here it is properly. A bit of background on why I still bother with this one. A few years back I inherited a workbook from a colleague who'd left the company, and every single lookup in it was VLOOKUP with a hardcoded column number. Someone had reordered the columns at some point after she left, and nobody noticed the numbers had al...