First time poster here, so be kind...
I am trying to create a new column that would group entries from another column that contain strings of text - for example, I would want entries containing "penny" in column A to have the value "Penny" in the new column, entries containing "nickel" in column A to have "Nickel", etc. I'm assuming I'd need to use a LIKE statement for this, as there may or may not be characters before/after the text strings I'm categorizing by (i.e. penny, nickel, etc).
It was recommended to me that I use a CASE statement, but I'm not sure that CASE statements can be used with LIKE. Anyone have any ideas? I'm by no means skilled with SQL, so I may be missing something, but will appreciate any assistance!