+ Reply to Thread
Results 1 to 2 of 2

search of first #N/A position

  1. #1
    Registered User
    Join Date
    03-10-2005
    Posts
    46

    search of first #N/A position

    Hi,

    I have a column of downloaded data which contains names and up to a certain row it will start displaying "#N/A", how do I find the row number of the first #N/A? Please help!! thank you very much.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try

    =MATCH(1,INDEX(ISNA(A1:A1000)+0,0),0)

    where your names are in A1:A1000

+ 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