Hi
I am trying use a COUNTIFS statement as I have a large data set on another worksheet.
I am trying to count the number of cells and I have numerous criteria. The one which I can not get to work is:
I have a Date Received column and I want to add 56 days to it in the formula combined with that number being less than a particular date (which is cell referenced).
=COUNTIFS(ComplaintsData!$B$2:$B$1000000,F$1,ComplaintsData!$F$2:$F$1000000,"+56"&"<="&B3) is the formula that I was trying. The range for Date Received is ComplaintsData!$F$2:$F$1000000
Can you please help.
Thank you
I am trying use a COUNTIFS statement as I have a large data set on another worksheet.
I am trying to count the number of cells and I have numerous criteria. The one which I can not get to work is:
I have a Date Received column and I want to add 56 days to it in the formula combined with that number being less than a particular date (which is cell referenced).
=COUNTIFS(ComplaintsData!$B$2:$B$1000000,F$1,ComplaintsData!$F$2:$F$1000000,"+56"&"<="&B3) is the formula that I was trying. The range for Date Received is ComplaintsData!$F$2:$F$1000000
Can you please help.
Thank you