+ Reply to Thread
Results 1 to 3 of 3

Multiple Lookup

  1. #1
    Registered User
    Join Date
    02-26-2008
    Posts
    21

    Multiple Lookup

    I am trying to create a lookup that will evaluate two variables. From "sheet1" lookup the first variable which can be considered a unique acccount (this would not change), and the lookup for the second variable is a date (which would change). The source of the lookup will be "sheet2" (example attached). In that example the desired result is 4.375 Tried various iterations but none work. Thoughts anyone?
    Attached Files Attached Files

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Multiple Lookup

    MCII,

    In cell D2:
    =VLOOKUP(C2,Sheet2!$A$2:$N$2,MATCH(B2,Sheet2!$A$1:$N$1,0),FALSE)

    Adjust the vlookup range (Sheet2!$A$2:$N$2) to suit
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    02-26-2008
    Posts
    21

    Re: Multiple Lookup

    That solves it! Thanks for you help.

+ 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