It goes in the right directed, i guess.
how to cond format the cells who are not locked. The idea is that
other people should know in which cells they have to fill in a value,
namely on the unlocked cells. The sheet is protected.
And, the marks of the unlocked cells (given by conditional
formatting?) should not be printed, while other formats has.
How to perform?
> One way if you're not using format|conditional formatting, you could select
> the cells (all of them???) and with A1 the the activecell:
[quoted text clipped - 13 lines]
>
> Dave Peterson
Dave Peterson - 28 Jan 2007 14:54 GMT
You can use:
=CELL("protect",A1)=0
to highlight the cells that are unlocked.
To keep from printing those shades, you can pick out a cell to use as an
indicator.
I used $A$1 because it's usually easy to find and modify.
Use a conditional formatting formula of:
=AND($A$1<>"",CELL("protect",A1)=0)
And to see the shading, put something in A1. To hide the shading, erase the
contents of A1.
> It goes in the right directed, i guess.
> how to cond format the cells who are not locked. The idea is that
[quoted text clipped - 22 lines]
> >
> > Dave Peterson

Signature
Dave Peterson