C
cdb
Is it possible to sum the numbers in one column based on a date criteria in another column
e.g. I need to count the number of requests received within a week of todays date, so in this case it would be 1
25/05/2004 (=today()
No of requests Date request sen
12 24/05/200
1 12/05/200
24 23/04/200
5 20/05/200
I have tried a sumif, where I used the criteria =SUMIF(B:B,">=A1-7",A4:A7) - where column B is the date request sent, A1 is todays date (using the calculation in Excel) and A4:A7 is the range with the no of requests.
e.g. I need to count the number of requests received within a week of todays date, so in this case it would be 1
25/05/2004 (=today()
No of requests Date request sen
12 24/05/200
1 12/05/200
24 23/04/200
5 20/05/200
I have tried a sumif, where I used the criteria =SUMIF(B:B,">=A1-7",A4:A7) - where column B is the date request sent, A1 is todays date (using the calculation in Excel) and A4:A7 is the range with the no of requests.