Calculate Average if another Range meets criteria
Hello,
Any suggestions on the best way to calculate the average days if the item type is equal to quarterly? I have a drop-down menu that categorizes the activities based on frequency, and another column that calculates the days past based on end and start dates.
How could I find the average if the Item type is Quarterly?
Answers
-
The above reference should help you out.
-
Thanks, but I keep getting an error when I use this - invalid data type.
-
Lovely, they still haven't changed that. I thought they had. Oh well, there is a fairly standard workaround. Apologies for misleading you.
=AVG(COLLECT(Start:Start, [Activity Frequency]:[Activity Frequency], "Quarterly"))
-
Sadly, I am still receiving an error - Invalid Column Name.
-
The column that the formula is in needs to be a date column. You have it as text/number or some other type.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!