Hello,
I am trying to figure out if there is a way (or formula) that will replace the below in a specific column:
Eg. If a word is "ABCDE". then replace with "12345", if "CCCC" then replace with "9999", if "HHHH" then replace with "8888", and can set other values/words to blank.
Basically, there are various data in a specific column, but all I care is the above 3 letters "ABCDE", "12345", "CCCC" to have them replaced to above, and blank out the rest.
In addition, is there a way to also add up all the "CCCC" and "9999" and "8888" together once the above have been replaced? Like there will be multiple CCCC, and 9999, and 8888 that I want to add them (so 3 different totals, not all together).
Thank you very much 