I have a worksheet where I am trying to apply conditional formatting. I want to apply the equation
I am trying to apply this to my entire worksheet but it will only work for the cell C6. The entire range I am using is from C6 to AB10. How do I have this code which divides the cell by the cell in 'Q1 2016' and checks if it is less than the value of H39 which I do not want to change.
Thanks,
Code:
=($C$6/'Q1 2016'$C$6)>$H$39
I am trying to apply this to my entire worksheet but it will only work for the cell C6. The entire range I am using is from C6 to AB10. How do I have this code which divides the cell by the cell in 'Q1 2016' and checks if it is less than the value of H39 which I do not want to change.
Thanks,