+ Reply to Thread
Results 1 to 6 of 6

Count row excluding cell

  1. #1
    Registered User
    Join Date
    04-18-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1

    Count row excluding cell

    I want to have a formula in A1 that tells me how many cells in the first row are filled.

    when I try =count(1:1), it doesn't work because of a circular reference. If there is someway to count the cells in row 1 except for A1 that would probably work but I have no idea how to do that.

    Ideas?

  2. #2
    Valued Forum Contributor
    Join Date
    10-06-2008
    Location
    Norway
    MS-Off Ver
    2010
    Posts
    365

    Re: Count row excluding cell

    Sorry, misunderstood
    Last edited by estige; 04-18-2012 at 04:10 AM.

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Count row excluding cell

    Hello, try this.

    Please Login or Register  to view this content.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  4. #4
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Count row excluding cell

    try

    =count(A2:A1000000)
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  5. #5
    Valued Forum Contributor
    Join Date
    10-06-2008
    Location
    Norway
    MS-Off Ver
    2010
    Posts
    365

    Re: Count row excluding cell

    With a total of 16384 rows, last row is CFD, so:
    =count(B1:XFD1)
    editet A1 to B1 of course...
    Last edited by estige; 04-18-2012 at 04:40 AM.

  6. #6
    Registered User
    Join Date
    04-18-2012
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Count row excluding cell

    including A1 cell Formula =countA(A1:IVA)
    not including A1 cell Formula =countA(A2:IVA)


    Paste this formula in A1 cell

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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