I’m trying to take an existing column and parse each row for certain words in a string, i.e. Sheet, Page, Card, and based on that word (only one instance of one of these words is in a row) populate a new column in the same table with a value. If it did not find any of those words, leave Column B blank.
I.E. Column A contains the word “Sheet”, populate Column B with the letter “S”
So the table would be something like:
Column A Column B
Sheet S
Page P
Card C
Any help would be appreciated!
1 Answer