+ Reply to Thread
Results 1 to 7 of 7

VAT for second-hand goods

  1. #1
    Registered User
    Join Date
    12-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    6

    VAT for second-hand goods

    Hi, I have been trying to work out a formula to work out the VAT on second hand goods bearing in mind second hand VAT is on charged on the difference between Purchase Price (PP) and Sale Price (SP).

    I have worked out an "IF" equation which works perfectly unless the SP is less than the PP then I get a negative value which I need to show as Zero.

    Essentially I need to include within an IF equation

    IF(PP<=SP),0, (MY IF EQUATION)

    However putting this in doesn't work for me.


    Please can someone whow me the error of my ways and suggest a solution which includes the equation.


    Thanks in advance

    Kind Regards Patrick

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Working out VAT for second hand goods

    Hi Patrick, welcome to the forum.

    Nested IF statments must be in the form:

    =IF ( comparison , true , false )

    You can replace the true, false, or both, with additional IF structures, e.g.

    =IF ( comparison , true , IF ( comparison #2 , true , false ) )

    What is "MY IF EQUATION"? We can help you put it together if you aren't getting it quite right.

  3. #3
    Registered User
    Join Date
    12-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Working out VAT for second hand goods

    Thanks for the lightening fast reply!

    My IF equation is:

    =IF(TOTAL SALE PRICE>=(INITIAL SALE PRICE-PURCHASE PRICE),(INITIAL SALE PRICE-PURCHASE PRICE)/120*20,(TOTAL SALE PRICE)/120*20)


    TOTAL SALE PRICE & INITIAL SALE PRICE will always been the same unless the transaction is a refund then it works the VAT out based upon what VAT was charged in the first place.


    I hope you can understand my attempt at accounting!

    Kind Regards Patrick

  4. #4
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Working out VAT for second hand goods

    Between your first and third posts, there's two sale prices: TOTAL sale price and INITIAL sale price. I'm not sure which you're referencing in the first post, but the additional IF test would resemble:

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    12-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: VAT for second-hand goods

    That is exactly what I was looking for!

    Can we go one step further and include if another cell doesn't say "United Kingdom" then the VAT is also 0


    That would completely foolproof my spreadsheet!

    Kind Regards Patrick

  6. #6
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: VAT for second-hand goods

    Sure, change the beginning of my formula to:
    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    12-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: VAT for second-hand goods

    You have saved me hours of racking my brain and countless headaches.

    This is such a good forum!

    Thanks so much for your swift help, you're a legend!

    Kind Regards Patrick

+ 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