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.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!