I have some cells formatted in blue font & green background on my worksheet.
Is there a way for conditional formating, or some other way, to make them
invisible ? I need to provide most of the data on the worksheet to others,
but I don't want them to see those blue/green cells.
I know I could manually format them as no-fill with a white font, but I was
hoping to make it automatic, or even possibly with a macro. Any help or
assistance would be greatly appreciated.

Thanks,

Steve

RE: Invisible Formatting ? or ... ? by akphidelt

akphidelt
Wed May 07 17:24:04 CDT 2008

There is a work around for this but just like most of my suggestions, it is a
novice ghetto work around.

You can put a password or message in some cell way out of the way on that
worksheet or in a hidden worksheet. So say in this example it's "Password"

Then you can hilight all the green/blue cells, go to conditional
formatting... select formula is=

say you put the Password in cell AA1

=$AA$1="Password"

Then format all those cells to have a white font and white background. Then
when you use it all you have to do is delete the message and everything will
pop back up. then type it in again whenever you need to send it to others.

"Steve" wrote:

> I have some cells formatted in blue font & green background on my worksheet.
> Is there a way for conditional formating, or some other way, to make them
> invisible ? I need to provide most of the data on the worksheet to others,
> but I don't want them to see those blue/green cells.
> I know I could manually format them as no-fill with a white font, but I was
> hoping to make it automatic, or even possibly with a macro. Any help or
> assistance would be greatly appreciated.
>
> Thanks,
>
> Steve

RE: Invisible Formatting ? or ... ? by Steve

Steve
Wed May 07 18:02:11 CDT 2008

Seems like something that would work easily, but I can't get it to work.

I have the cells regular formatted blue/green.
I have ="test" in A1
Condtional format as formula = A1, formatting white on white
I must be doing something wrong because conditioanl formatting is not being
done.


"akphidelt" wrote:

> There is a work around for this but just like most of my suggestions, it is a
> novice ghetto work around.
>
> You can put a password or message in some cell way out of the way on that
> worksheet or in a hidden worksheet. So say in this example it's "Password"
>
> Then you can hilight all the green/blue cells, go to conditional
> formatting... select formula is=
>
> say you put the Password in cell AA1
>
> =$AA$1="Password"
>
> Then format all those cells to have a white font and white background. Then
> when you use it all you have to do is delete the message and everything will
> pop back up. then type it in again whenever you need to send it to others.
>
> "Steve" wrote:
>
> > I have some cells formatted in blue font & green background on my worksheet.
> > Is there a way for conditional formating, or some other way, to make them
> > invisible ? I need to provide most of the data on the worksheet to others,
> > but I don't want them to see those blue/green cells.
> > I know I could manually format them as no-fill with a white font, but I was
> > hoping to make it automatic, or even possibly with a macro. Any help or
> > assistance would be greatly appreciated.
> >
> > Thanks,
> >
> > Steve

RE: Invisible Formatting ? or ... ? by akphidelt

akphidelt
Wed May 07 18:14:02 CDT 2008

Keep the $ signs around the value... and copy and paste it word for word like
this

=$A$1="test"

"Steve" wrote:

> Seems like something that would work easily, but I can't get it to work.
>
> I have the cells regular formatted blue/green.
> I have ="test" in A1
> Condtional format as formula = A1, formatting white on white
> I must be doing something wrong because conditioanl formatting is not being
> done.
>
>
> "akphidelt" wrote:
>
> > There is a work around for this but just like most of my suggestions, it is a
> > novice ghetto work around.
> >
> > You can put a password or message in some cell way out of the way on that
> > worksheet or in a hidden worksheet. So say in this example it's "Password"
> >
> > Then you can hilight all the green/blue cells, go to conditional
> > formatting... select formula is=
> >
> > say you put the Password in cell AA1
> >
> > =$AA$1="Password"
> >
> > Then format all those cells to have a white font and white background. Then
> > when you use it all you have to do is delete the message and everything will
> > pop back up. then type it in again whenever you need to send it to others.
> >
> > "Steve" wrote:
> >
> > > I have some cells formatted in blue font & green background on my worksheet.
> > > Is there a way for conditional formating, or some other way, to make them
> > > invisible ? I need to provide most of the data on the worksheet to others,
> > > but I don't want them to see those blue/green cells.
> > > I know I could manually format them as no-fill with a white font, but I was
> > > hoping to make it automatic, or even possibly with a macro. Any help or
> > > assistance would be greatly appreciated.
> > >
> > > Thanks,
> > >
> > > Steve

RE: Invisible Formatting ? or ... ? by Steve

Steve
Thu May 08 08:44:01 CDT 2008

I'm sorry, I can't get it too work, and am not sure how to actaully do it. I
think I tried it both ways-

I have =$A$1="test' in cell A1
the cells I want invisible cells are formatted blue/green
Selecting the blue/green cells, conditional format set up as formula is
=$A$1="test"
but, deleting cell A1 does not change the visibility of the blue/green
cells, or vice-versa.

Thanks,



"akphidelt" wrote:

> Keep the $ signs around the value... and copy and paste it word for word like
> this
>
> =$A$1="test"
>
> "Steve" wrote:
>
> > Seems like something that would work easily, but I can't get it to work.
> >
> > I have the cells regular formatted blue/green.
> > I have ="test" in A1
> > Condtional format as formula = A1, formatting white on white
> > I must be doing something wrong because conditioanl formatting is not being
> > done.
> >
> >
> > "akphidelt" wrote:
> >
> > > There is a work around for this but just like most of my suggestions, it is a
> > > novice ghetto work around.
> > >
> > > You can put a password or message in some cell way out of the way on that
> > > worksheet or in a hidden worksheet. So say in this example it's "Password"
> > >
> > > Then you can hilight all the green/blue cells, go to conditional
> > > formatting... select formula is=
> > >
> > > say you put the Password in cell AA1
> > >
> > > =$AA$1="Password"
> > >
> > > Then format all those cells to have a white font and white background. Then
> > > when you use it all you have to do is delete the message and everything will
> > > pop back up. then type it in again whenever you need to send it to others.
> > >
> > > "Steve" wrote:
> > >
> > > > I have some cells formatted in blue font & green background on my worksheet.
> > > > Is there a way for conditional formating, or some other way, to make them
> > > > invisible ? I need to provide most of the data on the worksheet to others,
> > > > but I don't want them to see those blue/green cells.
> > > > I know I could manually format them as no-fill with a white font, but I was
> > > > hoping to make it automatic, or even possibly with a macro. Any help or
> > > > assistance would be greatly appreciated.
> > > >
> > > > Thanks,
> > > >
> > > > Steve

Re: Invisible Formatting ? or ... ? by David

David
Thu May 08 09:37:54 CDT 2008

What you *said* you had in A1 was ="test" , not =$A$1="test'
--
David Biddulph

"Steve" <Steve@discussions.microsoft.com> wrote in message
news:17AD42A9-9AB3-40BB-BBFF-E66854621878@microsoft.com...
> I'm sorry, I can't get it too work, and am not sure how to actaully do it.
> I
> think I tried it both ways-
>
> I have =$A$1="test' in cell A1
> the cells I want invisible cells are formatted blue/green
> Selecting the blue/green cells, conditional format set up as formula is
> =$A$1="test"
> but, deleting cell A1 does not change the visibility of the blue/green
> cells, or vice-versa.
>
> Thanks,
>
>
>
> "akphidelt" wrote:
>
>> Keep the $ signs around the value... and copy and paste it word for word
>> like
>> this
>>
>> =$A$1="test"
>>
>> "Steve" wrote:
>>
>> > Seems like something that would work easily, but I can't get it to
>> > work.
>> >
>> > I have the cells regular formatted blue/green.
>> > I have ="test" in A1
>> > Condtional format as formula = A1, formatting white on white
>> > I must be doing something wrong because conditioanl formatting is not
>> > being
>> > done.
>> >
>> >
>> > "akphidelt" wrote:
>> >
>> > > There is a work around for this but just like most of my suggestions,
>> > > it is a
>> > > novice ghetto work around.
>> > >
>> > > You can put a password or message in some cell way out of the way on
>> > > that
>> > > worksheet or in a hidden worksheet. So say in this example it's
>> > > "Password"
>> > >
>> > > Then you can hilight all the green/blue cells, go to conditional
>> > > formatting... select formula is=
>> > >
>> > > say you put the Password in cell AA1
>> > >
>> > > =$AA$1="Password"
>> > >
>> > > Then format all those cells to have a white font and white
>> > > background. Then
>> > > when you use it all you have to do is delete the message and
>> > > everything will
>> > > pop back up. then type it in again whenever you need to send it to
>> > > others.
>> > >
>> > > "Steve" wrote:
>> > >
>> > > > I have some cells formatted in blue font & green background on my
>> > > > worksheet.
>> > > > Is there a way for conditional formating, or some other way, to
>> > > > make them
>> > > > invisible ? I need to provide most of the data on the worksheet to
>> > > > others,
>> > > > but I don't want them to see those blue/green cells.
>> > > > I know I could manually format them as no-fill with a white font,
>> > > > but I was
>> > > > hoping to make it automatic, or even possibly with a macro. Any
>> > > > help or
>> > > > assistance would be greatly appreciated.
>> > > >
>> > > > Thanks,
>> > > >
>> > > > Steve



Re: Invisible Formatting ? or ... ? by Steve

Steve
Thu May 08 12:24:01 CDT 2008

Thanks guys,

That is a very cool trick. Much appreciated.

Steve

"David Biddulph" wrote:

> What you *said* you had in A1 was ="test" , not =$A$1="test'
> --
> David Biddulph
>
> "Steve" <Steve@discussions.microsoft.com> wrote in message
> news:17AD42A9-9AB3-40BB-BBFF-E66854621878@microsoft.com...
> > I'm sorry, I can't get it too work, and am not sure how to actaully do it.
> > I
> > think I tried it both ways-
> >
> > I have =$A$1="test' in cell A1
> > the cells I want invisible cells are formatted blue/green
> > Selecting the blue/green cells, conditional format set up as formula is
> > =$A$1="test"
> > but, deleting cell A1 does not change the visibility of the blue/green
> > cells, or vice-versa.
> >
> > Thanks,
> >
> >
> >
> > "akphidelt" wrote:
> >
> >> Keep the $ signs around the value... and copy and paste it word for word
> >> like
> >> this
> >>
> >> =$A$1="test"
> >>
> >> "Steve" wrote:
> >>
> >> > Seems like something that would work easily, but I can't get it to
> >> > work.
> >> >
> >> > I have the cells regular formatted blue/green.
> >> > I have ="test" in A1
> >> > Condtional format as formula = A1, formatting white on white
> >> > I must be doing something wrong because conditioanl formatting is not
> >> > being
> >> > done.
> >> >
> >> >
> >> > "akphidelt" wrote:
> >> >
> >> > > There is a work around for this but just like most of my suggestions,
> >> > > it is a
> >> > > novice ghetto work around.
> >> > >
> >> > > You can put a password or message in some cell way out of the way on
> >> > > that
> >> > > worksheet or in a hidden worksheet. So say in this example it's
> >> > > "Password"
> >> > >
> >> > > Then you can hilight all the green/blue cells, go to conditional
> >> > > formatting... select formula is=
> >> > >
> >> > > say you put the Password in cell AA1
> >> > >
> >> > > =$AA$1="Password"
> >> > >
> >> > > Then format all those cells to have a white font and white
> >> > > background. Then
> >> > > when you use it all you have to do is delete the message and
> >> > > everything will
> >> > > pop back up. then type it in again whenever you need to send it to
> >> > > others.
> >> > >
> >> > > "Steve" wrote:
> >> > >
> >> > > > I have some cells formatted in blue font & green background on my
> >> > > > worksheet.
> >> > > > Is there a way for conditional formating, or some other way, to
> >> > > > make them
> >> > > > invisible ? I need to provide most of the data on the worksheet to
> >> > > > others,
> >> > > > but I don't want them to see those blue/green cells.
> >> > > > I know I could manually format them as no-fill with a white font,
> >> > > > but I was
> >> > > > hoping to make it automatic, or even possibly with a macro. Any
> >> > > > help or
> >> > > > assistance would be greatly appreciated.
> >> > > >
> >> > > > Thanks,
> >> > > >
> >> > > > Steve
>
>
>