calculating redundancy pay

davidwylie

New Member
Joined
Jul 1, 2004
Messages
27
does anyone have a formula to help calculate UK redundancy pay

rules are as follows:

-0.5 weeks pay for each full year under 22
-1 week pay for each full year they were 22 or older but under 41
-1.5 week pay for each full year they were 41 or older
-length of service capped at 20 years
-weekly pay capped at £500
-total max stat pay capped at £15,000


assume cell a1 for employee age, cell b1 for years of service, cell c1 for average weekly pay

thanks for your help in advance
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
does anyone have a formula to help calculate UK redundancy pay
rules are as follows:
-0.5 weeks pay for each full year under 22mytable
-1 week pay for each full year they were 22 or older but under 41
-1.5 week pay for each full year they were 41 or older
-length of service capped at 20 years160.5
-weekly pay capped at £500221
-total max stat pay capped at £15,000411.5
651.5
assume cell a1 for employee age, cell b1 for years of service, cell c1 for average weekly pay
thanks for your help in advance
ageyearspay
171300150#####
182300300
193300450
204300600
215300750
2263001800
2573002100
402180015000
4193004050
45103004500
602090015000
#####
=IF(VLOOKUP(A21,mytable,2)*B21*C21>15000,15000,VLOOKUP(A21,mytable,2)*B21*C21)

<colgroup><col span="15"></colgroup><tbody>
</tbody>
 
Upvote 0
Did one for my daughter back in 2009 but unable to locate copy.

Rather than start from scratch, Suggest you google "excel redundancy calculator" & download any examples.

Dave
 
Upvote 0
I cant find any good ones that help with doing 40 employees at once in order to work out estimated total redundancy pay. has any one else any ideas
 
Upvote 0
I am not sure we have the full information for the calculation.
A few examples would have been useful.


Excel 2010
ABCDEFGHIJ
1Annual max500Redundancy
2Maximum20Brackets -->41210Rate
3AgeWorkedFactor -->1.51.00.5Ver1Ver2
4503220Accum911060012,25012,250
5422220Accum119055010,25010,250
62444Accum0314501,5751,575
7705020Accum200070015,00015,000
82144Accum004400800800
4a
Cell Formulas
RangeFormula
C4=MIN($B$2,B4)
E4=MAX(0,MIN($C4-SUM($D4:D4),$A4-E$2))
F4=MAX(0,MIN($C4-SUM($D4:E4),$A4-F$2))
G4=MAX(0,MIN($C4-SUM($D4:F4),$A4-G$2))
I4=SUMPRODUCT($E$3:$G$3,E4:G4)*MIN($B$1,H4)
J4=(E4*E$3+F4*F$3+G4*G$3)*MIN($B$1,H4)
 
Last edited:
Upvote 0
for more infor this is the design of the table I have

Employee PAYE Start Date Service Contracted Hours Av Weekly Pay Today Date DOB Age Age Commenced Redundancy Pay
Jack HP services 01/10/1990 27.02 15 125.09 07/10/2017 26/06/1937 80 53
Peter HP services 01/11/1993 23.93 16 145.11 07/10/2017 20/05/1943 74 50
Emily HP services 01/11/1999 17.93 12.5 114.06 07/10/2017 27/04/1949 68 50
Harry HP services 01/12/2001 15.85 32 398.96 07/10/2017 15/08/1954 63 47
 
Upvote 0

Forum statistics

Threads
1,215,398
Messages
6,124,694
Members
449,179
Latest member
kfhw720

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