+ Reply to Thread
Results 1 to 2 of 2

Counting number of row entries

  1. #1
    BobD
    Guest

    Counting number of row entries

    I have an excel file with entries in table format. I want excel to count how
    many rows are in that information table.

    The 1st column of the table is an incrementing number.

    Maybe one way is for Excel to detect the presence of an entry in the cell &
    count the no. of cells which has an ‘x’ for example?

    Is this possible?

    Bob.


  2. #2
    Dave Peterson
    Guest

    Re: Counting number of row entries

    You could use:

    =counta(a:a)
    to count all the entries in column A.

    If you (always!) have headers in column A:
    =counta(A:a)-1

    BobD wrote:
    >
    > I have an excel file with entries in table format. I want excel to count how
    > many rows are in that information table.
    >
    > The 1st column of the table is an incrementing number.
    >
    > Maybe one way is for Excel to detect the presence of an entry in the cell &
    > count the no. of cells which has an ‘x’ for example?
    >
    > Is this possible?
    >
    > Bob.


    --

    Dave Peterson

+ 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