Hi all,
I'm new to VBA and this forum and was wondering if you could advise me on how to correctly use a wildcard in VLOOKUP (or an alternative approach to the below - suggestions welcome).
I have a list of transaction descriptions in Column C. What I am trying to do is categorise these transactions based on a number of keywords. Where i am stuck is that the below code looks up the whole value of Cells in Column C and not just whether the cell CONTAINS the key word. Any ideas?
DATA EXAMPLE
COLUMN C (DESCRIPTION): "Bank MTG Mort. payment"
COLUMN G (WHERE RETURN VAL. SHOULD GO): MORTGAGE
COLUMN H (KEYWORD TO SEE IF CONTAINED IN COLUMN C'S CELL): MTG
COLUMN I (RETURN VALUE IF "MTG" EXISTS IN COLUMN C'S CELL): MORTGAGE
Bookmarks