• 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.

Capture Higher High in numbers

Green cells will be based on conditional formatting based on higher high which i will do it .need the count of higher high of every row.
 
Firstly, the files don't have nay Conditional formats applied?

I understand the Count of the green cells
What I don't understand is why rows 2 & 4 have 2 cells highlighted, Rows 5 & 6 have 3 highlighted and row 3 only has one highlighted green

Please explain the logic for those colors
 
Hi Suresh,
You haven't mentioned the logic, but I think the benchmark is >26.

If so, you can use this for CF:
Select your range B2:E6
Go to conditional formatting > Formula:
=B2>26
Set desire format > hit ok.


for count in column G, try this in G2 and copy down:
=COUNTIF(B2:E2,">26")

Regards,
 
Hello HUI

I have done conditional formating for the color now,The color is for higher high and mentioned in the attachment also

The G col has to only tell how many higher high are there,
For ex E2>D2 and D2>C2 So total in 2nd ROW is 2 that is D2 and E2 through conditonal formatiing we have got it green for higher highs


2) Or can we Get how many green are there in each ROW in G COL
 

Attachments

Back
Top