+ Reply to Thread
Results 1 to 6 of 6

Help! Creating a spreadsheet for products whos prices vary depending on quantity...

  1. #1
    Registered User
    Join Date
    12-21-2015
    Location
    nyc
    MS-Off Ver
    2015
    Posts
    3

    Unhappy Help! Creating a spreadsheet for products whos prices vary depending on quantity...

    At work I'm asked to create a pricing spreadsheet for a list of products, and I'm stuck! I tried looking it up but after a couple of hours reading guides online...I am still unclear...

    Here's my dilemma: How do create a formula for this:

    Problem: There are some products on this price list that have different cost per item depending on the quantity.

    So for example :

    If purchasing 49 apples of less the cost of each apple is .10cents
    if purchasing 50-100 apples the cost of each apple is .5 cents
    If purchasing 101 apples of more, the cost of each apple is .01cent

    ...How do I create a formula will calculate based on the above conditions? (I've only done simpler excel formulas before like for ex., "=A1*B2"...

    Somebody please help!

    If you need me to provide more information please let me know.

    Thank You
    Last edited by Jk6108; 12-21-2015 at 11:39 AM. Reason: attach excel file

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,594

    Re: Help! Creating a spreadsheet for products whos prices vary depending on quantity...

    Assuming the quantity of apples to be in A2 and the desired result to be B2 try the formula:
    Please Login or Register  to view this content.
    Let me know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,268

    Re: Help! Creating a spreadsheet for products whos prices vary depending on quantity...

    Create a table in A & B

    A2 =0
    A3=50
    A4=101

    b2=10
    b3=5
    b4=1

    Quantity in D2

    Price in E3 =INDEX($B$2:$B$4,MATCH($D$2,$A$2:$A$4,1))

  4. #4
    Registered User
    Join Date
    12-21-2015
    Location
    nyc
    MS-Off Ver
    2015
    Posts
    3

    Re: Help! Creating a spreadsheet for products whos prices vary depending on quantity...

    Dear JetMc,

    Thank you for your response.

    I tried the formula but it does not seem to work?

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,594

    Re: Help! Creating a spreadsheet for products whos prices vary depending on quantity...

    The formula is applied to B2 in the attached file. I also played around with a table as John has suggested and you might be interested in the formulas in cells J2:J3:
    Please Login or Register  to view this content.
    Price based on quantity.xlsx
    Let me know if you have any questions.

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,268

    Re: Help! Creating a spreadsheet for products whos prices vary depending on quantity...

    What is the "error"? works OK for me.

+ 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. Products and Prices
    By ChrisJG in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-09-2015, 10:40 AM
  2. Multiple prices charged depending on quantity...
    By frankcraig in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-14-2012, 07:28 PM
  3. Sum-up all quantity of products in Total sheet
    By Naghman in forum Excel General
    Replies: 0
    Last Post: 04-04-2011, 03:36 PM
  4. Average prices for products throughout time
    By josepablocam in forum Excel General
    Replies: 4
    Last Post: 07-26-2010, 07:57 AM
  5. Replies: 5
    Last Post: 11-23-2009, 06:24 PM
  6. [SOLVED] Sum products prices that are between two dates
    By Maddoktor in forum Excel General
    Replies: 1
    Last Post: 02-03-2006, 07:40 AM
  7. Replies: 2
    Last Post: 12-02-2005, 03:50 PM

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