E
exhibition
Operating System: Mac OS X 10.5 (Leopard)
At the moment, I am using the following conditional formatting formula to turn a cell red if the due date for a task has been passed:
=AND(F27>0,F27<TODAY())
I would like to have another cell that totals how many items have passed their due dates (if the cell has turned red, I would like to know how many items we have overdue). I want to use the COUNTIF formula... how do I count when a cell colour has filled into red? Is there another way to do this? Thanks.
=COUNTIF($C$1:$C$65496,"conditional formatting = red cell")
At the moment, I am using the following conditional formatting formula to turn a cell red if the due date for a task has been passed:
=AND(F27>0,F27<TODAY())
I would like to have another cell that totals how many items have passed their due dates (if the cell has turned red, I would like to know how many items we have overdue). I want to use the COUNTIF formula... how do I count when a cell colour has filled into red? Is there another way to do this? Thanks.
=COUNTIF($C$1:$C$65496,"conditional formatting = red cell")