If Function with multiple criteria for tax calculation

hardeep.kanwar

Well-known Member
Joined
Aug 13, 2008
Messages
691
Hi Everyone

I need help on "If" function

I have multiple State codes, Tax rate, Amount and Tax applied i.e. IGST ,CGST,SGST,What i need if State code is not Equal to "DLH" Than tax should be IGST,if State code is equal to DLH than tax should be CGST AND SGST.

State Code

<tbody>
</tbody>
Rate of
Gst

<tbody>
</tbody>
Total
Amount

<tbody>
</tbody>
IGST

<tbody>
</tbody>
CGSTSGST
PTN18%1000001800000
DLH5%10000002500 (2.5%)2500 (2.5%)

<tbody>
</tbody>

There are total 22 State code

State Code
PTN
NGP
BPL
RPR
VNS
VJV
BLR
JAI
LUK
HYD
DHD
DLH
CHN
CHI
BHW
MHP
ANE
KCH
HRY
KOL
VDR
RCH

<colgroup><col></colgroup><tbody>
</tbody>
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
make a table on a separate sheet and use VLOOKUP it will be quicker than modifying an IF statement
 
Upvote 0

Forum statistics

Threads
1,215,003
Messages
6,122,655
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top