Calculate Time to Schedule Weekly Averages
I want to calculate weekly averages for scheduled appointments. I want to show that weekly averages are taking longer to schedule over time. This is the formula I have so far:
=AVERAGEIF({Average Time to Schedule}, COLLECT({OBOT Referrals Month}, @cell = 11, {OBOT Referrals Year}, @cell = 2022, {OBOT Referrals Day}, AND(@cell >= 20, @cell <= 26))
I keep receiving the error message: #NESTED CRITERIA.
Answers
-
=AVG(COLLECT({Average Time to Schedule}, {OBOT Referrals Month}, 11, {OBOT Referrals Year}, 2022, {OBOT Referrals Day}, >= 20, {OBOT Referrals Day}, <= 29))
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!