- Joined
- Aug 31, 2011
- Messages
- 1
- Reaction score
- 0
Hi,
I am currently working on a spreadsheet which is using a traffic light system which is going to highlight fields a certain colour once a certain amount of days have been reached.
I have managed to get one line of this working, but is there a way to copy and paste this to the entire sheet - because everytime I attempt to do this the formatting will continue to relate to the original rule
The 3 formulars I'm using for the traffic light system are:
A4=$E$4<10
A4=IF(AND($E$4>10,$E$4<20),$E$4,"")
A4=$E$4>20
I have been able to copy this so it fills in the rows A4:E4 but this formatting needs to go all the way down to A83:E83 so that each row works independent of each other.
Currently when I copy and paste the format whatever I input into E4 affects the entire spread sheet while if I input a date into E10 it has no affect on its row or any of the spreadsheet whatsoever.
I am sure this is something very simple I am overlooking
Please help...it is driving me mad!
I am currently working on a spreadsheet which is using a traffic light system which is going to highlight fields a certain colour once a certain amount of days have been reached.
I have managed to get one line of this working, but is there a way to copy and paste this to the entire sheet - because everytime I attempt to do this the formatting will continue to relate to the original rule
The 3 formulars I'm using for the traffic light system are:
A4=$E$4<10
A4=IF(AND($E$4>10,$E$4<20),$E$4,"")
A4=$E$4>20
I have been able to copy this so it fills in the rows A4:E4 but this formatting needs to go all the way down to A83:E83 so that each row works independent of each other.
Currently when I copy and paste the format whatever I input into E4 affects the entire spread sheet while if I input a date into E10 it has no affect on its row or any of the spreadsheet whatsoever.
I am sure this is something very simple I am overlooking
Please help...it is driving me mad!