AVG(COUNTIF) question
I am not a programmer and am trying to build a dashboard, but I need to figure out how to do a an AVG calculation.
Can someone help me with the formula?
I need to calculate the Average % Complete grouped by primary Assignment.
For Instance:
=AVG(% Complete) where Primary Assignment = "Business"
=AVG(% Complete) Where Primary Assignment - "Technology"
Any assistance would be greatly appreciated.
Answers
-
Try using an AVERAGEIF() formula
=AVERAGEIF([Primary Assignment]:[Primary Assignment],"Business",[% Complete]:[% Complete])
then you would have to make the same formula for "Technology"
-
When I put in that calculation it is saying #unparseable.
=AVERAGEIF([Primary Assignment]:[Primary Assignment],"Business", [% Complete]:[% Complete])
-
Is it possible to have multiple criteria instead of just one?
-
Are you able to provide a screenshot of the formula that is throwing the error directly in the sheet similar to the screenshot below?
-
Here you go.
-
@Will.Dennis The formula in your most recent screenshot has a few issues with it. Aside from the syntax issues, it also looks like you are referencing two different sheets?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!