• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

range count

It is very hard to access the colors of CF cells
It is easier to replicate the logic of the CF in your Count or Sum formula

B11: =SUMPRODUCT(--(INT((COLUMN($A$1:$BG$1)-0.1)/12)+1=ROWS($A$11:$A11))*($A$2:$BG$2>2.2))

C11: =SUMPRODUCT(--(INT((COLUMN($A$1:$BG$1)-0.1)/12)+1=ROWS($A$11:$A11))*($A$2:$BG$2>1.8)*($A$2:$BG$2<=2.2))

D11: =SUMPRODUCT(--(INT((COLUMN($A$1:$BG$1)-0.1)/12)+1=ROWS($A$11:$A11))*($A$2:$BG$2>1.4)*($A$2:$BG$2<=1.8))

E11: =SUMPRODUCT(--(INT((COLUMN($A$1:$BG$1)-0.1)/12)+1=ROWS($A$11:$A11))*($A$2:$BG$2>1)*($A$2:$BG$2<=1.4))

F11: =SUMPRODUCT(--(INT((COLUMN($A$1:$BG$1)-0.1)/12)+1=ROWS($A$11:$A11))*($A$2:$BG$2<=1))

Copy all down

By the way F10 should say Pink, Not Blue

See attached file:
 

Attachments

  • upload_2015-4-12_10-58-21.png
    upload_2015-4-12_10-58-21.png
    43.3 KB · Views: 0
  • COLOR COUNT.xlsx
    COLOR COUNT.xlsx
    11.7 KB · Views: 0
It is very hard to access the colors of CF cells
It is easier to replicate the logic of the CF in your Count or Sum formula

B11: =SUMPRODUCT(--(INT((COLUMN($A$1:$BG$1)-0.1)/12)+1=ROWS($A$11:$A11))*($A$2:$BG$2>2.2))

C11: =SUMPRODUCT(--(INT((COLUMN($A$1:$BG$1)-0.1)/12)+1=ROWS($A$11:$A11))*($A$2:$BG$2>1.8)*($A$2:$BG$2<=2.2))

D11: =SUMPRODUCT(--(INT((COLUMN($A$1:$BG$1)-0.1)/12)+1=ROWS($A$11:$A11))*($A$2:$BG$2>1.4)*($A$2:$BG$2<=1.8))

E11: =SUMPRODUCT(--(INT((COLUMN($A$1:$BG$1)-0.1)/12)+1=ROWS($A$11:$A11))*($A$2:$BG$2>1)*($A$2:$BG$2<=1.4))

F11: =SUMPRODUCT(--(INT((COLUMN($A$1:$BG$1)-0.1)/12)+1=ROWS($A$11:$A11))*($A$2:$BG$2<=1))

Copy all down

By the way F10 should say Pink, Not Blue

See attached file:

Hi Hui:

Thank you, your formula is good.

febausa
 
Back
Top