+ Reply to Thread
Results 1 to 4 of 4

If there is something in a cell - I want it to summen it!

  1. #1

    If there is something in a cell - I want it to summen it!

    I have a excel sheet where some of the cell is filled with letters.

    I want to have a cell that tells me how many cells have something in
    it.

    How do I do this?


  2. #2
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    You could try

    COUNTIF(Range,<>"")

    This will tell you how many cells are not empty

    HTH

    Ed

  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,475

    =Counta(Range) Counts non-blank cells

    Quote Originally Posted by [email protected]
    I have a excel sheet where some of the cell is filled with letters.

    I want to have a cell that tells me how many cells have something in
    it.

    How do I do this?
    =COUNTA(A1:A17)

  4. #4
    Viquar
    Guest

    RE: If there is something in a cell - I want it to summen it!

    If it is just a question of getting the count of non-blank cells, then you
    could use the count function.
    =Count("A1:J60")
    This would give you the count of non-blank cells in the Range("A1:J60").


    "[email protected]" wrote:

    > I have a excel sheet where some of the cell is filled with letters.
    >
    > I want to have a cell that tells me how many cells have something in
    > it.
    >
    > How do I do this?
    >
    >


+ 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