I need some help
(don't worry about the dutch words, not important for the question)
So I'm making a sheet that can keep my income and costs every month and calculate my taxes etc automaticly.
Fot taxes and other stuff in Belgium we use a system based on net income according to the following table;
[TABLE="class: table table-striped table-bordered, width: 837"]
<tbody style="box-sizing: border-box;">[TR]
[TD="class: left, bgcolor: #F9F9F9"]Belastingschijf[/TD]
[TD="class: middle, bgcolor: #F9F9F9"]Inkomensschijf[/TD]
[TD="class: right, bgcolor: #F9F9F9"]Tarief belasting[/TD]
[/TR]
[TR]
[TD]Schijf 1[/TD]
[TD]€ 0 tot €12 990[/TD]
[TD]25%[/TD]
[/TR]
[TR]
[TD="bgcolor: #F9F9F9"]Schijf 2[/TD]
[TD="bgcolor: #F9F9F9"]€ 12 990,01 t/m € 22 290[/TD]
[TD="bgcolor: #F9F9F9"]40%[/TD]
[/TR]
[TR]
[TD]Schijf 3[/TD]
[TD]€ 22 290,01 t/m € 39 660[/TD]
[TD]45%[/TD]
[/TR]
[TR]
[TD="bgcolor: #F9F9F9"]Schijf 4[/TD]
[TD="bgcolor: #F9F9F9"]Meer dan 39 660,01 euro[/TD]
[TD="bgcolor: #F9F9F9"]50%[/TD]
[/TR]
</tbody>[/TABLE]
So, what I can't find is how to formulate in 1 cell that the % tax has to be according to this table?
Thanks for helping!
(don't worry about the dutch words, not important for the question)
So I'm making a sheet that can keep my income and costs every month and calculate my taxes etc automaticly.
Fot taxes and other stuff in Belgium we use a system based on net income according to the following table;
[TABLE="class: table table-striped table-bordered, width: 837"]
<tbody style="box-sizing: border-box;">[TR]
[TD="class: left, bgcolor: #F9F9F9"]Belastingschijf[/TD]
[TD="class: middle, bgcolor: #F9F9F9"]Inkomensschijf[/TD]
[TD="class: right, bgcolor: #F9F9F9"]Tarief belasting[/TD]
[/TR]
[TR]
[TD]Schijf 1[/TD]
[TD]€ 0 tot €12 990[/TD]
[TD]25%[/TD]
[/TR]
[TR]
[TD="bgcolor: #F9F9F9"]Schijf 2[/TD]
[TD="bgcolor: #F9F9F9"]€ 12 990,01 t/m € 22 290[/TD]
[TD="bgcolor: #F9F9F9"]40%[/TD]
[/TR]
[TR]
[TD]Schijf 3[/TD]
[TD]€ 22 290,01 t/m € 39 660[/TD]
[TD]45%[/TD]
[/TR]
[TR]
[TD="bgcolor: #F9F9F9"]Schijf 4[/TD]
[TD="bgcolor: #F9F9F9"]Meer dan 39 660,01 euro[/TD]
[TD="bgcolor: #F9F9F9"]50%[/TD]
[/TR]
</tbody>[/TABLE]
So, what I can't find is how to formulate in 1 cell that the % tax has to be according to this table?
Thanks for helping!