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

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
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,653
Messages
6,126,046
Members
449,282
Latest member
Glatortue

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