+ Reply to Thread
Results 1 to 5 of 5

Want to populate a group of cells when a particular selection is made from a dropdown list

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Want to populate a group of cells when a particular selection is made from a dropdown

    The formula you need is VLOOKUP:
    =vlookup(Lookup_value,table_array, Column_index_num,Range_lookup)

    For Weight your formula is:
    =vlookup($D$5,$L$4:$P$6,2,FALSE)

    For Circ your formula is:
    =vlookup($D$5,$L$4:$P$6,3,FALSE)

    For % vent your formula is:
    =vlookup($D$5,$L$4:$P$6,4,FALSE)

    For PD your formula is:
    =vlookup($D$5,$L$4:$P$6,5,FALSE)
    Last edited by K m; 07-30-2012 at 11:00 AM.
    Click on star (*) below if this helps

  2. #2
    Registered User
    Join Date
    07-30-2012
    Location
    Florida, USA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Want to populate a group of cells when a particular selection is made from a dropdown

    K m,

    PERFECT!
    Thank you very much for all your help.
    APPRECIATED!!!

+ 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