Calculate GST amount for inclusive and exclusive pricing
GST (Goods and Services Tax) is a comprehensive indirect tax levied on the supply of goods and services in India. It replaced multiple cascading taxes levied by the central and state governments.
₹1,180.00
at 18% GST rate
CGST
Central GST
Levied by Central Government
SGST
State GST
Levied by State Government
When you have a base amount and need to add GST to calculate the total inclusive amount:
Inclusive Amount = Base Amount + (Base Amount × GST Rate / 100)
GST Amount = Base Amount × GST Rate / 100
When you have an amount that already includes GST and need to find the base amount and GST component:
Base Amount = Inclusive Amount / (1 + GST Rate / 100)
GST Amount = Inclusive Amount - Base Amount