Hello Friends,
I need help with conditional formatting. I set two conditions on a cell that
if a cell value is lower then 0 then red
if a cell value is greater then 0 then green
conditional formatting is turning the cell green even if it returns text "OK" as an answer
I am using this formula
=IF(OR(ISBLANK($F68),ISBLANK(N68)),"",IF($F68=N68,"OK",N68-$F68))
There are 4 possible answers to that cell...
1) a value greater then 0
2) a value less then 0
3) a text "OK"
4) a blank cell ""
I would want the conditional formatting to only turn if red or green if the value is lower or greater then zero. Dont do anything if the cell returns a blank or a text "OK".
Any help would be appreciated,
Regards,
Humayun
I need help with conditional formatting. I set two conditions on a cell that
if a cell value is lower then 0 then red
if a cell value is greater then 0 then green
conditional formatting is turning the cell green even if it returns text "OK" as an answer
I am using this formula
=IF(OR(ISBLANK($F68),ISBLANK(N68)),"",IF($F68=N68,"OK",N68-$F68))
There are 4 possible answers to that cell...
1) a value greater then 0
2) a value less then 0
3) a text "OK"
4) a blank cell ""
I would want the conditional formatting to only turn if red or green if the value is lower or greater then zero. Dont do anything if the cell returns a blank or a text "OK".
Any help would be appreciated,
Regards,
Humayun