How to Calculate Professional Tax in Gujarat Using Excel Formulas: A Step-by-Step Guide

pjofficial
Calculating Professional Tax Slab in Gujarat Using Excel

To calculate the Professional Tax slab in Gujarat using the IF function formula in Excel, you can use the following formula:

=IF(C2>12000,"₹200",IF(C2>9000,"₹150",IF(C2>6000," ₹80",IF(C2>3000,"₹0","₹0"))))

Where C2 represents the gross salary.

Tax Slab for Calculations

- Up to 2999: ₹0.00
- Between 3000 to 5999: ₹0.00
- Between 6000 to 8999: ₹80.00
- Between 9000 to 11999: ₹150.00
- Above 12000: ₹200.00

This formula will help you determine the appropriate tax amount based on the gross salary provided in cell C2. Please ensure the cell references and values are adjusted according to your specific requirements.

If you need further assistance or clarification, feel free to ask.
vrgajjar
=IF(C2>=12000, "200", IF(C2>=9000, "150", IF(C2>=6000, "80", "0")))
If you are knowledgeable about any fact, resource or experience related to this topic - please add your views. For articles and copyrighted material please only cite the original source link. Each contribution will make this page a resource useful for everyone. Join To Contribute