I have columns that contain both positive and negative values and wish to colour code the absolute values e.g
0-9 Green
10-19 Yellow
20-29 Amber
>30 Red
I have set up conditional formatting for the column range as shown below
=ABS($N45)<10 for Green
=IF($N45<>"",ABS($N45)>=10,"") for yellow
but this shows 10 as green and -10 as yellow. The cells in the column are formatted as 'Numbers' with no decimal points.
Has anyone come across this problem and resolved it ---- please advise
0-9 Green
10-19 Yellow
20-29 Amber
>30 Red
I have set up conditional formatting for the column range as shown below
=ABS($N45)<10 for Green
=IF($N45<>"",ABS($N45)>=10,"") for yellow
but this shows 10 as green and -10 as yellow. The cells in the column are formatted as 'Numbers' with no decimal points.
Has anyone come across this problem and resolved it ---- please advise