S suresh kannah Member Jun 29, 2016 #1 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 Volume +or-.xlsx Volume +or-.xlsx 10.2 KB · Views: 3
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
A Awesome Wally Member Jun 29, 2016 #2 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 Volume +or-.xlsx Volume +or-.xlsx 13 KB · Views: 3
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.