+ Reply to Thread
Results 1 to 2 of 2

Counting Non Blank Cells that Contain Formulas

  1. #1
    jimswinder
    Guest

    Counting Non Blank Cells that Contain Formulas

    Is there a way to count cells that contain formulas, but only those cells
    that return a value. I tried using COUNTA...but that sees the ceel as
    nonblank also.

  2. #2
    Aladin Akyurek
    Guest

    Re: Counting Non Blank Cells that Contain Formulas

    If formulas return text...

    =COUNTIF(Range,"?*")

    or numbers:

    =COUNT(Range)

    jimswinder wrote:
    > Is there a way to count cells that contain formulas, but only those cells
    > that return a value. I tried using COUNTA...but that sees the ceel as
    > nonblank also.


+ 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