calculate the numbers to reach a number knowing the percenage to add to the first number?

haggardns

New Member
Joined
Sep 14, 2017
Messages
2
Hi,

Sorry if this is trivial, but I can't internet search this properly cause it is difficult to explain my question to a search engine :(

I am working on a capacity planning spreadsheet.

If can do 100 units of work, but I know that if someone assigns me 100 units of work but it may be 50% more than they said it would be, how do I know what my real capacity is?

For example: I can do 70 units of work, but I know it will always take 50% longer to do.

50% = the growth of the work
70 = amount of units capacity.

I manually did this but the answer is roughly:

46.6666
23.3333
= 70

So my manager comes to me and says I have work for you to do that will take 70 days but I know it could 50% longer to do it, so I tell him never assign me more than what we estimate the work to be, give me 46.666 days of work, and if it does take 50% longer than the 46, I have the 70 days to complete it in.

Without going into the existential reasoning of this question :), how do I calculate this in excel.

A1 = 50%
B1 = 70
C = 46.666 (need answer)
D = 23.333 (need answer)

Thanks!

Chris
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Hi there. The formulas you want are: set C1 to: =B1/(1+A1), and set D1 to =B1-C1. Make sure that cell A1 is set to percentage format.

John
 
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,796
Members
449,095
Latest member
m_smith_solihull

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