Desperately in need of help

Cdn Bookkeeper

New Member
Joined
Mar 2, 2023
Messages
7
Office Version
  1. 2007
Platform
  1. Windows
Hi,
First, thank you for allowing me to join this group.
I have a problem that I'm sure will be easy for me but is waaaay out of my league.
I need a formula that will give a certain result depending on a number of inputs.
(IF( B3*52) is less than t, then 1/52 or more than t but less than q, then 2/52 or more than q but less than r, then 3/52 etc.

t=400 1=100
q=600 2=200
s=800 3=300
so If B3 x 52 is 1000
then if 1000<400,100/52 or if 1000<600>800,200/52 or if 1000<800>1001,300/52 and on

Do you have any idea how I might write this formula so that it actually works?
Thanks in advance
 
Hello Cdn Bookkeeper

I do not recognize some of the information that you provided.

Please step back and provide the reference source for your input data.
" 208000 annual gross wages. TD 1 exemption for this level of earnings is -13767.00. "

What TD1 or TD1-WS did you use for that calculation?
For reference:
CANADA REVENUE FEDERAL INCOME TAX BRACKETS
TD1 IS THE SAME AS BASE TAX
WAGES OVERNOT TO EXCEEDBASE TAXPLUS % OFWAGES OVER
0.00​
53359.00​
0.00​
15.0%​
0.00​
53359.00​
106717.00​
(2935.00)​
20.5%​
0.00​
106717.00​
165430.00​
(8804.00)​
26.0%​
0.00​
165430.00​
235675.00​
(13767.00)​
29.0%​
0.00​
235675.00​
9999999.99​
(23194.00)​
33.0%​
0.00​
FOR WEEKLY LIMITS DIVIDE BY 52
0.00​
1026.13​
0.00​
15.0%​
0.00​
1026.13​
2052.25​
(56.44)​
20.5%​
0.00​
2052.25​
3181.35​
(169.31)​
26.0%​
0.00​
3181.35​
4532.21​
(264.75)​
29.0%​
0.00​
4532.21​
192307.69​
(446.04)​
33.0%​
0.00​
 
Upvote 0

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
You state "TD1 IS THE SAME AS BASE TAX".

The TD1 is the form for Personal Tax Credits; it is not the same as the tax brackets.

I quickly did a calculation of the Federal Tax; please compare to your calculations.

Income Tax 2023.xlsm
ABC
1Information for 2023
2Income Federal Non_Refundable Tax Credits
3Input208,000.0014,103.69
4Tax Payable44,437.37
5Medical
1a
Cell Formulas
RangeFormula
C4C4=Fed_Tax2023(B3,C3)
 
Last edited:
Upvote 0
I think @Dave Patton might have a better understanding of what the calculation is.

Your examples seem to ignore the plus %, and I think you are misunderstanding how the vlookup is being used, so here is another example.

20230303 VLookup Rate Table Cdn Bookkeeper.xlsx
ABCDEFGHIJKLM
1Emp IDHrly RateHrsWeekly PayUse Wkly TableUse Annual TableCANADA REVENUE FEDERAL INCOME TAX BRACKETS
2135401400-56.44-56.44TD1 IS THE SAME AS BASE TAX
32100404000-264.75-264.75WAGES OVERNOT TO EXCEEDBASE TAXPLUS % OFWAGES OVER
4053359015.00%0
553359106717-293520.50%0
6106717165430-880426.00%0
7165430235675-1376729.00%0
82356759999999.99-2319433.00%0
9
10FOR WEEKLY LIMITS DIVIDE BY 52
11
1201026.13015.00%0
131026.132052.25-56.4420.50%0
142052.253181.35-169.3126.00%0
153181.354532.21-264.7529.00%0
164532.21192307.69-446.0433.00%0
Sheet2
Cell Formulas
RangeFormula
D2:D3D2=B2*C2
E2:E3E2=VLOOKUP($D2,$I$12:$M$16,3,TRUE)
F2:F3F2=ROUND(VLOOKUP($D2*52,$I$4:$M$8,3,TRUE)/52,2)
 
Upvote 0

Forum statistics

Threads
1,215,694
Messages
6,126,253
Members
449,305
Latest member
Dalyb2

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