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

Conditional Formatting help

Mohandas

Member
I need conditional formatting in f column basis g column

if it is less than or equal to g column value it is green

more the 5 in g colums value it is amber

more than 10 it is red

Please help
 

Attachments

Hi,

Can you elaborate your question little more please.. I could not understand what you are referring to!!

If your question is related to conditional formatting based on text values, then you will modify the Conditional formatting rule as follows:

Code:
G3="Not Met" - Apply Red color
G3="Almost Met" - Apply Amber color
G3="Met" - Apply Green color

Thanks,
Ramesh
 
Back
Top