I am trying to use conditional formattingas follows:
if a % is between 0 and + or - 8.99% record a green dot icon;
if the % is between 9% and 19.99% or -9% and -19.99% record a yellow dot;
if the % is greater than 20% or less than -20.0% record a red dot;



