+ Reply to Thread
Results 1 to 4 of 4

Index / Match Help

  1. #1
    Forum Contributor
    Join Date
    05-15-2015
    Location
    Orlando, FL
    MS-Off Ver
    Office Standard 2016
    Posts
    268

    Index / Match Help

    Hi, was hoping someone could help me correct the following formula.

    Please Login or Register  to view this content.

    I want it to retrieve the number in Column E from the Home BU tab, that has the following criteria:

    Employee # matches whats listed in A7. This is matching to Column A in the Home BU tab.

    In the Home BU tab, column B must be blank.

    I'm just receiving a 0, so not sure whats wrong. I'm assuming its something to do with me trying to reference a cell with nothing in it?

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Index / Match Help

    Try this:

    =INDEX('Home BU'!$E$4:$E$16500,MATCH($A7&"",'Home BU'!$A$4:$A$16500&'Home BU'!$B$4:$B$16500,0)) Ctrl Shift Enter

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Index / Match Help

    Hi

    Please, can you explain what is 'Home BU'!$D$4:$D$16500, in MATCH function ?

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Index / Match Help

    Or if column E is numbers (and there could only be one match) you can use this:

    =SUMIFS('Home BU'!$E:$E,'Home BU'!$A:$A,$A7,'Home BU'!$B:$B,"")

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] INDEX+MATCH instead of VLOOKUP+MATCH, why is INDEX a better choice and how to re-write?
    By Renejorgensen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-23-2016, 10:54 AM
  2. [SOLVED] Index / Match - match 3 input values and return the results from the index
    By t83357 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-08-2016, 07:34 PM
  3. [SOLVED] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  4. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  5. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  6. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  7. Replies: 3
    Last Post: 05-02-2013, 01:31 AM

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