I have a matrix, which contains a column that can contain a "double" or the word (presumably a string datatype) "NEW".
I am trying to add conditional formatting to this column. If less than zero, red; greater than or equal to zero, green; and if the word "NEW", purple.
Of course, no matter what IIF or SWITCH I use, it complains about type errors. How can I get it to evaluate properly? This isn't a single data type in this column!