+ Reply to Thread
Results 1 to 3 of 3

Microsoft Excell Selected Number of Cells Count

  1. #1
    Registered User
    Join Date
    12-06-2012
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Post Microsoft Excell Selected Number of Cells Count

    I have a very large spreadsheet where I filtered cells. After filtering the cells are in random order. I was wondering is there a fomular to say how many cells are there. Something similar to =Count(<all cells selected>) type formula.
    HTML Code: 

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,578

    Re: Microsoft Excell Selected Number of Cells Count

    You can use Subtotal with 102 (for count numbers) or 103 (for count text and numbers) like so
    =SUBTOTAL(103, $A$2:$A$200) It will only count visible cells with something in them
    Is that what you wanted?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    12-06-2012
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Microsoft Excell Selected Number of Cells Count

    I just found out you can also use:
    =COUNTIFS(Singer,"Madonna",Minutes,"<=4",Minutes,">=3") where Singer and Minutes can be cell range.

    I found this example from Use the COUNTIFS function in Excel 2007 to analyze data excel help file.
    Last edited by chathura; 12-06-2012 at 04:01 PM. Reason: clarify

+ 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