+ Reply to Thread
Results 1 to 4 of 4

show percentage of order total as a discount

  1. #1
    Registered User
    Join Date
    05-26-2009
    Location
    Hastings, UK
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    2

    show percentage of order total as a discount

    Hi there,

    I have looked around the forums for an answer to this but couldn't find it,

    I have an order form, and I want a formula in a cell to show a discount of 3% of the order value, but only if the order reaches a certain amount (say $10,000)

    I have tried with the If function, and can do it with amounts, (if i wanted to discount $300 say) but i cannot figure out how to do it with a percentage!

    this is the formula i am using to add a $100 handling fee if the order is under $8000 if that helps at all. =IF(AND(E194<8000),100)

    any help would be appreciated,

    thanks

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: show percentage of order total as a discount

    Better Handling Fee formula, no IF needed:

    =100*(E194<8000)

    Then your discount can be done the same way:

    =(E194*3%)*(E194>=10000)


    ...and welcome to the forum!
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    05-26-2009
    Location
    Hastings, UK
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    2

    Re: show percentage of order total as a discount

    That is great, thanks so much!

    Dean

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: show percentage of order total as a discount

    Glad to help!
    If that takes care of your need, be sure to EDIT your original post (Go Advanced) and mark the PREFIX box [SOLVED].



    (Also, use the "scales" icon in our posts to leave Feedback, it is appreciated)

+ 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