+ Reply to Thread
Results 1 to 6 of 6

CountIf Color - Conditional counting

  1. #1
    Registered User
    Join Date
    06-30-2010
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    25

    CountIf Color - Conditional counting

    Hi,

    Im looking for a way to count the interior color of the cells. Based on conditions the cells change colors for different value ranges.

    If this is possible, is there also a way to incorporate the =today() function so that i can count only the last 14 days ?
    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

    Re: CountIf Color - Conditional counting

    Count instead based on the results of the expressions that cause the cells to change color.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    06-30-2010
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    25

    Re: CountIf Color - Conditional counting

    Can I count a range ? like between 20 and 30 ?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: CountIf Color - Conditional counting

    Like this?

    =Sumproduct(--(range>=20),--(range<=30))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  5. #5
    Registered User
    Join Date
    06-30-2010
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    25

    Re: CountIf Color - Conditional counting

    is there anyway to utilize the =today() function in a formula like that ?

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: CountIf Color - Conditional counting

    You mean like:

    =Sumproduct(--(range>=TODAY()),--(range<=TODAY()+10))

    which will count dates between today and 10 days from today?

+ 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