AVG(COLLECT) issues
Answers
-
Hello, @Paul Newcome! I thought I applied your formula to my situation but am getting an #UNPARSEABLE error with this formula:
=AVG(COLLECT(([Discovery/Planning Time]:[ Discovery/Planning Time], [IT Functional Team Owner]:[ IT Functional Team Owner], "Data Analytics & BI"))
I'm want the average of Discovery/Planning Time column when the IT Functional Team Owner is Data Analytics & BI. I wouldn't think it should matter but in case it does, the column formula on Discovery/Planning Time is Kick Off Date - Initiation Date.
What am I missing, please? Thank you!
-
@Chris Hallo You have an extra open parenthesis after the COLLECT function and two of your column references have a space between the open square bracket and the first word in the column name.
Try this...
=AVG(COLLECT([Discovery/Planning Time]:[Discovery/Planning Time], [IT Functional Team Owner]:[IT Functional Team Owner], "Data Analytics & BI"))
-
Thank you, @Paul Newcome. That did the trick :)!
-
@Chris Hallo Happy to help. 👍️
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
Check out the Formula Handbook template!