+ Reply to Thread
Results 1 to 4 of 4

Lookup Value From an Array and place values in boxes next to it?

  1. #1
    Registered User
    Join Date
    06-29-2006
    Posts
    85

    Lookup Value From an Array and place values in boxes next to it?

    I have an array with a bunch of Transmission types and respective gear ratios
    I have a dropdown menu with the Transmission types in it..
    when I select a transmission I want a few cells to be automatically filled in with the correct gears
    Meaning I pick T56 and in the 6 cells next to it they get filled with the appropriate 6 gears

  2. #2
    Forum Contributor
    Join Date
    10-11-2007
    Location
    Sweden
    MS-Off Ver
    365
    Posts
    251

    Re: Lookup Value From an Array and place values in boxes next to it?

    Can you post a sample workbook?

  3. #3
    Registered User
    Join Date
    06-29-2006
    Posts
    85

    Re: Lookup Value From an Array and place values in boxes next to it?

    Quote Originally Posted by Steve R View Post
    Can you post a sample workbook?
    here ya go...
    Drop down box and 6 cells next to it
    select the Transmission in the Dropdown box and I want to fill in the cells with the respective gear values
    Attached Files Attached Files

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Lookup Value From an Array and place values in boxes next to it?

    Based on your file:

    B16: =INDEX(B$2:B$12,MATCH($A$16,$A$2:$A$12,0))
    copy across as required.

    Note: it would make sense to store the result of the MATCH in one cell (say H16) and reference that in each formula B16:G16 rather than computing the same calc over and over in each column (ie row to return is constant for all columns)

+ 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