Hi,
I'm building a dashboard to track referral responses. The missing part of my dashboard is I need create a formula that gives the total for each category by month and year.
I can't figure out what function I need to add the the formulas I already have to break down the total by month and year.
The formulas I've built so far:
Only counts the referral type "Emergency - 24 hours IHCA response needed
=COUNTIF({Referral Type}, ="Emergency - 24 hour IHCA response needed")
Counts the total number or referrals received:
=COUNT({Timestamp})
Gives a total of successful referrals:
=COUNTIF({E-mail Outcome}, "Successful")
Thank you
Frances