determine total % project completion using average
I am trying to calculate the % complete of a project across multiple smartsheets. I am using formula:
However, it only winds up counting the %values in these cells. For example, the first project is 9% complete, the second is 1% complete, so it returns the value of 10%. if you average these percentages, then the value should return 5%.
Answers
-
Hi @mmscott92
It looks like you're averaging two ranges, and then adding each average together (with the + sign between them).
If you want to keep your formula the same, you could then just divide by 2. To do so, wrap your whole formula in parenthesis, then use the / sign for divide. Try this:
=(AVG({ABC Plan Range 1}) + AVG({DEG Plan Range 2})) / 2
Here are some Help Center articles I used: AVG Function / Formula Operations
Let me know if this works for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!