How to calculate number required to achieve target percentage

ellery33

New Member
Joined
Nov 10, 2017
Messages
1
Hello all,

Here at work, I need to figure out how many more PTs are needed to reach the target goal of 15%. What formula can I use in order to get the amount without figuring it out myself. Any help is greatly appreciated. Thanks!
PTs
WELDS
PTd %
GOAL %
PTs NEEDED TO REACH GOAL
CT
12
67
17.9%
15.0%
MH
15
110
13.6%
15.0%
SM
15
119
12.6%
15.0%
SR1
13
132
9.8%
15.0%

<tbody>
</tbody>
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Welcome to the forum.

Try:

ABCDEF
1PTsWELDSPTd %GOAL %PTs NEEDED TO REACH GOAL
2CT126717.91%15.00%Goal met
3
4MH1511013.64%15.00%2
5
6SM1511912.61%15.00%3
7
8SR1131329.85%15.00%7

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet3

Worksheet Formulas
CellFormula
F2=IF(A2="","",IF(B2/C2>=E2,"Goal met",ROUNDUP(C2*E2-B2,0)))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,820
Members
449,469
Latest member
Kingwi11y

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