I have a cell A with the date of the beginning of the calendar week and a cell B with the end of the calendar week.
No I want to count all the rows from a different sheet that contain a date within this calendar week. I have tried the following but it returns an error because it can't parse the formula.
=COUNTIFS('Other Sheet'!$H$1; >A2; 'Other Sheet'!$H$1; <B2)
Any advice?
Okay, so here is what worked:
You have to make sure the operands are in "" and there is a & before the relative cell reference.
You have to make sure all the date cells are formated as dates.
Then this formula worked:
=COUNTIFS('Other Sheet'!$H$1:$H; ">"&A3; 'Other Sheet'!$H$1:$H; "<"&B3)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With