Hi all,
I manage a team of payroll with different salaries. I am looking for a solution where I can input the salary figure in a cell which it is matched against the conditions in the table below to output the correct Levy amount.
Does anybody know of an efficient way to do this? Perhaps organise the table differently in excel? Thanks in advance.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Salary[/TD]
[TD]Levy[/TD]
[/TR]
[TR]
[TD][TABLE="width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD] ≤ 2,000[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 93"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]$0.5[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD] > 2,000 to 3,500[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 93"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]$1[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD] > 3,500 to 5,000[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 93"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]$1.5[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD] > 5,000 to 7,500[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 93"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]$2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD] > 7,500[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 93"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]$3[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I manage a team of payroll with different salaries. I am looking for a solution where I can input the salary figure in a cell which it is matched against the conditions in the table below to output the correct Levy amount.
Does anybody know of an efficient way to do this? Perhaps organise the table differently in excel? Thanks in advance.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Salary[/TD]
[TD]Levy[/TD]
[/TR]
[TR]
[TD][TABLE="width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD] ≤ 2,000[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 93"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]$0.5[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD] > 2,000 to 3,500[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 93"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]$1[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD] > 3,500 to 5,000[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 93"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]$1.5[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD] > 5,000 to 7,500[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 93"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]$2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 100"]
<colgroup><col></colgroup><tbody>[TR]
[TD] > 7,500[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 93"]
<colgroup><col></colgroup><tbody>[TR]
[TD="align: right"]$3[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]