I am trying to figure out a proper formula to count two criteria within one column and a specific date in another column and feel like I’m tried every one except the right now so far and whether I’d need an AND or OR option within the formula or something else. The columns in play are below:
Call Status Column
Left Message
No Answer
Date Column
9/1/23
The formula below counts one of the criteria within the Call Status column, but I am having no luck trying to add a secondary status count.
=COUNTIFS({Call Status Column}, "Voicemail", {Date Column}, =DATE(2023, 9, 1))
Ultimately, I am looking to count the number of times on a sheet when the Call Status column has either “Left Message” or “No Answer” listed and only when those entries also have the date of September 1, 2023, on the Date Column. All this will feed into a separate formula sheet to help populate dashboards.
Thanks for any insights in advance.