+ Reply to Thread
Results 1 to 2 of 2

discount formula

  1. #1
    Registered User
    Join Date
    03-09-2018
    Location
    sarasota, fl
    MS-Off Ver
    2010
    Posts
    3

    Post discount formula

    Need help: how would I do a formula that would do a discount price if you get more than a certain number if items for example. if you buy an item that is 12.95 each but if you buy more than 15 they would be 10.95 each.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: discount formula

    you could do it many ways, with a sumproduct or an if statement depending on the complexity.
    for an IF it would look something like this... =IF(B2<16,B2*12.95,B2*10.95) is the simplest way I can think of (where B2 is the quantity bought).
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ 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. Discount Formula
    By WSheehey in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-06-2017, 03:08 PM
  2. Percentage discount formula for a grid of figures and a different discount figure
    By SkydiveAnnie in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-31-2013, 11:09 AM
  3. [SOLVED] Add or discount % formula
    By hecgroups in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-13-2012, 01:46 PM
  4. 15% discount formula
    By shelleysgifts in forum Excel General
    Replies: 3
    Last Post: 10-03-2007, 06:21 PM
  5. Discount Formula
    By Dave in forum Excel General
    Replies: 3
    Last Post: 05-15-2006, 07:45 PM
  6. Replies: 1
    Last Post: 12-02-2005, 12:06 PM
  7. [SOLVED] formula discount
    By need formula as soon as posible in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 06-10-2005, 08:05 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