Min Formula for pension calculation

Rhonda

New Member
Joined
Jul 28, 2005
Messages
36
Hi - am trying to do a formula for pension calculations for all employees.

Maximum pensionable earnings $41,100
Basic exemption amount $3,500 (if you earn less you don't have pension deductions)
Employer contribution rate is 4.95%
Maximum contribution is $1,861,20 or (41,100-3,500 X .0495)
Cell L11 is where the earnings are located

I tried this formula
MIN((41,100-3500),(L11-3500)*0.495

It works fine except when someone earns under 3500, then it puts in a negative number...I need it to say zero if it goes under 1 cent....

Thanks
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Rhonda said:
Hi - am trying to do a formula for pension calculations for all employees.

Maximum pensionable earnings $41,100
Basic exemption amount $3,500 (if you earn less you don't have pension deductions)
Employer contribution rate is 4.95%
Maximum contribution is $1,861,20 or (41,100-3,500 X .0495)
Cell L11 is where the earnings are located

I tried this formula
MIN((41,100-3500),(L11-3500)*0.495

It works fine except when someone earns under 3500, then it puts in a negative number...I need it to say zero if it goes under 1 cent....

Thanks

=MAX(0,Calculation)

would avoid a negative result.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

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