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

Highlight cells where percentage of volume increased or decreases by 50%,
Attached is the excel sheet with sample data and highlighted.

Need formula for the same.

Need help
Suresh
 

Attachments

Try using this formula in your conditional format rule:
Code:
=OR(F2>C2+(C2*50%),C2-(C2*50%)>F2)
See attached. I used teal to differentiate from original yellow highlight.
 

Attachments

Back
Top