I need to apply conditional formatting

Closed
Cam - Mar 18, 2011 at 12:13 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 18, 2011 at 12:21 PM
Hello,
Example: if the value in cell B3 is between 120% and 129% value of cell F3, then highlight yellow. If the value is greater than 129% highlight red with white font. Can anyone help with this formula?
Thanks,
Cam


1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Mar 18, 2011 at 12:21 PM
You need two conditional format statments

AND(B3 > =F3 *1.2, B3<=f3*1.29)

B3>f3*1.29
0