+ Reply to Thread
Results 1 to 3 of 3

Price Lists

  1. #1
    Musky
    Guest

    Price Lists

    I built an estimate spreadsheet, I want to be able to choose a product
    from a dropdown that I created and have a price automatically come up
    for that product in a different cell. Can anyone help?


  2. #2
    Dave Peterson
    Guest

    Re: Price Lists

    It sounds like you could build a table with the part numbers in column A and the
    prices in column B.

    Then you could use data|validation for the dropdown and =vlookup() to retrieve
    the price.

    Debra Dalgleish has some notes for you:
    http://www.contextures.com/xlDataVal01.html
    and
    http://www.contextures.com/xlFunctions02.html


    Musky wrote:
    >
    > I built an estimate spreadsheet, I want to be able to choose a product
    > from a dropdown that I created and have a price automatically come up
    > for that product in a different cell. Can anyone help?


    --

    Dave Peterson

  3. #3
    JB
    Guest

    Re: Price Lists

    http://cjoint.com/?fbrFQwbdjf

    G H
    1 Product Price
    2 Computer 300
    3 Keyboard 15
    4 Screen 100

    B2:Data/Validate/Liste =$G$2:$G$8
    C2:=Vlookup(B2;G2:H8;2;false)

    http://cjoint.com/?fbrJUm38Gq
    http://www.excelabo.net/moteurs/comp...-listescascade
    http://www.excelabo.net/moteurs/comp...svalidationvba

    Cordialy JB


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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