+ Reply to Thread
Results 1 to 3 of 3

conditional counting

  1. #1
    Registered User
    Join Date
    07-23-2005
    Posts
    51

    conditional counting

    in the attached sheet I have numbers from cell B1 to AF1..some cells are blank and some contain text.

    In cell AG1 I want a formula to count the number of cells from B1 to F1 which contain values over zero and less than 0.7.

    this formula can then be copied down for rows 2 and 3 etc.
    Attached Files Attached Files

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    =SUMPRODUCT( (B1:AF1 > 0) * (B1:AF1 < 0.7) )

  3. #3
    Registered User
    Join Date
    07-23-2005
    Posts
    51

    Thumbs up

    Thanks Shg

+ 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