Formula

MrSpud

New Member
Joined
Jun 21, 2008
Messages
23
I am trying to find the formula in cell B1
Example 1
eg If cell A1 has value 5
Deduct 1
=4 then divide 100/4 =25
Then deduct 25 from 100 = 75
Then add 4 +(75% of 4)
Answer would be 7

Example 2
eg If cell A1 has value 11
Deduct 1
=10 then divide 100/10 =10
Then deduct 10 from 100 = 90
Then add 10+(90% of 10)
Answer would be 19

Hope this makes sense
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
How about
=(1+(100-(100/(A1-1)))/100)*(A1-1)
 
Upvote 0
Or slightly simpler
=(2-(1/(A1-1)))*(A1-1)
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,927
Messages
6,122,309
Members
449,080
Latest member
jmsotelo

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