Finding Average of Cells in Another Sheet
RingJake
✭✭✭✭✭
Hello,
I am trying to find the average of "% completes" percentages from one sheet to another that meet a certain criteria.
Here is the formula I have attempted however, I am receiving an "Invalid Operation". Is there a way to accomplish this without selecting each cell individually?
=IF({Team} = "Marketing", AVG({% Complete}))
Tags:
Best Answer
-
Terrific, thank you!
Answers
-
Try AVERAGEIF
For example, a "Dept" column and a "Progress" column:
=AVERAGEIF(Dept:Dept, "Marketing", Progress:Progress)
https://help.smartsheet.com/function/averageif
-
Terrific, thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 507 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 518 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!