+ Reply to Thread
Results 1 to 7 of 7

Need drop down list determined by qty input

  1. #1
    Forum Contributor
    Join Date
    03-14-2005
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    172

    Need drop down list determined by qty input

    If I have a cell I input quantity in, I want my drop-down list in another cell to be a certain range. Can I do this.

    I have attached a worksheet.

    If I put in a min order of 200 then price can be $4.99 or $4.49
    If I put in a min order of just 50, price can only be $4.99

    If I put in a order of 6000 Price can be $2.99 all the way up to $4.99

    Basically I want the Min Price cell to be locked down to a drop down to whatever quantity is ordered or up, so they can use a price point that is up to that point..

    I think looking attached spreadsheet would help.

    Also commission should be calculated at the price level.
    Attached Files Attached Files
    Last edited by Mile029; 08-16-2014 at 04:14 PM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Need drop down list determined by qty input

    b16=
    Please Login or Register  to view this content.
    b17=
    Please Login or Register  to view this content.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    03-14-2005
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    172

    Re: Need drop down list determined by qty input

    Thank Oeldere, but I want my sales team to sell at a higher price, so this gives them the commission for that tier, So for example if they sell 11,000 units the price can be 2.49 all the way up to 4.99, but not 1.99. So basically it would be drop down of that range, 4.99 - 2.49. and the commission is based on the price sold at, not the amount sold, which I can change the vlookup to look at price rather than units sold.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Need drop down list determined by qty input

    c16=
    Please Login or Register  to view this content.
    b17= inputcell with datavalidation =>

    excel 2007 data => datavalidation
    =AND(B17>=D16,B17<=C16)

    b18 =
    Please Login or Register  to view this content.

  5. #5
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Need drop down list determined by qty input

    Try This:

    I used the match function
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    03-14-2005
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    172

    Re: Need drop down list determined by qty input

    Thank you guys, I got it figured out. I'm going to use a simple Vlookup and work with a list, this will prevent them from using a lower sales price for a low order quantity. See attached. Only problem I'm having is that if they put in a lower quantity and a lower price was in the min price from before, it keeps that price, anyway to prevent that?
    Attached Files Attached Files

  7. #7
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Need drop down list determined by qty input

    Did you tried my solution in #4?

+ 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. Macro Help with Input Box or Drop Down List
    By excelrcb3 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-09-2012, 10:53 AM
  2. Auto populating field determined by previously input details
    By Newton1234 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-14-2010, 04:26 AM
  3. Drop down list based on input of two other drop down list
    By mitesh55 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-09-2010, 07:41 PM
  4. Pre-determined values in drop-down list
    By ayesha in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-05-2009, 07:17 AM
  5. input range in drop down list
    By Otto in forum Excel General
    Replies: 3
    Last Post: 07-27-2005, 05:05 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