+ Reply to Thread
Results 1 to 3 of 3

Counting cells with formulas-return result

  1. #1
    Registered User
    Join Date
    10-27-2009
    Location
    Sierra Vista AZ
    MS-Off Ver
    Excel 2007
    Posts
    9

    Counting cells with formulas-return result

    I have a column with formulas in each cell. The formula returns a value if found and remains blank if not found. I'm trying to count all cells in the column that has returned data but all my count functions appear to be counting the formulas also which results in ALL cells being counted instead of only cells that have a return....... Any help??

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    re: Counting cells with formulas-return result

    What are the returned values? Numbers or text? Can you post a valid sample worksheet showing the data and the desired results?

    Click GO ADVANCED and use the paperclip icon to post up your workbook.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,603

    re: Counting cells with formulas-return result

    Try this:

    =COUNTA(B3:B26)-COUNTIF(B3:B26;"")

+ 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