Results 1 to 12 of 12

Locating data in a table

Threaded View

  1. #7
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Locating data in a table

    Using my posted example....Maybe this?

    This formula returns the row ref for the first instance where the series
    crosses 1000...either from below or above 1000.
    F2: =MATCH(1,IF(E2<=1000,INDEX((E2:E4500<=1000)*(E3:E4501>=1000),0),
    INDEX((E2:E4500>=1000)*(E3:E4501<=1000),0)),0)
    Does that work for you?
    Last edited by Ron Coderre; 10-24-2008 at 03:48 PM. Reason: enhance comment

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