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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 302 Events
- 33 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!