+ Reply to Thread
Results 1 to 7 of 7

Income tax calculation UK

  1. #1
    Registered User
    Join Date
    11-30-2022
    Location
    Leeds, England
    MS-Off Ver
    2013
    Posts
    2

    Exclamation Income tax calculation UK

    HI,

    I'm trying to develop a formula which will help me calculate income tax dynamically for multiple income figures.
    tax.PNG

    in the attached image there is a banding, and the logic would be as follows:

    if the 46773 falls within the first range then 46773*8.80%
    then if it falls within the second banding then deduct 46773 - 4116 (which is the value from above calc) then do 42657*11.05%

    hope this help as i have been stuck on it for a while now

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Income tax calculation UK

    Are you sure about the calculation ?

    You pay 21402 at 8.8 % and the balance (46733-21402) at 11.5% ?????
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Income tax calculation UK

    One way??

    =SUMPRODUCT(--(A2>E2:E3),--(A2-E2:E3),(G2:G3-N(+G1:G2)))
    Attached Files Attached Files
    Last edited by Glenn Kennedy; 11-30-2022 at 07:00 AM.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Income tax calculation UK

    @Glenn: I think the 21403 should be 21402 in your table.

    and

    =SUMPRODUCT(--(A2>=E2:E3),--(A2-E2:E3),(G2:G3-N(+G1:G2)))

    ????
    Last edited by JohnTopley; 11-30-2022 at 07:00 AM.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Income tax calculation UK

    You're right. It should. Just having my first coffee of the day, so maybe still not quite awake. File replaced...

  6. #6
    Registered User
    Join Date
    11-30-2022
    Location
    Leeds, England
    MS-Off Ver
    2013
    Posts
    2

    Re: Income tax calculation UK

    Hi Glenn, thank you, do you mind quickly explaining what the formula does? many thanks in advance

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Income tax calculation UK

    =SUMPRODUCT(--(A2>E2:E3),--(A2-E2:E3),(G2:G3-N(+G1:G2)))

    Red returns TRUE for each tier where a charge will be due (there are only two in your example, but it's easily scaleable for multiple tiers)

    Orange calculates how many units have been used in each tier

    Cyan calculates the Price CHANGE at each tier - the N(+XXXX) bit converts the text header to a blank, which would otherwise have caused the formula to fall over.

    It multiplies the 3 components and adds up the results to give you your final answer.


    Go to formulas /evaluate formula and step through the process.


    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please click on "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Income Tax Calculation Formula
    By zanshin777 in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 11-30-2021, 02:21 PM
  2. IRR calculation for the same income over n periods
    By martik777 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-19-2021, 03:29 PM
  3. [SOLVED] Total sum after tax net income calculation
    By vill in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-06-2018, 07:56 PM
  4. [SOLVED] Income Tax Calculation
    By NeedForExcel in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-07-2014, 08:59 PM
  5. if statement adjustment ( income tax calculation)
    By oshodibo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-07-2014, 06:33 AM
  6. Formula for Income Tax Calculation
    By paradise2sr in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-19-2013, 06:11 AM
  7. UK Income Tax calculation
    By Mangesh Yadav in forum Excel General
    Replies: 2
    Last Post: 09-19-2005, 05:05 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1