PC Review


Reply
Thread Tools Rate Thread

How do I automatically shade cells depending on data entered?

 
 
=?Utf-8?B?SmltIEpvaG5zb24=?=
Guest
Posts: n/a
 
      28th Oct 2004
Can I automatically shade a range of cells when certain text is typed into a
specific cell?
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      28th Oct 2004
You can set those cells up with conditional formatting, with a formula of
say =$A$1="abc" and set the pattern colour.

--

HTH

RP

"Jim Johnson" <(E-Mail Removed)> wrote in message
news:A95629B8-281E-44CA-972B-(E-Mail Removed)...
> Can I automatically shade a range of cells when certain text is typed into

a
> specific cell?



 
Reply With Quote
 
=?Utf-8?B?SmltIEpvaG5zb24=?=
Guest
Posts: n/a
 
      29th Oct 2004
Hi Bob,

Can you give me an example of the formula if I wanted to shade cells A1 to
H1 depending on the text in cell G1? Also, how do you set the pattern fill?
Will it simply fill with the default color? If so, how do you change the
default color?

Thanks,
Jim

"Bob Phillips" wrote:

> You can set those cells up with conditional formatting, with a formula of
> say =$A$1="abc" and set the pattern colour.
>
> --
>
> HTH
>
> RP
>
> "Jim Johnson" <(E-Mail Removed)> wrote in message
> news:A95629B8-281E-44CA-972B-(E-Mail Removed)...
> > Can I automatically shade a range of cells when certain text is typed into

> a
> > specific cell?

>
>
>

 
Reply With Quote
 
Frank Kabel
Guest
Posts: n/a
 
      29th Oct 2004
Hi
- select A1:H1
- goto 'Format - Conditional Format'
- enter the following formula in this dialog:
=$G1="your text"
- click on 'Format' and choose your fill color for this condition

--
Regards
Frank Kabel
Frankfurt, Germany

"Jim Johnson" <(E-Mail Removed)> schrieb im
Newsbeitrag news:FB2086D7-D757-4BB3-8D83-(E-Mail Removed)...
> Hi Bob,
>
> Can you give me an example of the formula if I wanted to shade cells

A1 to
> H1 depending on the text in cell G1? Also, how do you set the

pattern fill?
> Will it simply fill with the default color? If so, how do you change

the
> default color?
>
> Thanks,
> Jim
>
> "Bob Phillips" wrote:
>
> > You can set those cells up with conditional formatting, with a

formula of
> > say =$A$1="abc" and set the pattern colour.
> >
> > --
> >
> > HTH
> >
> > RP
> >
> > "Jim Johnson" <(E-Mail Removed)> wrote in

message
> > news:A95629B8-281E-44CA-972B-(E-Mail Removed)...
> > > Can I automatically shade a range of cells when certain text is

typed into
> > a
> > > specific cell?

> >
> >
> >


 
Reply With Quote
 
Myrna Larson
Guest
Posts: n/a
 
      29th Oct 2004
select A1:H1. Then Format/Conditional formatting. In the first box, select
Formula Is. In the box to the right type =$G1="the text you want"

Note the dollar sign in front of the G. That's critical.

Then click on the Format button. There are tabs for font, border, and
patterns. Make the settings you want.

On Thu, 28 Oct 2004 22:10:05 -0700, "Jim Johnson"
<(E-Mail Removed)> wrote:

>Hi Bob,
>
>Can you give me an example of the formula if I wanted to shade cells A1 to
>H1 depending on the text in cell G1? Also, how do you set the pattern fill?
>Will it simply fill with the default color? If so, how do you change the
>default color?
>
>Thanks,
>Jim
>
>"Bob Phillips" wrote:
>
>> You can set those cells up with conditional formatting, with a formula of
>> say =$A$1="abc" and set the pattern colour.
>>
>> --
>>
>> HTH
>>
>> RP
>>
>> "Jim Johnson" <(E-Mail Removed)> wrote in message
>> news:A95629B8-281E-44CA-972B-(E-Mail Removed)...
>> > Can I automatically shade a range of cells when certain text is typed

into
>> a
>> > specific cell?

>>
>>
>>


 
Reply With Quote
 
=?Utf-8?B?SmltIEpvaG5zb24=?=
Guest
Posts: n/a
 
      29th Oct 2004
Thanks Bob, Frank and Myrna for your help.

"Myrna Larson" wrote:

> select A1:H1. Then Format/Conditional formatting. In the first box, select
> Formula Is. In the box to the right type =$G1="the text you want"
>
> Note the dollar sign in front of the G. That's critical.
>
> Then click on the Format button. There are tabs for font, border, and
> patterns. Make the settings you want.
>
> On Thu, 28 Oct 2004 22:10:05 -0700, "Jim Johnson"
> <(E-Mail Removed)> wrote:
>
> >Hi Bob,
> >
> >Can you give me an example of the formula if I wanted to shade cells A1 to
> >H1 depending on the text in cell G1? Also, how do you set the pattern fill?
> >Will it simply fill with the default color? If so, how do you change the
> >default color?
> >
> >Thanks,
> >Jim
> >
> >"Bob Phillips" wrote:
> >
> >> You can set those cells up with conditional formatting, with a formula of
> >> say =$A$1="abc" and set the pattern colour.
> >>
> >> --
> >>
> >> HTH
> >>
> >> RP
> >>
> >> "Jim Johnson" <(E-Mail Removed)> wrote in message
> >> news:A95629B8-281E-44CA-972B-(E-Mail Removed)...
> >> > Can I automatically shade a range of cells when certain text is typed

> into
> >> a
> >> > specific cell?
> >>
> >>
> >>

>
>

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      29th Oct 2004
.... what a co-operative effort<vbg>

--

HTH

RP

"Jim Johnson" <(E-Mail Removed)> wrote in message
newsB48DBCF-7DAC-4CE8-91D6-(E-Mail Removed)...
> Thanks Bob, Frank and Myrna for your help.
>
> "Myrna Larson" wrote:
>
> > select A1:H1. Then Format/Conditional formatting. In the first box,

select
> > Formula Is. In the box to the right type =$G1="the text you want"
> >
> > Note the dollar sign in front of the G. That's critical.
> >
> > Then click on the Format button. There are tabs for font, border, and
> > patterns. Make the settings you want.
> >
> > On Thu, 28 Oct 2004 22:10:05 -0700, "Jim Johnson"
> > <(E-Mail Removed)> wrote:
> >
> > >Hi Bob,
> > >
> > >Can you give me an example of the formula if I wanted to shade cells A1

to
> > >H1 depending on the text in cell G1? Also, how do you set the pattern

fill?
> > >Will it simply fill with the default color? If so, how do you change

the
> > >default color?
> > >
> > >Thanks,
> > >Jim
> > >
> > >"Bob Phillips" wrote:
> > >
> > >> You can set those cells up with conditional formatting, with a

formula of
> > >> say =$A$1="abc" and set the pattern colour.
> > >>
> > >> --
> > >>
> > >> HTH
> > >>
> > >> RP
> > >>
> > >> "Jim Johnson" <(E-Mail Removed)> wrote in message
> > >> news:A95629B8-281E-44CA-972B-(E-Mail Removed)...
> > >> > Can I automatically shade a range of cells when certain text is

typed
> > into
> > >> a
> > >> > specific cell?
> > >>
> > >>
> > >>

> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatically vary range in graph depending on #rows data entered? dalek Microsoft Excel Charting 1 2nd Jul 2008 04:45 AM
how do i shade all identical cells automatically =?Utf-8?B?ZXZl?= Microsoft Excel Worksheet Functions 4 4th May 2007 08:50 PM
Field to automatically put value depending on code entered in anot =?Utf-8?B?MXN0IFRleGFzIFNhbGVz?= Microsoft Access Database Table Design 3 5th Jan 2007 11:43 PM
In Excel-shade the cell automatically when data is entered =?Utf-8?B?U2FuZHJh?= Microsoft Excel Misc 1 7th Jul 2006 02:16 PM
Enter Data into a field automatically depending on data entered in previous field JackieM Microsoft Access Database Table Design 3 27th Apr 2006 04:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:51 AM.