Excel formula for Tax calculation in india

RK Singh

New Member
Joined
May 22, 2020
Messages
12
Office Version
  1. 2016
Platform
  1. Windows
Sir
excel formula round(if($c9<=250000,0,if($c9<=500000,($c9-250000)*5%,if($c9<=750000,($c9-500000)*10%+12500,if($c9<=1000000,($c9-750000)*15%+37500,if($c9<=1250000,($c9-750000)*20%+75000,if($c9<=1500000,($c9-1250000)*20%+125000,($c9-150000)*30%+187500))))),0)
which is not working. Please help with intimation to me at "taxation_mkp@itiltd.co.in".
 
Quote
please solve another issue to find out how many invoices issued using different series numbers like as:

You may want to create a new thread for this question.
You could post examples and expected results with the forum's XL2BB.
 
Upvote 0

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.
I didn't change the formula back to the original when I extracted the array information. I didn't notice when I made the post.
See the original formula in the post below.
Tax 2021.xlsm
ABCDEF
1Income1,500,000.00BracketsRate
2Tax187,500.00E2 is blank
3or187,500.0000%
4250,0005%
5500,00010%
6750,00015%
71,000,00020%
81,250,00025%
91,500,00030%
1aa
Cell Formulas
RangeFormula
B2B2=SUMPRODUCT(--(B1>D3:D9),B1-D3:D9,E3:E9-E2:E8)
B3B3=SUMPRODUCT(--(B1>aB_),B1-aB_,aR_)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,446
Messages
6,124,896
Members
449,194
Latest member
JayEggleton

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