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
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 146 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives