Hi
I have a project actions and issues log. I have a range named "status" with dropdown lists for open, closed, development etc. I have a ranged named "actionopendate" with the dates the action started.
I have a dashboard and I want to count the number of actions that are open that started before a certain date. The date is found in cell ref C5.
The formula I have used is:
=SUMPRODUCT(--(STATUS="OPEN"),--(ACTIONOPENDATE<=C5))
Excel is returning #value!
I can't for the life of me work out where the error is. But it's there somewhere...
Anyone able to help me? Please?
I have a project actions and issues log. I have a range named "status" with dropdown lists for open, closed, development etc. I have a ranged named "actionopendate" with the dates the action started.
I have a dashboard and I want to count the number of actions that are open that started before a certain date. The date is found in cell ref C5.
The formula I have used is:
=SUMPRODUCT(--(STATUS="OPEN"),--(ACTIONOPENDATE<=C5))
Excel is returning #value!
I can't for the life of me work out where the error is. But it's there somewhere...
Anyone able to help me? Please?