One question about the tax table...if someone makes less than 500,000, how is the tax computed? I'm assuming it would be at a 2.5% rate
grcshekar already answered that question by implication, and your assumption is incorrect.
grcshekar's original formula implies that there is no tax on 500,000 or less, and 12,500 is added to the progressive tax for taxable income over 500,000.
That is correctly reflected in the formulas that I posted.
However, your question prompted me to research the India income tax procedures. Although I did find information at an incometaxindia.gov.in website (authoritative), I found a clearer explanation at a cleartax.in website (non-authorative).
In effect, it confirms the tax table that grcshekar posted, with tax starting at 12,500 for taxable income over 500,000.
But the
actual tax table is as follows:
tiered tax grcshekar.xlsx |
---|
|
---|
| P | Q | R | S |
---|
1 | over.... | tax | + pct over | diff pct |
---|
2 | 0 | 0 | 0% | 0% |
---|
3 | 250,000 | 0 | 5% | 5% |
---|
4 | 500,000 | 12,500 | 10% | 5% |
---|
5 | 750,000 | 37,500 | 15% | 5% |
---|
6 | 1,000,000 | 75,000 | 20% | 5% |
---|
7 | 1,250,000 | 125,000 | 25% | 5% |
---|
8 | 1,500,000 | 187,500 | 30% | 5% |
---|
|
---|
So
actually, there is no tax on taxable income of 250,000 or less; and there is a 5% tax on taxable income of 500,000 or less and over 250,000.
Also, 4% of the tax is added for the health and education "cess" (surtax). Presumably, that is why grcshekar multiplied the tax by 1.04.
However, if taxable income is 500,000 or less, the taxpayer can
apply for a rebate of up to the first 12,500 in tax. And the rebate applies
before adding the 4% "cess", according to cleartax.in.
I don't know India tax procedures. But it appears to me that the rebate is applied for when the taxpayer files a tax return
at the end of the tax year.
So perhaps the
monthly withholding tax should
not take the rebate into account, as grcshekar's original formula did.
To that end, using the full tax table above, the formula for the monthly withholding tax should be:
=ROUND(1.04 * SUMPRODUCT((M2*12>$P$2:$P$8)*(M2*12-$P$2:$P$8), $S$2:$S$8)/12, 0)
(Note that the values in column Q are no longer needed.)
That results in a monthly withholding tax (and 4% "cess") of 542 for a monthly taxable income 31,250 (375,000 annually), instead of zero.
Food for thought, grcshekar.