Seahorse
Member
I want to hightlight a number if closed date is populated (the number is a priority and clearly if it's closed it shouldn't be populated). Column A is the Priority, column C is the closure date. So what I want to do is highlight a row if if column A is >0 and column C >0
=AND($A3=">0",$C3=">0")
I am assuming my syntax is wrong, but this looks ok checking online examples and a working COUNTIF formula?
=AND($A3=">0",$C3=">0")
I am assuming my syntax is wrong, but this looks ok checking online examples and a working COUNTIF formula?