CrashMatRob
New Member
- Joined
- Mar 17, 2012
- Messages
- 26
- Office Version
- 2019
Hi,
I'm trying to calculate redundancy pay, I have sheet1 with names, age and years service.
another sheet from Gov.uk with a table, with Column A, Age and Row 2 years service.
Is there a way to look at sheet1 age and years service and get the answer from the table(sheet2) looking at Column A and Row 2
i,e sheet1 age 22, years service 3, result should be 1.5
<colgroup><col><col><col span="4"></colgroup><tbody>
</tbody>[h=1][/h]
I'm trying to calculate redundancy pay, I have sheet1 with names, age and years service.
another sheet from Gov.uk with a table, with Column A, Age and Row 2 years service.
Is there a way to look at sheet1 age and years service and get the answer from the table(sheet2) looking at Column A and Row 2
i,e sheet1 age 22, years service 3, result should be 1.5
Length of Service | |||||
1 | 2 | 3 | 4 | 5 | |
Age | 0 | ||||
17 | 0 | 1 | |||
18 | 0 | 1 | 1.5 | ||
19 | 0 | 1 | 1.5 | 2 | |
20 | 0 | 1 | 1.5 | 2 | 2.5 |
21 | 0 | 1 | 1.5 | 2 | 2.5 |
22 | 0 | 1 | 1.5 | 2 | 2.5 |
23 | 0 | 1.5 | 2 | 2.5 | 3 |
<colgroup><col><col><col span="4"></colgroup><tbody>
</tbody>