Forum Discussion

mdorantes's avatar
mdorantes
Copper Contributor
Apr 20, 2022
Solved

VLOOKUP with text and numbers in same cell

My data contains store numbers in the form "ABC 123" I am trying to vlookup the store number to reference the region the store is in.   My formula now is: =VLOOKUP([@Store],StoreList,1,FALSE)   R...
  • mathetes's avatar
    mathetes
    Apr 20, 2022

    mdorantes 

     

    Your VLOOKUP isn't working because it looks at the first column, but what you're asking it to look at is the second (where Store ID resides).

     

    You'd be better served with INDEX and MATCH. as in the attached.

Resources