Thanks Scott. Sorry this is probably going to get a bit complicated. I'm really new to this & teaching myself about excel formulas etc so I'm probably going about this all wrong.
Basically, I have two cells; the 1st I input a percentage. The 2nd cell then takes that and generates the range I've stipulated using this:
=IF(AND(G13<"",G13<31%),"<30%",IF(AND(G13>29%,G13<61%),"30%-60%",IF(AND(G13>59%,G13<76%),"60%-75%",IF(AND(G13>75%,G13<86%),"75%-85%",IF(G13>84%,">85%",IF(ISBLANK(G13),""))))))
Now what I'm wanting to do is change the colour of the 2 cells according to the percentage (not the range). So for example if it's 35% I want it to be a shade of red. If it's 96% I want a shade of blue.
So using the Condition Formatting tool, I've set this up & it changes the top cell that I've manually input, but even though I've selected both cells, it will not apply the colour to the below range where the formula is.
I hope that makes sense?