+ Reply to Thread
Results 1 to 3 of 3

Multiple Look Ups to return an info from a table

  1. #1
    Registered User
    Join Date
    05-22-2013
    Location
    Illinois
    MS-Off Ver
    Excel 2010
    Posts
    28

    Multiple Look Ups to return an info from a table

    Hi,

    I want the formula to look at cell B28 then D28 to determine what to put in cell E28 based on the 2 lookups and the data in cells B45:G49

    Thank you,
    PS
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,812

    Re: Multiple Look Ups to return an info from a table

    Put this in E28:

    =INDEX($C$46:$G$49,MATCH(B28,$B$46:$B$49,0),MATCH(D28,$C$45:$G$45,0))

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    05-22-2013
    Location
    Illinois
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Multiple Look Ups to return an info from a table

    Perfect!

    Thanks so much.

+ 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