+ Reply to Thread
Results 1 to 4 of 4

Pulling info from Table depending on size

  1. #1
    Forum Contributor
    Join Date
    04-27-2010
    Location
    Kinsale, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    129

    Pulling info from Table depending on size

    Dear Forum
    I wondering if someone can help me configure a formula.
    I have a data entered in A1:I8 that contains the data I will want to pull info from.
    The Size of Valve are in cells A1:H1.
    The intent is for the user to enter a size of container in cell L1 and enter a BD dimension in L2. I then want the answer to populate cell L3.
    Right now I have a VLookup formula in cell L3, which would work if the only valve size is 8". However I want it such that if the user changed the Size of Valve (cell L1) to another value that it would adjust 'lookup' to correspond to the actual user's entry.
    I have a feeling an INDEX formula would be required, but I'm not very familar with constructing them from scratch.

    Any help would be appreciated.
    Attached Files Attached Files
    Last edited by Cidona; 06-09-2012 at 12:19 PM. Reason: Marked as Solved.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Pulling info from Table depending on size

    Try this formula in L3 (but first, replace the values in A1:H1 with numerics only - get rid of the " (inch) symbols OR add the inch symbols to your drop down list values for L1)

    =VLOOKUP(L2,INDEX(A2:H2,,MATCH(L1,A1:H1,0)):I8,10-MATCH(L1,A1:H1,0),1)
    Last edited by Cutter; 06-09-2012 at 11:47 AM.

  3. #3
    Forum Contributor
    Join Date
    04-27-2010
    Location
    Kinsale, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    129

    Re: Pulling info from Table depending on size

    Hi Cutter.

    That's working! I wouldn't have been close .

    Thank you very much!

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Pulling info from Table depending on size

    You're very welcome. Thanks for the 'star tap'.

+ 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