• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Formula needed to create a percentage where the goal is zero

FFR495

New Member
Hi Everyone,

I'm looking for assistance on creating a formula to show a percentage when the goal is zero. If the actual goes above zero than the percentage needs to go lower but if the actual stays at zero than the percentage needs to stay at 100%. Also this is over a 13 week period. (Picture reference below).

OwnerQuarterly GoalQuarterly Total% of Qtly GoalWeekly Goal4/1/20223/25/20223/18/20223/11/20223/4/20222/25/20222/18/20222/11/20222/4/20221/28/20221/21/20221/14/202201/07/2022
# of Accounts Pending to be Posted020#DIV/0!00001501122350

I hope this makes sense.

Thank you in advance!

Jenna
 
The goal is to stay at 0 for the full 13 weeks, if they do so they would be at 100%. If the number goes higher than 0 the percentage needs to go down. I guess the actual would be 0.
 
I don't know if this is what you are after, but the formula below will give the percentage of weeks for which the goal (zero) was not met during the 13 week quarter. This formula assumes the provided data begins in cell A1 such that the formula itself is in E2 (format as %) and looking at the weekly data in G2:S2.

=1-SUMPRODUCT(--($G2:$S2>0))/13

Hope that helps.

Regards,
Ken
 
Back
Top