Posted 10 March 2019, 11:41 pm EST
I have a column of strings and I need to write a condition that says if the values(strings) match exactly then to change the color to green. If a string has no match then it will be red.
I am aware I can use the formatItem event to change the color, but how would I run the check to see if any values match the current value(string) after being entered on cellEditEnded?
