Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Formula for a new Sight
I want to find out the min, max and avg days taken to complete a project. We have around 68 management systems.
So, how can I put a condition for say ABC system was used in 6 projects (from its column) and find out the min, max and avg of the days taken to complete it.
In simple words, I have two columns
1. Management System
2. Days to complete
I need to find the total occurrences of ABC Management System and then calculate the min, max and avg time from all those occurrences.
Can someone help me create this formula?
Comments
-
Hi,
You can use MIN, MAX and AVG functions with COLLECT function.
=AVG(COLLECT([Days to complete]1:[Days to complete]6, [Management System]1:[Management System]6, @cell = "ABC Management System"))
=MAX(COLLECT([Days to complete]1:[Days to complete]6, [Management System]1:[Management System]6, @cell = "ABC Management System"))
=MIN(COLLECT([Days to complete]1:[Days to complete]6, [Management System]1:[Management System]6, @cell = "ABC Management System"))
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives