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 information? 👀 | 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
- 67.8K Get Help
- 474 Global Discussions
- 202 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!