+ Reply to Thread
Results 1 to 6 of 6

MATCH and INDEX function

  1. #1
    Registered User
    Join Date
    03-24-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    8

    MATCH and INDEX function

    Excel Snapshot1.jpg

    The spreadsheet I have has conditional formatting whereby is a student achieves a certain criteria the instructor inserts a "y" and the cell automatically fills in green. What I have been trying to do is to find the cell which are blank and return a the title to the left of the blank cell.

    The formula is:

    {=INDEX($A$6:$A$79,MATCH(FALSE,ISTEXT($B$6:$B$79),0))}

    The ISTEXT function lists all the cells which do not contain blanks and then looksup the value of this cell to the left. Similarly, I get a similar result if I put ISBLANK and change FALSE to TRUE. What I want to do is find the second FALSE result and find the next blank cell and return its lookup value.

    I have even tried this function:
    {=CELL("address",INDEX($A$6:$A$79,MATCH(FALSE,ISTEXT($B$6:$B$79),0)))}

    The return the first blank cell which is A29. Firstly, is there a way where I can get excel to lookup the cell value for A29? Secondly, how can excel find the second cell address which is blank.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: MATCH and INDEX function

    HI CKenn,

    welcome to the forum.
    Can you upload a small sample workbook (not image) along with expected results so that forum can give a quick try.. thx

    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Registered User
    Join Date
    03-24-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: MATCH and INDEX function

    I have placed the formula results on a new sheet so you can see the result repeating

    Maths Data.xlsx

  4. #4
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: MATCH and INDEX function

    Okay... use below formula:-

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    enter with key combination: ctrl shift enter

    see attachment:- Maths Data.xlsx


    Regards,
    DILIPandey
    <click on below * if this helps>

  5. #5
    Registered User
    Join Date
    03-24-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: MATCH and INDEX function

    Thank you very much. I thought it might contain those function but uncertain how to formulate.

    Regard
    ckenn

  6. #6
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: MATCH and INDEX function

    you are welcome ckenn..

    please mark this thread as [SOLVED].. thx


    Regards,
    DILIPandey
    <click on below * if this helps>

+ 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