KyleOliver
New Member
- Joined
- Apr 16, 2016
- Messages
- 31
Hi,
I am stuck and need some help please.
In my excel workbook I have two worksheets namely "Payroll Register" & "TAX Rates & Rebates"
I am trying to reflect the employee's TAX Rebate based on his/her age as per the following table;
The "Payroll Register" worksheet contains the employee's details such as age and on the 2nd worksheet, "TAX Rates & Rebates" is the following TAX Rebate table;
Tax Rebate
Primary (64yrs and younger) = R13 635
Secondary (65yrs and older) = R21 114
Tertiary (75yrs and older) = R23 607
The formula I used is;
=IF($D$4<='TAX Rates & Rebates'!$L$9,'TAX Rates & Rebates'!$N$9,IF($D$4>='TAX Rates & Rebates'!$L$10,'TAX Rates & Rebates'!$O$10,IF($D$4>='TAX Rates & Rebates'!M10,'TAX Rates & Rebates'!$O$11)))
cell $D$4 is the employee's age which is reflected in the "Payroll Register" worksheet
cell 'TAX Rates & Rebates'!$L$9 has the value "64" (yrs of age)
cell 'TAX Rates & Rebates'!$N$9 has the value "R13 635" (TAX rebate amount)
cell $D$4 is the employee's age which is reflected in the "Payroll Register" worksheet
cell 'TAX Rates & Rebates'!$L$10 has the value "65" (yrs of age)
cell 'TAX Rates & Rebates'!$N$9 has the value "R21 114" (TAX rebate amount)
cell $D$4 is the employee's age which is reflected in the "Payroll Register" worksheet
cell 'TAX Rates & Rebates'!$L$10 has the value "75" (yrs of age)
cell 'TAX Rates & Rebates'!$N$9 has the value "R23 607" (TAX rebate amount)
This formula is not working and I don't know what else to do
Could someone please assist?
Many thanks,
Kyle
I am stuck and need some help please.
In my excel workbook I have two worksheets namely "Payroll Register" & "TAX Rates & Rebates"
I am trying to reflect the employee's TAX Rebate based on his/her age as per the following table;
The "Payroll Register" worksheet contains the employee's details such as age and on the 2nd worksheet, "TAX Rates & Rebates" is the following TAX Rebate table;
Tax Rebate
Primary (64yrs and younger) = R13 635
Secondary (65yrs and older) = R21 114
Tertiary (75yrs and older) = R23 607
The formula I used is;
=IF($D$4<='TAX Rates & Rebates'!$L$9,'TAX Rates & Rebates'!$N$9,IF($D$4>='TAX Rates & Rebates'!$L$10,'TAX Rates & Rebates'!$O$10,IF($D$4>='TAX Rates & Rebates'!M10,'TAX Rates & Rebates'!$O$11)))
cell $D$4 is the employee's age which is reflected in the "Payroll Register" worksheet
cell 'TAX Rates & Rebates'!$L$9 has the value "64" (yrs of age)
cell 'TAX Rates & Rebates'!$N$9 has the value "R13 635" (TAX rebate amount)
cell $D$4 is the employee's age which is reflected in the "Payroll Register" worksheet
cell 'TAX Rates & Rebates'!$L$10 has the value "65" (yrs of age)
cell 'TAX Rates & Rebates'!$N$9 has the value "R21 114" (TAX rebate amount)
cell $D$4 is the employee's age which is reflected in the "Payroll Register" worksheet
cell 'TAX Rates & Rebates'!$L$10 has the value "75" (yrs of age)
cell 'TAX Rates & Rebates'!$N$9 has the value "R23 607" (TAX rebate amount)
This formula is not working and I don't know what else to do
Could someone please assist?
Many thanks,
Kyle