+ Reply to Thread
Results 1 to 3 of 3

Index match formula

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    01-05-2010
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    747

    Index match formula

    =INDEX(3:3,MATCH(TRUE,INDEX(ISNUMBER(3:3),0),0))

    The formula above returns the first number in row 3. I would like to adjust the formula to say identify the first number in row 3 and then return the value that is in the same column but in row 10. Can someone help me with this?
    Last edited by rhudgins; 06-08-2010 at 07:45 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,719

    Re: Minor adjustment to index match formula

    Just change the first 3:3 to 10:10, i.e.

    =INDEX(10:10,MATCH(TRUE,INDEX(ISNUMBER(3:3),0),0))
    Audere est facere

  3. #3
    Forum Contributor
    Join Date
    01-05-2010
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    747

    Re: Minor adjustment to index match formula

    thanks perfect!

+ 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