+ Reply to Thread
Results 1 to 3 of 3

How to make COUNT indicate ROW

  1. #1
    Registered User
    Join Date
    02-16-2005
    Posts
    3

    How to make COUNT indicate ROW

    I have an essential question:
    If I have an excel sheet with, let's say 10.000 rows, and numbers are filled in one row and let's say, about 5.000 are numbers scattered downwards from array D8:D10000, how can I tell which ROW COUNT has reached e.g. 1000 numbers or 2000 numbers?
    I'd be very grateful for an answer to this.

    K. I. Malde, Norway

  2. #2
    thechilipino
    Guest

    RE: How to make COUNT indicate ROW

    hi k.i.:

    one possibility is in column E to use counta(E$8:E8) & copy down the length
    of the array. then off to the right type in 1000 and 2000 in cells H2 & H3
    for example. then use the match(H2,$E$8:$E$10000,0) function to find which
    row those numbers appear.

    i hope that helps.

    cheers.



    "cvhelios" wrote:

    >
    > I have an essential question:
    > If I have an excel sheet with, let's say 10.000 rows, and numbers are
    > filled in one row and let's say, about 5.000 are numbers scattered
    > downwards from array D8:D10000, how can I tell which *ROW* COUNT has
    > reached e.g. 1000 numbers or 2000 numbers?
    > I'd be very grateful for an answer to this.
    >
    > K. I. Malde, Norway
    >
    >
    > --
    > cvhelios
    > ------------------------------------------------------------------------
    > cvhelios's Profile: http://www.excelforum.com/member.php...o&userid=19995
    > View this thread: http://www.excelforum.com/showthread...hreadid=528461
    >
    >


  3. #3
    Registered User
    Join Date
    02-16-2005
    Posts
    3
    Well.... I have identified that kind of solution using the OFFSET function and just counting up from row to row, but I feel this takes so much space. 1 column of nearly 10.000 cells took nearly 1,3 MB of space alone.
    I was more looking for a function that in a few cells culd tell me which rows the round numbers of 1000 counts and 2000 counts, and so on, where. Thanks for you help anyway.

    Cheers. :-)

    Quote Originally Posted by thechilipino
    hi k.i.:

    one possibility is in column E to use counta(E$8:E8) & copy down the length
    of the array. then off to the right type in 1000 and 2000 in cells H2 & H3
    for example. then use the match(H2,$E$8:$E$10000,0) function to find which
    row those numbers appear.

    i hope that helps.

    cheers.



    "cvhelios" wrote:

    >
    > I have an essential question:
    > If I have an excel sheet with, let's say 10.000 rows, and numbers are
    > filled in one row and let's say, about 5.000 are numbers scattered
    > downwards from array D8:D10000, how can I tell which *ROW* COUNT has
    > reached e.g. 1000 numbers or 2000 numbers?
    > I'd be very grateful for an answer to this.
    >
    > K. I. Malde, Norway
    >
    >
    > --
    > cvhelios
    > ------------------------------------------------------------------------
    > cvhelios's Profile: http://www.excelforum.com/member.php...o&userid=19995
    > View this thread: http://www.excelforum.com/showthread...hreadid=528461
    >
    >

+ 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