+ Reply to Thread
Results 1 to 6 of 6

Thread: Sales tax formula

  1. #1
    Registered User
    Join Date
    01-22-2012
    Location
    egypt
    MS-Off Ver
    Excel 2007
    Posts
    2

    Sales tax formula

    Hey guys,
    I need a formula for the following issue:
    the sales tax in a Purchase order i want it to be like that, if it has the word "included" chosen from a drop down menu, then the sales tax cell shall be 0. Otherwise, if "included" is not chosen then sales tax shall be normally calculated.

    can anybody help with this problem please ASAP!!

    Also the excel sheet is attached.

    Thanks in advance.sample mec po 11.xlsx

  2. #2
    Valued Forum Contributor
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    238

    Re: Urgent: SALES TAX FORMULA PROBLEM

    Hello
    If for example your drop down list was in Cell I4 then the following formula in G42 should work.

    =IF($I$4="Included",0,(G41*0.1))

    Hope this helps.

  3. #3
    Registered User
    Join Date
    01-22-2012
    Location
    egypt
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Urgent: SALES TAX FORMULA PROBLEM

    thanks but did not work!

  4. #4
    Valued Forum Contributor
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    238

    Re: Urgent: SALES TAX FORMULA PROBLEM

    Hi
    Not sure what to suggest as it works perfectly on your example file I downloaded. What result is it returning?

  5. #5
    Forum Guru, retired Admin royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    25,631

    Re: Urgent: SALES TAX FORMULA PROBLEM

    It works if the formula refers to the correct cell

    =IF(E42="included",(G41*0.1),"")
    Hope that helps.

    RoyUK
    --------
    If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need

    For Excel Tips & Solutions, free examples and tutorials why not check out my downloads

    New members please read & follow the Forum Rules

    Remember to mark your questions Solved and rate the answer(s)

  6. #6
    Valued Forum Contributor
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    238

    Red face Re: Urgent: SALES TAX FORMULA PROBLEM

    Thanks royUk for pointing that out. Silly of me. Never noticed the drop down in E42. Need my eyes tested. Should still have worked though with drop down in I4 which I mentioned as an example.

    Regards DBY

+ 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.2.0