+ Reply to Thread
Results 1 to 3 of 3

find cell addresses to define match array

  1. #1
    Registered User
    Join Date
    07-14-2009
    Location
    Indianapolis, IN
    MS-Off Ver
    Excel 2007
    Posts
    9

    find cell addresses to define match array

    = IF(AND(MATCH($B8, [AXS.xls]Sheet1!$E$1:$E$400,0) - 2 = $C8,
    INDEX([AXS.xls]Sheet1!$B$1:$B$400, MATCH(CX$2, INDEX([AXS.xls]Sheet1!$B:$B, $C8 + 16):INDEX([AXS.xls]Sheet1!$B:$B, $C9), 0) ) ),
    INDEX([AXS.xls]Sheet1!$A$1:$E$400, MATCH(CX$2, INDEX([AXS.xls]Sheet1!$B:$B, $C8 + 16):INDEX([AXS.xls]Sheet1!$B:$B, $C9), 0), 3), " ")

    i have this formula, and i think it will work if i find a way to correct the blue areas. they are trying to define the match array. i tried using the address and cell functions with no luck. i just want the array to return something like B2:B15 (from the AXS sheet) so the match function works. in the current sheet, C8 and C9 have values that refer to rows in the AXS sheet
    Last edited by oats; 07-21-2009 at 10:15 AM.

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

    Re: find cell addresses to define match array

    Perhaps the initial INDEXes should at least start at the same C8+16 row?

    Please Login or Register  to view this content.
    Last edited by NBVC; 07-17-2009 at 04:36 PM. Reason: Realized mess up in formula!
    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.

  3. #3
    Registered User
    Join Date
    07-14-2009
    Location
    Indianapolis, IN
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: find cell addresses to define match array

    thank you that helped a lot. i still had to play around with it a little because i had to re-specify the reference sheet for the second part of the arrays, but it works now.

+ 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