+ Reply to Thread
Results 1 to 4 of 4

Count value for formula cells returning a value

  1. #1
    Registered User
    Join Date
    01-03-2007
    Posts
    6

    Question Count value for formula cells returning a value

    I have a column of cells which each contain a formula. If two conditions are met, these cells return a value comprised of two other cells concatinated together.
    As this column is some 300 cells large, I am now looking to create a count function to count the number of times something is displayed in the cell, i.e. if the cell remains blank on 200 rows because the conditions in those cells are not met, I want a cell which will return the value '100'.
    Any help much appreciated! Thanks!

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by guest123
    I have a column of cells which each contain a formula. If two conditions are met, these cells return a value comprised of two other cells concatinated together.
    As this column is some 300 cells large, I am now looking to create a count function to count the number of times something is displayed in the cell, i.e. if the cell remains blank on 200 rows because the conditions in those cells are not met, I want a cell which will return the value '100'.
    Any help much appreciated! Thanks!
    Hi

    =CountBlank(A1:A100)

    will count those cells which have a formula and a blank result.


    =CountA(A1:A100)-CountBlank(A1:A100)

    should help you.

    hth
    ---
    Last edited by Bryan Hessey; 01-03-2007 at 05:17 AM.
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    01-03-2007
    Posts
    6

    Smile thanks!

    That worked, fantastic - thanks very much!

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by guest123
    That worked, fantastic - thanks very much!
    good to see, and thanks for the response.
    ---

+ 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