+ Reply to Thread
Results 1 to 2 of 2

Lookup multiple data points to find info in a single cell

  1. #1
    Registered User
    Join Date
    08-17-2011
    Location
    Denver, CO
    MS-Off Ver
    Excel 2007
    Posts
    1

    Lookup multiple data points to find info in a single cell

    I need to lookup data in a report and pull it into an excel document so that I can better manipulate the info. I need to find data at an intersection based on info in two columns and a single row. I have attached a sample of what I am trying to accomplish. I need to pull data from the report tab based on data in the Location and Act Desc columns based on the date in row 2 and populate the info in the Lookup tab accordingly.

    I believe that I will need to use a combination of formulas, but I am unclear how to nest or even go about this solution. Any assistance would be greatly appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Lookup multiple data points to find info in a single cell

    Try:

    =IFERROR(INDEX(Report!$D$3:$G$10,MATCH(1,INDEX((Report!$A$3:$A$10=$A2)*(Report!$C$3:$C$10=C$1),0),0),MATCH($B2,Report!$D$2:$G$2,0)),"")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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