Hi
I have several lists of numbers ranging in value from -20 to +20. I currently have six conditional formats setup to colour the text based on its value.
ie:
<= -14.5 (stop if true. text blue)
<= -9.5 (stop if true. text red)
<= -4.5 (stop if true. text orange)
>= 14.5 (stop if true. text blue)
>= 9.5 (stop if true. text red)
>= 4.5 (stop if true. text orange)
With having six conditional formats I find the workbook is not fully compatible with earlier versions. My question is can I combine these statements in a formula to give me three conditional formats?
Something like: <= -14.5 OR >= 14.5 (stop if true. text blue)
I've tried and failed.
Thanks
Andrew
Bookmarks