Hi Sue
OK Step change.
If that is all you want then you could probably do that with conditional formatting.
BRB
Select each range C2 to T2 that you want formated
click on conditional format
Select format using a formula:
Paste this formula there:
Formula:
=CONCATENATE($C2,$D2,$E2,$F2,$G2,$H2,$I2,$J2,$K2,$L2,$M2,$N2,$O2,$P2,$Q2,$$2,$S2,$T2)=""
Click on format
select Fill and then select yellow.
Now click apply.
Thats it.
now you can edit the range that the format applies to:
presently the format applies to C2:T2
You could change that to C2:C168
or $C$2:$T$2,$C$4:$T$10, $C$12:$T$20 [ Skips two rows ].
But it will include a few areas that you are not interested in.
eg rows 3 an 11
so you will need to select an area at a time and enter the code there.
NB: you can paste the formula in excel or word and use replace to modify the formula.
eg replace 2 with 4
Bookmarks