Rounding Down, IF and MAX function

Cindyann

New Member
Joined
Apr 24, 2014
Messages
42
Office Version
  1. 365
Platform
  1. Windows
Hello,

I've been searching and trying different formulas for some time and to no avail.

I want help with a ROUNDDOWN and maybe a MAX formula to calculate tax. So basically, the first $2,000 is taxed at 10%. $2,000.00 is the max that can be taxed at 10%.

e.g. if the tax overage is $1,500, then only $1,000 will be taxed at 10%, if its $2,500, only $2,000 will be taxed at 10%, if its $3,000, then only $2,000 will be taxed at 10%

So the formula would essentially, if the total is more than 2000, MAX 2000 but if it's less than 2000, then round down to $1000. Im using FLOOR and MAX but have no idea how to bring them together.

=IF(Y9<2000;IF(FLOOR(Y9;1000))) or =IF(Y9>2000;2000;Y7-Y9)
 
Last edited:
Here you go.
Mr excel questions 50.xlsm
JKLMNOW
19To help me understand, can you complete this:
20Gross Payexemption amountAmount taxed at 10%Tax at 10%Amount Taxed at 28%Tax at 28%Total Tax
211000
221250
231500
241750
252000
262250
272500
282750
293000
303250
313500
CindyAnn
 

Attachments

  • Screenshot from 2023-07-15 22-06-26.png
    Screenshot from 2023-07-15 22-06-26.png
    42.4 KB · Views: 6
Upvote 0

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
so, is the bracket for
[3000 to 6000) 10%
[6000 to 10000) 28%
what is [10000 and up] ?

in your 4000 example, it would be .5 of 4000 is 2000, .... how is that in the [3000-6000) bracket, or are you assigning the bracket before the 50% tax free
Here you go.
thanks, i don't see any 2000 exemptions.
 
Upvote 0
Unfortunately, Linux is recognizing the add on as corrupt and not allowing me to install it
it isn't an add on to PASTE, highlight cells and copy (CTRL-C on windows)
 
Upvote 0
So, It isn't fixed ranges but 1/2 of gross, and where that fits into a tranch (of sorts).
Any other things in the calculations that need to be stated? :)
No that it, but it's half of the tax bracket and not half of the gross
 
Upvote 0
well, before I build a big formula i want to get it fleshed out in the table format I have above.

Where do the 2000 exemptions start. And what is the bracket % above 10000?
 
Upvote 0
so, is the bracket for
[3000 to 6000) 10%
[6000 to 10000) 28%
what is [10000 and up] ?

in your 4000 example, it would be .5 of 4000 is 2000, .... how is that in the [3000-6000) bracket, or are you assigning the bracket before the 50% tax free

thanks, i don't see any 2000 exemptions.
That's because anything under 3000 isn't taxable. The taxes are calculated on the remaining gross balance after the exemption is removed. The salary brackets just let you know what the exemption amount should be.
 
Upvote 0
Tax Brackets are as follows

0-2999 - No tax applied
3000-6000 = 1500 tax exemption
60001-10000 = 3000 tax exemption
10000 and above = 5000 tax exemption

Once the exemption is removed, 10% is taxed on the 1st 2000 and 28% on the remaining
 
Upvote 0
does this match what your results should be:
Mr excel questions 50.xlsm
JKLMNOWXYZ
20Gross PayBracketexemption amountAmount taxed at 10%Tax at 10%Amount Taxed at 28%Amt Taxed at 48%Total Tax
2110000%500.000.000.000.000.000.000.000.00
2212500%625.000.000.000.000.000.000.000.00
2315000%750.000.000.000.000.000.000.000.00
2417500%875.000.000.000.000.000.000.000.00
2520000%1,000.000.000.000.000.000.000.000.00
2622500%1,125.000.000.000.000.000.000.000.00
2725000%1,250.000.000.000.000.000.000.000.00
2827500%1,375.000.000.000.000.000.000.000.00
29300010%1,500.001,500.00150.000.000.000.000.00150.00
30325010%1,625.001,625.00162.500.000.000.000.00162.50
31350010%1,750.001,750.00175.000.000.000.000.00175.00
32375010%1,875.001,875.00187.500.000.000.000.00187.50
33400010%2,000.002,000.00200.000.000.000.000.00200.00
34425010%2,125.002,125.00212.500.000.000.000.00212.50
35450010%2,250.002,250.00225.000.000.000.000.00225.00
36475010%2,375.002,375.00237.500.000.000.000.00237.50
37500010%2,500.002,500.00250.000.000.000.000.00250.00
38525010%2,625.002,625.00262.500.000.000.000.00262.50
39550010%2,750.002,750.00275.000.000.000.000.00275.00
40575010%2,875.002,875.00287.500.000.000.000.00287.50
41600028%3,000.003,000.00300.000.000.000.000.00300.00
42625028%3,125.003,000.00300.00125.0035.000.000.00335.00
43650028%3,250.003,000.00300.00250.0070.000.000.00370.00
44675028%3,375.003,000.00300.00375.00105.000.000.00405.00
45700028%3,500.003,000.00300.00500.00140.000.000.00440.00
46725028%3,625.003,000.00300.00625.00175.000.000.00475.00
47750028%3,750.003,000.00300.00750.00210.000.000.00510.00
48775028%3,875.003,000.00300.00875.00245.000.000.00545.00
49800028%4,000.003,000.00300.001,000.00280.000.000.00580.00
50825028%4,125.003,000.00300.001,125.00315.000.000.00615.00
51850028%4,250.003,000.00300.001,250.00350.000.000.00650.00
52875028%4,375.003,000.00300.001,375.00385.000.000.00685.00
53900028%4,500.003,000.00300.001,500.00420.000.000.00720.00
54925028%4,625.003,000.00300.001,625.00455.000.000.00755.00
55950028%4,750.003,000.00300.001,750.00490.000.000.00790.00
56975028%4,875.003,000.00300.001,875.00525.000.000.00825.00
571000040%5,000.003,000.00300.002,000.00560.000.000.00860.00
581025040%5,125.003,000.00300.002,000.00560.00125.0060.00920.00
591050040%5,250.003,000.00300.002,000.00560.00250.00120.00980.00
601075040%5,375.003,000.00300.002,000.00560.00375.00180.001,040.00
611100040%5,500.003,000.00300.002,000.00560.00500.00240.001,100.00
CindyAnn
Cell Formulas
RangeFormula
K21:K61K21=XLOOKUP(J21,$H$21:$H$24,$G$21:$G$24,"",-1)
L21:L61L21=0.5*J21
M21:M61M21=IF(J21<3000,0,IF(J21<6000,J21-L21,3000))
N21:N61N21=M21*0.1
O21:O61O21=IF(J21<6000,0,IF(J21<10000,J21-L21-M21,2000))
W21:W61W21=O21*0.28
X21:X61X21=IF(J21<10000,0,J21-L21-M21-O21)
Y21:Y61Y21=X21*0.48
Z21:Z61Z21=N21+W21+Y21
 
Upvote 0
Tax Brackets are as follows

0-2999 - No tax applied
3000-6000 = 1500 tax exemption
60001-10000 = 3000 tax exemption
10000 and above = 5000 tax exemption

Once the exemption is removed, 10% is taxed on the 1st 2000 and 28% on the remaining
 
Upvote 0

Forum statistics

Threads
1,215,168
Messages
6,123,402
Members
449,098
Latest member
ArturS75

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