If Function with multiple criteria for tax calculation

hardeep.kanwar

Well-known Member
Joined
Aug 13, 2008
Messages
693
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.

[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 103"]
<tbody>[TR]
[TD="class: xl65, width: 103"]State Code[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 49"]
<tbody>[TR]
[TD="class: xl66, width: 49"]Rate of
Gst[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 100"]
<tbody>[TR]
[TD="class: xl65, width: 100"]Total
Amount[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]IGST[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]CGST[/TD]
[TD]SGST[/TD]
[/TR]
[TR]
[TD]PTN[/TD]
[TD]18%[/TD]
[TD]100000[/TD]
[TD]18000[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]DLH[/TD]
[TD]5%[/TD]
[TD]100000[/TD]
[TD]0[/TD]
[TD]2500 (2.5%)[/TD]
[TD]2500 (2.5%)[/TD]
[/TR]
</tbody>[/TABLE]

There are total 22 State code

[TABLE="width: 103"]
<colgroup><col></colgroup><tbody>[TR]
[TD]State Code[/TD]
[/TR]
[TR]
[TD]PTN[/TD]
[/TR]
[TR]
[TD]NGP[/TD]
[/TR]
[TR]
[TD]BPL[/TD]
[/TR]
[TR]
[TD]RPR[/TD]
[/TR]
[TR]
[TD]VNS[/TD]
[/TR]
[TR]
[TD]VJV[/TD]
[/TR]
[TR]
[TD]BLR[/TD]
[/TR]
[TR]
[TD]JAI[/TD]
[/TR]
[TR]
[TD]LUK[/TD]
[/TR]
[TR]
[TD]HYD[/TD]
[/TR]
[TR]
[TD]DHD[/TD]
[/TR]
[TR]
[TD]DLH[/TD]
[/TR]
[TR]
[TD]CHN[/TD]
[/TR]
[TR]
[TD]CHI[/TD]
[/TR]
[TR]
[TD]BHW[/TD]
[/TR]
[TR]
[TD]MHP[/TD]
[/TR]
[TR]
[TD]ANE[/TD]
[/TR]
[TR]
[TD]KCH[/TD]
[/TR]
[TR]
[TD]HRY[/TD]
[/TR]
[TR]
[TD]KOL[/TD]
[/TR]
[TR]
[TD]VDR[/TD]
[/TR]
[TR]
[TD]RCH[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
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,223,903
Messages
6,175,286
Members
452,631
Latest member
a_potato

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