C
Call of Duty
I have the following formula:
=IF(AND(G18<G19,G19>G18),"OK,"NOT OK")
I want the answer "OK" to be the color Green.
I want the answer "Not OK" to be the color Red.
How do I do this?
=IF(AND(G18<G19,G19>G18),"OK,"NOT OK")
I want the answer "OK" to be the color Green.
I want the answer "Not OK" to be the color Red.
How do I do this?