+ Reply to Thread
Results 1 to 4 of 4

Price List lookup

  1. #1
    Registered User
    Join Date
    07-16-2019
    Location
    Toronto, Ontario
    MS-Off Ver
    0365
    Posts
    2

    Price List lookup

    I am trying to add a tab to a spreadsheet for our salesteam to use for quoting from a tiered list of pricing and products

    Basically the first column is a list of tiers for pricing, and across the rows are the various products represented.

    I am a bit clueless on how to do it, but i would like to learn how to create a new tab that the user could use to select the product from a drop down, and then enter a value for the quantity which would lookup the individual price based on the quantity entered and then calculate the total based on the tier price per unit X the Product cost.

    I am attaching a simple example to help explain it:

    Capture.JPG

    So in the example if i entered a quantity of 23000 and then selected 17 X 22 it would know to use .4875 as the per unit price X 23000

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Price List lookup

    Hello and welcome to the forum.

    I would change the quantity column (or create an additional one) showing only the minimum for each group.

    Then you can use something like this:

    =J2*INDEX(B2:G10,MATCH(J2,A2:A10,1),MATCH(I2,B1:G1,0))

    Where I2 is the product drop down and J2 is quantity.

    See attachment.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    07-16-2019
    Location
    Toronto, Ontario
    MS-Off Ver
    0365
    Posts
    2

    Re: Price List lookup

    THank you sir! That worked well and i learned a bit on the way!

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Price List lookup

    You're welcome. Happy to help.

    Thanks for the rep!

+ 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. [SOLVED] Pull the maximum price based on the Drop-down value in a price list
    By Max_excel in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-11-2018, 05:46 AM
  2. Replies: 3
    Last Post: 09-12-2015, 10:42 AM
  3. [SOLVED] Lookup Code and return Price from Price Band
    By PaulHAG in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 06-16-2014, 11:06 AM
  4. price List lookup
    By squiggler47 in forum Excel General
    Replies: 5
    Last Post: 05-08-2009, 11:49 AM
  5. Question abuot creating a price quote from a long price list
    By glennchung in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-02-2009, 03:49 PM
  6. base price list compute on to another price list? on excel work sh
    By excel spread sheet in forum Excel General
    Replies: 0
    Last Post: 03-29-2006, 01:25 PM
  7. [SOLVED] Creating an lookup price-list
    By Digit in forum Excel General
    Replies: 2
    Last Post: 01-10-2005, 12:06 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