+ Reply to Thread
Results 1 to 3 of 3

Index / Match / Lookup / VLookup / ??? Need Help

  1. #1
    Registered User
    Join Date
    11-13-2004
    Posts
    11

    Index / Match / Lookup / VLookup / ??? Need Help

    I am trying to lookup pairs of months in a table, then depending on what month pairs a user types in it will return the value from the table under the month pair in the table.

    See Attached Picture.
    The blue arrows represent where I want the values to go.

    For example,
    The user enters "feb" in A7 and "may" in A8. I want th then look through all the month pairs in the table above (B2:E3). It then recoginizes that B2&B3 Match, so it inputs 1.23 in cell B8.

    Your help is greatly appreciated.
    Attached Images Attached Images

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try the following array formula...

    B8, copied to B11 and B14:

    =INDEX($B$4:$E$4,MATCH(1,($B$2:$E$2=$A7)*($B$3:$E$3=$A8),0))

    ...confirmed with CONTROL+SHIFT+ENTER.

    Hope this helps!

    Quote Originally Posted by sslack
    I am trying to lookup pairs of months in a table, then depending on what month pairs a user types in it will return the value from the table under the month pair in the table.

    See Attached Picture.
    The blue arrows represent where I want the values to go.

    For example,
    The user enters "feb" in A7 and "may" in A8. I want th then look through all the month pairs in the table above (B2:E3). It then recoginizes that B2&B3 Match, so it inputs 1.23 in cell B8.

    Your help is greatly appreciated.

  3. #3
    Registered User
    Join Date
    11-13-2004
    Posts
    11

    Worked!!

    Thank you so much. That worked great!!

+ 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