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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!