+ Reply to Thread
Results 1 to 4 of 4

How to calculate pre-tax - I know tax rate and tax amount

Hybrid View

  1. #1
    Registered User
    Join Date
    03-04-2014
    Location
    Toronto Canada
    MS-Off Ver
    Excel 2010
    Posts
    20

    How to calculate pre-tax - I know tax rate and tax amount

    Hi there please see sample file. Probably a simple answer....looking for the pre-tax amount (yellow cells) when I know the tax rate and total tax amount.
    Attached Files Attached Files

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: How to calculate pre-tax - I know tax rate and tax amount

    Homework?

    PreTaxAmt * Rate = Tax
    PreTaxAmt = Tax / Rate

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Registered User
    Join Date
    03-04-2014
    Location
    Toronto Canada
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: How to calculate pre-tax - I know tax rate and tax amount

    Homework but not school work . Thanks on mobile now will advise if that works hen I get back to my notebook.

  4. #4
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: How to calculate pre-tax - I know tax rate and tax amount

    Quote Originally Posted by yaman View Post
    Hi there please see sample file. Probably a simple answer....looking for the pre-tax amount (yellow cells) when I know the tax rate and total tax amount.
    As a practical matter, we want to round the calculation to the cent. See the formulas for "pre-tax amount" in column D below.

    However, beware that the tax is usually rounded to the cent as well. Consequently, there is a range of pre-tax amounts that can result in the same rounded tax amount. See the formulas for "pre-tax amount" in columns C and E below.


    A
    B
    C
    D
    E
    2
    Problem 1




    3
    Tax Rate 5%


    4
    Tax amount 10.54 at least
    avg at most
    5
    Pre-Tax amount 210.70 210.80 210.89
    6
    Total 10.54 10.54 10.54 10.54
    7





    8
    Problem 2



    9
    Tax Rate 13%


    10
    Tax amount 414.86 at least
    avg at most
    11
    Pre-Tax amount 3191.20
    3191.23 3191.26
    12
    Total 414.86 414.86 414.86 414.86

    Formulas:
    C5: =ROUNDUP(($B4-0.005)/$B3,2)
    D5: =ROUND($B4/$B3,2)
    E5: =ROUNDDOWN(($B4+0.004999)/$B3,2)
    C6: =ROUND(C5*$B3,2)
    
    Copy C6 and paste into D6:E6.
    Copy C5:E6 and paste into C11:E12.
    Notes:
    1. The choice of 0.004999 is arbitrary. Ordinarily, I would write 0.00499999999999999. But it does not work in E5. The point is: we want to add "a little less than" 0.005.
    2. We might be tempted to write =ROUNDDOWN(($B4+0.005)/$B3-0.01,2) instead. But that does not work in E11.

+ 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. Replies: 1
    Last Post: 05-16-2014, 10:10 AM
  2. Replies: 1
    Last Post: 02-28-2014, 02:31 AM
  3. Replies: 0
    Last Post: 01-26-2011, 05:18 PM
  4. given loan amount, emi and tenure, how to calculate interest rate?
    By Ravi Parsi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-08-2008, 11:20 PM
  5. [SOLVED] How can I calculate amount of time left based on amount spent?
    By KLD in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-23-2006, 11:25 AM

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