Formula Needed

Wilfred555

New Member
Joined
Sep 28, 2006
Messages
2
Hi,

Heres my problem,

CSS = P divided by S.
PS Required is a number that needs to be added to both S and P to achieve target of 83%

The answer to the below = 5. But i dont know how to get it using a formula
(If 5 is added to S and P both, S will become 36 and P will become 30; 30/36 = 83.33%)


Name S P CSS Target PS required
Adam 31 25 80.65% 83.00% ?

Thanks !
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Hi Wilfred555,

Assuming your S value is in B2, your P value is in C2 and you are wanting to round to the nearest whole number (as it appears you did above) try the following.


=ROUNDUP(((0.83*B2)-C2)/0.17,0)

Hope it helps

Richard
 
Upvote 0
Hi,

try this:

Code:
=VERGLEICH(C5;(24+ZEILE($A$1:$A$100))/(30+ZEILE($A$1:$A$100));1)-1

pay attention: you have to use Strg+Shift+Enter to make the formula works...

Use:
Vergleich() = Match()
Zeile() = Row()
; = ,

In my example is range C5 which has the Value of the PS required.
 
Upvote 0

Forum statistics

Threads
1,214,548
Messages
6,120,141
Members
448,948
Latest member
spamiki

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