S suresh kannah Member Apr 19, 2016 #1 Hello Team Need Conditional formatting compare 2 rows and highlight the data if the volume is more then 50 % . The details are mentioned in the attachment. Thanks In advance Suresh Attachments Highlight 50 %.xlsx 9.7 KB · Views: 3
Hello Team Need Conditional formatting compare 2 rows and highlight the data if the volume is more then 50 % . The details are mentioned in the attachment. Thanks In advance Suresh
Chihiro Excel Ninja Apr 19, 2016 #2 Highlight Data range in ColF. New Rule->Use a Formula... Formula is: =($F2-$C2)/$C2>0.5 See attached. Attachments Highlight 50 %.xlsx 11.2 KB · Views: 5
Highlight Data range in ColF. New Rule->Use a Formula... Formula is: =($F2-$C2)/$C2>0.5 See attached.