Hi All,
I'm currently trying to group my bank transactions into categories using vlookup. This is so I can understand where all my money is ending up!
The value is the transaction description, for example, "4835-****-****-1003 Df Snapdragon"
My table array has been set out into two columns. One column being a key word within the above transaction description "Snapdragon". The second column is a category description "Drinking Out".
I currently have the below formula, however this only works when the transaction description only contains "Snapdragon".
=VLOOKUP("*"&A1&"*",B:C,2,0)
Please could I grab some help on this one, as I can't find a workaround where the vlookup finds a partial match and returns the desired field. For any clarification, just give me a shout!
Cheers,
Luke
Bookmarks