+ Reply to Thread
Results 1 to 4 of 4

Need formula to calculate the count on colour Issue is the cells are in Conditional Format

  1. #1
    Registered User
    Join Date
    11-08-2013
    Location
    chennai
    MS-Off Ver
    Excel 2007,2013
    Posts
    4

    Need formula to calculate the count on colour Issue is the cells are in Conditional Format

    Dear Team,

    I have a excel with Name and status Whether A or B like that.. i want the count of the cells in colour basic. The colour are defined from the values using conditional format. pls help its my daily work with take more time..thanks in advance. i have attached the excel also
    Attached Files Attached Files
    Last edited by sarath223; 04-04-2014 at 03:33 AM.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Need formula to calculate the count on colour Issue is the cells are in Conditional Fo

    your conditional formatting is as follows

    Yellow between and equal to 98.5 and 99.9
    Red > 98.5
    Green >=99.9

    so you have = 99.9 twice - for green and yellow
    Plus quite a few other rules for the colours

    also cell d2 is 70.91 - but its yellow

    to count , you can use countifs()

    for one of your yellow rules as described above then
    =COUNTIFS(D2:D7,">=98.5",D2:D7,"<=99.9")
    OR if there is only one criteria for example
    =COUNTIF(D2:D7,">70")
    =COUNTIF(D2:D7,"<=80")

    if you could post the rules you want to apply for your conditional format , then the countif/s () can be setup to correspond

    You can also use the status column to decide the rules as well , with a nested IF
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    11-08-2013
    Location
    chennai
    MS-Off Ver
    Excel 2007,2013
    Posts
    4

    Re: Need formula to calculate the count on colour Issue is the cells are in Conditional Fo

    Hi,

    I want to count by colour oly.. the value may be different day on day.

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Need formula to calculate the count on colour Issue is the cells are in Conditional Fo

    you will need VBA to do that , not my area of expertise, sorry

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Required count for different colour for conditional formating cells
    By Sankara Narayanan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-08-2013, 06:22 AM
  2. Count blank cells by colour based on conditional formatting
    By mb0202 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-03-2013, 07:37 AM
  3. [SOLVED] Counting cells that have certtain colour after conditional format
    By wayneg in forum Excel General
    Replies: 6
    Last Post: 10-23-2012, 09:46 AM
  4. Replies: 1
    Last Post: 07-03-2012, 01:18 AM
  5. Conditional format to colour cells
    By lunar1085 in forum Excel General
    Replies: 1
    Last Post: 01-19-2006, 12:10 PM

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