+ Reply to Thread
Results 1 to 3 of 3

Help with INEX / MATCH or another solution to perform LOOKUP, don't think VLOOKUP will wor

Hybrid View

  1. #1
    Registered User
    Join Date
    08-16-2012
    Location
    Boston, Massachusetts
    MS-Off Ver
    Excel 2010
    Posts
    17

    Help with INEX / MATCH or another solution to perform LOOKUP, don't think VLOOKUP will wor

    So I'm trying to lookup data where the date is listed multiple times in the column because the data that I need returned is also down a column and not across rows where you could use a VLOOKUP. Very herd to explain but attached a simple example of what I am working with.

    Using the formula:

    =INDEX($D:$D,MATCH($F3,$B:$B,1))

    Not working remotley as expected.

    Any help is GREATLY appreciated!

    excel help.jpg

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,726

    Re: Help with INEX / MATCH or another solution to perform LOOKUP, don't think VLOOKUP will

    It might be simplest to use SUMIFS, i.e. this formula in G3 copied across and down

    =SUMIFS(D:D,B:B,$F3,C:C,G$2)
    Audere est facere

  3. #3
    Registered User
    Join Date
    08-16-2012
    Location
    Boston, Massachusetts
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Help with INEX / MATCH or another solution to perform LOOKUP, don't think VLOOKUP will

    Worked like a charm.

    Thank you!

+ 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