+ Reply to Thread
Results 1 to 3 of 3

Drop down name Corresponding Price

  1. #1
    Registered User
    Join Date
    03-08-2015
    Location
    IL
    MS-Off Ver
    2013
    Posts
    1

    Drop down name Corresponding Price

    I am very very green to excel. I am using Excel 2013. Normally I Just Google the issues I'm having but quite frankly I'm not sure what to search for.

    I am making a spreadsheet that allows me to click the drop down box, Select a type of wood then put a corresponding price in another box.

    I have the drop down box working but I cannot figure out to get a price associated with a selection on the drop down box.


    Some projects use many different types of wood and sizes and I hope to be able to get the process a little more streamlined then pencil and paper. In the end I hope to have the spread sheet allow me to select from a database of woods. Then take the selections and enter different sizes to it. Have it calculate into board feet. Take the price that is associated with the selection of wood and apply it.

    Any suggestions would be appreciated. Like I said, I have no clue what to search to find out how to do this.
    Last edited by nes999; 03-08-2015 at 06:38 PM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,310

    Re: Drop down name Corresponding Price

    You could either have a simple list of wood type and size, for example, pine 4x2, and have the price in the next column. You would use VLOOKUP for this approach. Or you could have a 2 dimensional matrix with the wood type down the left hand side and the sizes across the top. For this you would use INDEX/MATCH/MATCH.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Drop down name Corresponding Price

    Hi, welcome to the forum

    If you have a list of sizes/prices, you could use a simple vlookup(), something like this...
    A
    B
    C
    1
    Size Price bb
    2
    aa
    1
    2
    3
    bb
    2
    4
    cc
    3
    5
    dd
    4
    6
    ee
    5


    C1=your DD
    C2=VLOOKUP(C1,$A$2:$B$6,2,0)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Complicated Price Table w/ Drop Down Function
    By K-Pac in forum Excel General
    Replies: 8
    Last Post: 06-27-2014, 09:59 AM
  2. Replies: 3
    Last Post: 01-03-2013, 12:32 AM
  3. [SOLVED] How to use drop down list to show the price.
    By alan83m in forum Excel General
    Replies: 2
    Last Post: 12-31-2012, 10:11 PM
  4. Replies: 4
    Last Post: 08-15-2012, 09:49 AM
  5. Price Allocated To Name In Drop List
    By nigelog in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-24-2008, 10:01 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