Results 1 to 4 of 4

Incorrect column number returned in INDEX, MATCH for nth instance

Threaded View

  1. #1
    Forum Contributor
    Join Date
    09-17-2014
    Location
    UK
    MS-Off Ver
    2007
    Posts
    117

    Incorrect column number returned in INDEX, MATCH for nth instance

    Hit an absolute brick wall with what sounds like it should be so simple...

    The source data contains the name, project and hours a person commits to that project.

    Where there is no resource available, the name is 'unassigned' until a resource can be found. There could be multiple instances of this.

    What I need to do is pull this information into another table. I have the (array) formula (
    {=INDEX(tdata,SMALL(IF(tproject=$A16,ROW($A$4:$J$8)),ROW(1:1))-3,1}
    ) to identify and retrieve the nth instance of each name and duplicate and now need to look up each nth name instance, match it against a date and return the hours value.

    I have the row number of each instance so would have expected to just use the MATCH function to determine the column from which to return the intersecting cell value Formula below), however I cannot get it to return the correct column
    =INDEX(tdata,SMALL(IF(tproject=$A16,ROW($A$4:$J$8)),ROW(1:1))-3,MATCH(B14,tdate,0))
    Attached is a simple cut of the data.

    Where am I falling down?

    Cheers
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 01-10-2014, 05:09 PM
  2. [SOLVED] Lookup & Index Match - Errors Returned
    By shudder in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-23-2013, 05:56 AM
  3. Replies: 10
    Last Post: 08-19-2013, 11:33 AM
  4. [SOLVED] Index & Match returning incorrect value. Arrays fixed and exact match used.
    By SDes in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-07-2012, 08:29 PM
  5. [SOLVED] Incorrect Serial Number Returned for YEAR Function
    By greenmat in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-27-2012, 06:22 PM

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