R
Rusty
I am trying to get the total number of items that match two criteria. The
first criteria is that the date is between 24/03/2007 and including
31/03/2007 (24-31 March 2007) and the second is that the status is Critical.
Date is in column F2 down to F30
Status is in column L2 down to L30
Column F----------Column L
Date Reported-----Status
29/03/2007--------Critical
5/03/2007----------Critical
25/03/2007---------Critical
From the above list I should get a result of 2.
Thanks
first criteria is that the date is between 24/03/2007 and including
31/03/2007 (24-31 March 2007) and the second is that the status is Critical.
Date is in column F2 down to F30
Status is in column L2 down to L30
Column F----------Column L
Date Reported-----Status
29/03/2007--------Critical
5/03/2007----------Critical
25/03/2007---------Critical
From the above list I should get a result of 2.
Thanks