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

Higher then 40% conditional format

Hello Team


I have used conditional formatting in F Col for the same but there seems to be some issue.
I need to highlight the volumes which are 40 % more then the previous once ,

Thanks for the time
Narendra
 

Attachments

  • HIgher then 40 %.xlsx
    10.6 KB · Views: 4
I'm not sure of what you intend to show, but if (as I understood) you want to highlight the values in column F which are 40% higher than the values in column C, you need to change the corrected formula from Luke M to divide by $C2 rather than $F2 as below:

=($F2-$C2)/$C2> 0.4

This will be evident if you check the attached showing both methods.

Hope that helps.

Regards,
Ken
 

Attachments

  • HIgher then 40 %_KenU.xlsx
    11.2 KB · Views: 1
Back
Top