jowettluke
New member
- Joined
- Dec 31, 2015
- Messages
- 3
- Reaction score
- 0
- Points
- 0
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 vlookup ttable 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", which is what I want it to return.
I currently have the below formula, however this only works when the transaction description only contains "Snapdragon".
=VLOOKUP(""&C2&"",J:K,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
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 vlookup ttable 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", which is what I want it to return.
I currently have the below formula, however this only works when the transaction description only contains "Snapdragon".
=VLOOKUP(""&C2&"",J:K,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