Harvey Balls / Percentage %

Hi,

I am needing some help with the formula that triggers the Harvey ball.

In the sheet below, we have a certain number of hours assigned in the "Project Arch HRS". We then update the number of cumulative hours each week in "PA Actual". In "PA % Complete" we have a formula that calculates the % of hours complete: =IFERROR(SUM([PA Actual]@row / [Project Arch HRS]@row), 0).

It is odd, because the same formula is entered in all three cells in "PA % Complete" but the last one calculates to 1.01, and I cannot figure out why.

In the column "Project Arch Progress" we have the following formula:

=IF([PA % Complete]@row < 0.25, "Empty", IF([PA % Complete]@row < 0.5, "Quarter", IF([PA % Complete]@row < 0.75, "Half", IF([PA % Complete]@row < 1, "Three Quarter", "Full"))))

My client would like to have a visual of the progress but despite being 100% complete, the Harvey ball only progresses to 75%.

What is even more strange is, the formulas are all the same for another phase (under brown), but the PA % Complete and the Harvey Ball calculate correctly.



image.png

Here are the formulas for the phase (under brown) in the picture above:

PA % Complete: =IFERROR(SUM([PA Actual]@row / [Project Arch HRS]@row), 0)

Project Arch Progress: =IF([PA % Complete]@row < 0.25, "Empty", IF([PA % Complete]@row < 0.5, "Quarter", IF([PA % Complete]@row < 0.75, "Half", IF([PA % Complete]@row < 1, "Three Quarter", "Full"))))


Thanks for your help!! Please let me know if you need clarification on anything.


Rosa

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!