+ Reply to Thread
Results 1 to 2 of 2

How do I make other cells dependent on my drop down list?

  1. #1
    Registered User
    Join Date
    07-29-2005
    Posts
    6

    How do I make other cells dependent on my drop down list?

    I'd like to have other cells in the row of the drop down list change according to what I've chosen in the list. Is a drop down list the best method for this application?

    I have a table of material properties that I would like to read from based on what material is chosen from the drop down list.
    Last edited by mae1778; 07-29-2005 at 11:00 AM.

  2. #2
    Phil
    Guest

    Re: How do I make other cells dependent on my drop down list?

    Hi Mae

    Sounds like you need a VLOOKUP formula in the cells that you want to
    changesd, based on the item you've chosen in the drop-down list.

    Assuming you have a table of material properties then the formula will
    need to know:

    1, The cell containing the chosen material (the one with the drop-down)
    2, The location and extents of the properties table
    3, The column number contaning the property you want looking up
    4, The switch FALSE in order to prevent problems if the properties
    table is sorted by some other column in future.

    In summary, the formula would look something like this:

    =VLOOKUP(A1,Properties table,2,FALSE)

    Where the material you want to look up is in column 1 of the properties
    table and the proprty is in column 2

    Hope this helps

    Phil
    mae1778 wrote:
    > I'd like to have other cells in the row of the drop down list change
    > according to what I've chosen in the list. Is a drop down list the
    > best method for this application?
    >
    > I have a table of material properties that I would like to read from
    > based on what material is chosen from the drop down list.
    >
    >
    > --
    > mae1778
    > ------------------------------------------------------------------------
    > mae1778's Profile: http://www.excelforum.com/member.php...o&userid=25716
    > View this thread: http://www.excelforum.com/showthread...hreadid=391295



+ 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