+ Reply to Thread
Results 1 to 6 of 6

How to calculate GST price so that the final selling price will be a whole number?

  1. #1
    Registered User
    Join Date
    10-12-2008
    Location
    Maldives
    MS-Off Ver
    MS 2010
    Posts
    59

    How to calculate GST price so that the final selling price will be a whole number?

    I have tried to explain in the attached excel file. Book1.xlsx
    Last edited by sathaha; 02-06-2012 at 06:23 AM.

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: How to calculate GST price so that the final selling price will be a whole number

    Hi,

    I think you need a little factoring and a Round Function.

    I believe a formula like
    =Round(Price * (1 + GST), 0 )
    Will give you what you want.

    If the price is 47 and the GST is 6% then you should charge 47 * (1 + .06) rounded to the zero digit.
    This will equal to 50.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Registered User
    Join Date
    10-12-2008
    Location
    Maldives
    MS-Off Ver
    MS 2010
    Posts
    59

    Re: How to calculate GST price so that the final selling price will be a whole number

    It should be x*6%+x = 50. right?

  4. #4
    Registered User
    Join Date
    10-12-2008
    Location
    Maldives
    MS-Off Ver
    MS 2010
    Posts
    59

    Re: How to calculate GST price so that the final selling price will be a whole number

    Then again the GST has to be recalculated on 50. are you getting what i am saying?
    Quote Originally Posted by MarvinP View Post
    Hi,

    I think you need a little factoring and a Round Function.

    I believe a formula like
    =Round(Price * (1 + GST), 0 )
    Will give you what you want.

    If the price is 47 and the GST is 6% then you should charge 47 * (1 + .06) rounded to the zero digit.
    This will equal to 50.

  5. #5
    Registered User
    Join Date
    10-13-2011
    Location
    Northern California
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: How to calculate GST price so that the final selling price will be a whole number

    Some sensible people will never open workbooks from strangers on the internet, so better to explain what you want in the body of your post.

    If you mean you want the price including GST, ATP for after tax price, to be a whole number, the tax rate is t, the price before GST is BTP (for before tax price), then the math would be

    ATP = BTP * (1 + t)

    so a little algebra gives

    BTP = ATP / (1 + t)

    If you want ATP to be 47.00 and t were 6.00%, then

    BTP = 47.00 / 1.06 = 44.34

    Note: 44.34 * 1.06 = 47.0004 rather than 47.00. Some taxing authorities require ALWAYS rounding up no matter how small the fractional cents were, so in those jusrisdictions, BTP of 44.34 would result in ATP of 47.01, but BTP of 44.33 would result in ATP of 46.9898, so rounds up to 46.99. In other words, given specific tax regulations, some ATPs may be impossible to reach.

  6. #6
    Registered User
    Join Date
    10-12-2008
    Location
    Maldives
    MS-Off Ver
    MS 2010
    Posts
    59

    Re: How to calculate GST price so that the final selling price will be a whole number

    Thanks for the replay.
    But just for your knowledge i am not stupid enough not to explain the question here in the post. And normally i can just reach to the answer of this type questions without much trouble, but unfortunately my mind just got frozen as i was trying too hard to reach the answer. So i just wanted to give my brain little rest so somewhat "i threw" the question here. Anyway by now i also have reached to a conclusion that we cannot get it 100% correct so this is no good unless legislation is amended.

    Anyway thanks for all who helped and tried to help.

    Regards.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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