I want to format cells as different colours based on lists of strings. For example:
Format cell in MyRange as red if value equals String1 or String2 or String3
Format cell in MyRange as blue if value equals String3 or String4 or String5
Format cell in MyRange as green if value equals String6 or String7 or String8
Currently in my drop down list of strings I am appending a prefix and using that as my condition. I'd like to remove the prefix and use just the raw unique strings.
Format cell in MyRange as red if value equals String1 or String2 or String3
Format cell in MyRange as blue if value equals String3 or String4 or String5
Format cell in MyRange as green if value equals String6 or String7 or String8
Currently in my drop down list of strings I am appending a prefix and using that as my condition. I'd like to remove the prefix and use just the raw unique strings.
Last edited: