+ Reply to Thread
Results 1 to 14 of 14

Index Match on two columns

Hybrid View

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

    Re: Index Match on two columns

    Ok, I see the issue, your named ranges in the formula are whole columns, you can't have whole column references with Array formulas in Excel 2003...

    So you should then redefine the named ranges to a limited number of cells or use dynamic named ranges (i.e. change the Refers to field for FY11Commander to:

    =OFFSET('Work Orders for FY11'!$H$1,1,0,COUNTA('Work Orders for FY11'!$B:$B)-1,1)

    and change FY11RDaysOut to:

    =OFFSET('Work Orders for FY11'!$F$1,1,0,COUNTA('Work Orders for FY11'!$B:$B)-1,1)
    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.

  2. #2
    Registered User
    Join Date
    05-28-2009
    Location
    Colorado
    MS-Off Ver
    Excel 2010
    Posts
    40

    Re: Index Match on two columns

    That would make the whole formula

    =IF(N11>0,INDEX(C:C,MATCH(1,(N11=OFFSET('Work Orders for FY11'!$F$1,1,0,COUNTA('Work Orders for FY11'!$B:$B)-1,1)*(J11=OFFSET('Work Orders for FY11'!$H$1,1,0,COUNTA('Work Orders for FY11'!$B:$B)-1,1)),0)),""))

    It's telling me it is invalid. I'm sure there's a comma or something out of place. Do you see it?

+ 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