Geoff_canada
Board Regular
- Joined
- May 26, 2008
- Messages
- 56
Hi there...
Could use some help.
I have a spreadsheet with multiple action items with due dates and owners. The due dates are in the J column and the owners in the I column.
I have created a countif statement to create an aging report. So for example, I count J column and count all records older than 90 days.... using the below formula
=COUNTIF(Open!$J$2:$J$387,"<"&TODAY()-90)
This returns a value of say 29. Now what I want to do, is out of that value of 29, I would like to know how many belong to certain owners (ie values in column I)
I have tried this formula
=SUMPRODUCT(Open!$J$2:$J$387,"<"&TODAY()-90)*(Open!I2:I445="John Doe")
But it doesn't work - get value error
Anyone have any suggestions?
Could use some help.
I have a spreadsheet with multiple action items with due dates and owners. The due dates are in the J column and the owners in the I column.
I have created a countif statement to create an aging report. So for example, I count J column and count all records older than 90 days.... using the below formula
=COUNTIF(Open!$J$2:$J$387,"<"&TODAY()-90)
This returns a value of say 29. Now what I want to do, is out of that value of 29, I would like to know how many belong to certain owners (ie values in column I)
I have tried this formula
=SUMPRODUCT(Open!$J$2:$J$387,"<"&TODAY()-90)*(Open!I2:I445="John Doe")
But it doesn't work - get value error
Anyone have any suggestions?