Calc percentage of goal if looking to decrease from actual.

Playmedead

New Member
Joined
Oct 23, 2013
Messages
2
I've been off work a while and I just want to make sure I'm doing it properly. Goal call hold time is 300 seconds but actual is 660 seconds. I want to calculate progress toward goal of 300 seconds as a percentage. I have 45% as the achievement toward that goal...is that correct? Note: in the formula I have it capped at 100% if the goal were to be overshot.

I'm assuming this: actual-goal/actual, is this the correct way to measure this?


Book1
ABCD
1GoalActual% of Goal
2seconds30066045%
Sheet1
Cell Formulas
RangeFormula
D2D2=IF(C2>B2,1-(C2-B2)/C2,1)
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
If i understand you correctly it should be Correctly you are showing "accumulated" progress so the formula is correct.
 
Upvote 0
If i understand you correctly it should be Correctly you are showing "accumulated" progress so the formula is correct.
Thanks. Yes if we need to get to 300 from 660 seconds, that's a 55% decrease, leaving 45% as the progress so far.
 
Upvote 0

Forum statistics

Threads
1,214,929
Messages
6,122,314
Members
449,081
Latest member
tanurai

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top