+ Reply to Thread
Results 1 to 3 of 3

How do I tie prices to a drop down list of products in excel?

  1. #1
    trspds
    Guest

    How do I tie prices to a drop down list of products in excel?

    How do I tie prices to a drop down list of products in excel? I have a column
    of products that I turned into a drop down box and I have a column of prices
    that I want to fill in when I select an item from the drop down list.

  2. #2
    Bob Phillips
    Guest

    Re: How do I tie prices to a drop down list of products in excel?

    Assuming that the prices are precede by the product in the form of a lookup
    table, you can use VLOOKUP

    =VLOOKUP(A1,$M$1:$N$20,2,False)

    where A1 is the DV cell, M1:N20 is the lookup table

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "trspds" <trspds@discussions.microsoft.com> wrote in message
    news:D6C67426-9ABC-4F00-B4A3-AE19192A86CF@microsoft.com...
    > How do I tie prices to a drop down list of products in excel? I have a

    column
    > of products that I turned into a drop down box and I have a column of

    prices
    > that I want to fill in when I select an item from the drop down list.





  3. #3
    Gord Dibben
    Guest

    Re: How do I tie prices to a drop down list of products in excel?

    You can use a Lookup table and VLOOKUP formula.

    Assumptions.........

    You have products in A1:A12

    You have prices in B1:B12

    In C1 you have your DV drop-down with the products list.

    In D1 enter =VLOOKUP(C1,A1:B12,2,FALSE)


    Gord Dibben Excel MVP

    On Fri, 2 Dec 2005 10:45:03 -0800, trspds <trspds@discussions.microsoft.com>
    wrote:

    >How do I tie prices to a drop down list of products in excel? I have a column
    >of products that I turned into a drop down box and I have a column of prices
    >that I want to fill in when I select an item from the drop down list.


+ 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