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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!