Hi,
I am trying to track the number of times a call occurs within a date range in a cross sheet reference formula. The user types the date on the call log and I would like to use the dates as a way to measure how many times calls occur within a week, month, and project to date
.
I have tried different ways, but I am stuck on such a simple thing!
=COUNT({WOB's General Call Log Range 1}(AND(@cell >= CALL DATE(2020, 04, 26), @cell <= DATE(2020, 05, 2))))
I also used COUNTIF and COUNTIFS and still received an error message.
Thank you so much,
Tara