Zalabya83

New Member
Joined
Aug 26, 2019
Messages
28
hello, i would like to know if there’s an equation to help me automatically calculate/multiply any extra 1 percent after 100% with 1.5 as factor for the extra 1 percent
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Probably, but I think we need more details. 100% percent of what?
It may help us understand what you are working with a little better if you can provide us with an actual example.
 
Upvote 0
sorry for the lack of info, let’s say we have in retail sales department the employees got 100% of their achievements and we want to calculate any extra 1 percent with 1.5 as an example to give them incentive for the extra achievement, i hope this clarifies things
 
Upvote 0
If you have 105% in cell A1, and wanted to give them 1.5 times the amount over 100% (so it should be 107.5%), then use this formula:
Code:
=IF(A1>100%,100%+(A1-100%)*1.5,A1)
 
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,022
Members
448,939
Latest member
Leon Leenders

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