Dividend formula

natsand

New Member
Joined
May 4, 2021
Messages
12
Office Version
  1. 365
Platform
  1. Windows
Hi, I am trying to enter a formula that automatically works out dividend tax but it doesn't always work.

For example, when taxable income is £210,000 and dividends are £1,490.34 this is what shows in the cells:

The formulas are:
M25 =+IF(P9<2000,P9,2000)
M26 =+IF(P16<37700,P9-M25,IF(M19=37700,0,P9-(37000-M25)))
M27 =+IF(P16<37700,0,IF(P16<150000,P9-M25-M26,IF(M20=150000,0,P9-(150000-M26-M25)))
M28 =+IF(P16<150000,0,P9-M27-M26-M25)

I want to be able to change the taxable income and it change the dividend tax rate automatically but not sure what I am doing wrong?

The first £2,000 of dividends are not taxable
If there is any basic rate band left from taxable income, the next amount of dividends up to the top of that band (up to £37,700) are taxed at 7.5%
If the dividends go over the basic rate band (or taxable income is between £37700 and £150k), the next (up to) £112,300 is taxed at 32.5%
If dividends take this over £150k, the balance is taxed at 38.1%

Thanks
Natalie
 

Attachments

  • 1.JPG
    1.JPG
    71.5 KB · Views: 289
Last edited:

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.
excel.xlsx
ABCDEFGHIJKLMNOP
12021/22
2Limited company
3
4Corporate P&L, tax computationPersonal tax computation
5Turnover from Amazon/Audible£100,000.005Other employment income as reported on P60£100,000.00
6Less expenses:6Taxable benefits as reported on P11d£0.00
7Software-£1,000.007Employment income £10,000.00
8Advertising-£10,000.00
9Book production-£10,000.009Dividends£51,710.34
10Other expenses-£5,000.00
11Salary-£10,000.00
12Employer class 1 NIC-£160.0812Total Income£161,710.34
13
14Total expenses-£36,160.0814Personal allowance£0.00
15
16Profits before tax£63,839.9216Taxable Income£161,710.34
17
18Tax dueTax due on income
19Corporation tax (19%)£12,129.5819Tax (20%)£37,700.00£7,540.00
2020Tax (40%)£72,300.00£28,920.00
21Pay out as dividends£51,710.3421Tax (45%)£0.00£0.00
22£36,460.00
23Money left in the business£0.00
24Tax due on dividends
2525Tax (0%)£2,000.00£0.00
2626Tax (7.5%)£0.00£0.00
2727Tax (32.5%)-£96,289.66-£31,294.14
2828Tax (38.1%)146000£55,626.00
29
30NIC due - employment
31Class 1 NIC (0%)£9,568.00£0.00
32Class 1 NIC (12%)£40,702.00£4,884.24
33Class 1 NIC (2%)£59,730.00£1,194.60
Sheet1
Cell Formulas
RangeFormula
P7P7=-F11
P9P9=H21
F12F12=-IF(-F11>8840,(-F11-8840)*0.138,0)
P12P12=SUM(P5:P11)
H14H14=SUM(F7:F12)
P14P14=-IF(P12=0,0,IF(P12<100000,12570,IF(P12>125140,0,P12-100000)))
H16H16=SUM(H5:H14)
P16P16=SUM(P12:P14)
H19H19=+IF(H16<0,0,+H16*0.19)
H21H21=IF(H16<0,0,H16-H19)
M19M19=+IF(P16<-P14,0,+IF((P16-P9)<=37700,(P16-P9),37700))
M20M20=+IF((P16-P9)<37700,0,+IF((P16-P9)<=150000,((P16-P9)+-37700),(150000-37700)))
M21M21=+IF((P16-P9)<150000,0,(P16-P9-150000))
P19P19=M19*0.2
P20P20=M20*0.4
P21P21=M21*0.45
P22P22=SUM(P19:P21)
H23H23=H16-H19-H21
M25M25=+IF(P9<2000,P9,2000)
M26M26=+IF(P16<37700,P9-M25,IF(M19=37700,0,P9-(37700-M25)))
M27M27=+IF(P16<37700,0,IF(P16<150000,P9-M25-M26,IF(M20=150000,0,P9-(150000-M26-M25))))
M28M28=+IF(P16<150000,0,P9-M27-M26-M25)
P25,P31P25=M25*0
P26P26=M26*0.075
P27P27=M27*0.325
P28P28=M28*0.381
M31M31=IF(P5+P7=0,0,+IF((P5+P7)<9568,P5+P7,9568))
M32M32=+IF((P5+P7)<9568,0,+IF((P5+P7)<=50270,((P5+P7)-9568),(50270-9568)))
M33M33=+IF((P5+P7)<50270,0,(P5+P7)-50270)
P32P32=M32*0.12
P33P33=M33*0.02
 
Upvote 0
excel.xlsx
ABCDEFGHIJKLMNOP
12021/22
2Limited company
3
4Corporate P&L, tax computationPersonal tax computation
5Turnover£100,000.00Other employment income as reported on P60£100,000.00
6Less expenses:Taxable benefits as reported on P11d£0.00
7Software-£1,000.00Employment income £10,000.00
8Advertising-£10,000.00
9Production-£10,000.00Dividends£51,710.34
10Other expenses-£5,000.00
11Salary-£10,000.00
12Employer class 1 NIC-£160.08Total Income£161,710.34
13
14Total expenses-£36,160.08Personal allowance£0.00
15
16Profits before tax£63,839.92Taxable Income£161,710.34
17
18Tax dueTax due on income
19Corporation tax (19%)£12,129.58Tax (20%)£37,700.00£7,540.00
20Tax (40%)£72,300.00£28,920.00
21Pay out as dividends£51,710.34Tax (45%)£0.00£0.00
22£36,460.00
23Money left in the business£0.00
24Tax due on dividends
25Tax (0%)£2,000.00£0.00
26Tax (7.5%)£0.00£0.00
27Tax (32.5%)-£96,289.66-£31,294.14
28Tax (38.1%)146000£55,626.00
29
30NIC due - employment
31Class 1 NIC (0%)£9,568.00£0.00
32Class 1 NIC (12%)£40,702.00£4,884.24
33Class 1 NIC (2%)£59,730.00£1,194.60
Sheet1
Cell Formulas
RangeFormula
P7P7=-F11
P9P9=H21
F12F12=-IF(-F11>8840,(-F11-8840)*0.138,0)
P12P12=SUM(P5:P11)
H14H14=SUM(F7:F12)
P14P14=-IF(P12=0,0,IF(P12<100000,12570,IF(P12>125140,0,P12-100000)))
H16H16=SUM(H5:H14)
P16P16=SUM(P12:P14)
H19H19=+IF(H16<0,0,+H16*0.19)
H21H21=IF(H16<0,0,H16-H19)
M19M19=+IF(P16<-P14,0,+IF((P16-P9)<=37700,(P16-P9),37700))
M20M20=+IF((P16-P9)<37700,0,+IF((P16-P9)<=150000,((P16-P9)+-37700),(150000-37700)))
M21M21=+IF((P16-P9)<150000,0,(P16-P9-150000))
P19P19=M19*0.2
P20P20=M20*0.4
P21P21=M21*0.45
P22P22=SUM(P19:P21)
H23H23=H16-H19-H21
M25M25=+IF(P9<2000,P9,2000)
M26M26=+IF(P16<37700,P9-M25,IF(M19=37700,0,P9-(37700-M25)))
M27M27=+IF(P16<37700,0,IF(P16<150000,P9-M25-M26,IF(M20=150000,0,P9-(150000-M26-M25))))
M28M28=+IF(P16<150000,0,P9-M27-M26-M25)
P25,P31P25=M25*0
P26P26=M26*0.075
P27P27=M27*0.325
P28P28=M28*0.381
M31M31=IF(P5+P7=0,0,+IF((P5+P7)<9568,P5+P7,9568))
M32M32=+IF((P5+P7)<9568,0,+IF((P5+P7)<=50270,((P5+P7)-9568),(50270-9568)))
M33M33=+IF((P5+P7)<50270,0,(P5+P7)-50270)
P32P32=M32*0.12
P33P33=M33*0.02
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,976
Members
448,934
Latest member
audette89

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