I have a column containing US state abbreviations. I'd like to have an array of all 50 states:
const states = ['DE','AK','TX','CA' .........]
that the value of each cell in the column is compared against. If its not one of the states I'd like to format it red.