Hello,
I'm trying to automatically calculate the number of dates (in another sheet) which are between two dates in my master data sheet. I can use the COUNTIF function to find the number of dates on/after my first date using the following function:
=COUNTIF({Enquiry Tracker - Date Raised Column}, >=[Reporting To (Week Ending)]@row)
However, I want to calculate the number of dates in the same list between two 'Reporting To' dates i.e. Fri 11-Jun-2021 and Fri 25-Jun-2021.
Can anyone please help me out?
I've tried using nested COUNTIF and AND functions but I just keep getting an error message.