Formula for % on Track for Yearly Goal by Day of Year

We are trying to calculate if we are on track for the hours expected to work by the end of the year, per day. We are tracking this for two groups of people but weirdly enough, the formulas come out identical each day.

I use the following fields to calculate my estimation.

YTD Accumulated Total Expected Annual Hours: =([Expected Annual Hours]@row / 52) * [Week number]@row

Expected Annual Hours: =SUM([Expected Annual Hours]1:[Expected Annual Hours]27) * 0.7

YTD / Today's Goal : =([Expected Annual Hours]30 / 365) * YEARDAY(TODAY())

The final calculation to show the expected annual hours is as follows:

=(([YTD Accumulated Total Expected Annual Hours]30 * 0.7) / [YTD/Today's Goal]# * 100)

The multiplication of 70% is necessary, but I am wondering if my parentheses are in the wrong spot, missing, or if I'm writing this wrong entirely.

Weirdly, the result is always ~69.29% and identical to the same sets of formulas tracking a second group of people with different hours entirely.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!