+ Reply to Thread
Results 1 to 3 of 3

Excel Count Formula?

  1. #1
    Mrebisz3154
    Guest

    Excel Count Formula?

    Hi - How do I write a count formula for non-blank cells that may contain
    either a "X" or a number?

  2. #2
    Ron Coderre
    Guest

    RE: Excel Count Formula?

    See if the COUNTA function returns what you are looking for.

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "Mrebisz3154" wrote:

    > Hi - How do I write a count formula for non-blank cells that may contain
    > either a "X" or a number?


  3. #3
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    =COUNTIF(A1:A30,"x")+COUNTIF(A1:A30,">=0")

    This is assuming you want to count cells that contain a 0, if you don't, just remove the = from the second COUNTIF.


    HTH

    Steve

+ 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