Accounts Executive
92 Points
Joined August 2009
If you are to compute Income tax of large number of Individuals. The Excel formula will be helpful if you have sufficient excel data like Gross alary Deduction as per Chapter Vi A , Profession tax etcc in columnar form.Suppose cell No B33 is status of individual -To say; "I" for individual and"S" for Sr. Citizen and Cell No "C33" is the net taxable amount, then Income tax can be calculated as follows. Education cess and SH Cess to the computed based on the result thereof.I just modified my earlier formula to calculate normal and Sr Citizen Tax. You guys please try it. Looking Forward to Get your Querry and reply to enhance my knowledge IF(B33="I",(IF(C33<500000,(C33-250000)*0.1,IF(C33<1000000,(C33-500000)*0.2+25000,IF(C33>1000000,(C33-1000000)*0.3+125000)))),IF(C33<500000,(C33-300000)*0.1,IF(C33<1000000,(C33-500000)*0.2+20000,IF(C33>1000000,(C33-1000000)*0.3+120000))))
Read more at: /forum/income-tax-calculation-excel-formula-357427.asp