Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Text in Conditional formatting

Hi,

I want to use conditional formatting to highlight a cell where i put in a
specific word.

eg: if I type in the word 'required. the cell changes to red etc... when the
cell is blank I dont want the cell to do anything.. only when I type in a
'word' and that word has to be letter perfect.. ie... req and it wont change
the cell colour... it will only change when i type in the word exactly ie
'required'

thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Text in Conditional formatting

When you say exactly, do you mean that literally?

For example:

required
Required
REQUIRED

None of those *exactly* match. Is that what you want?

--
Biff
Microsoft Excel MVP


"Dave White" wrote in message
...
Hi,

I want to use conditional formatting to highlight a cell where i put in a
specific word.

eg: if I type in the word 'required. the cell changes to red etc... when
the
cell is blank I dont want the cell to do anything.. only when I type in a
'word' and that word has to be letter perfect.. ie... req and it wont
change
the cell colour... it will only change when i type in the word exactly ie
'required'

thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Text in Conditional formatting

Hi... yes... i want the cell to change colour when i type a word in it... ie:

yellow.... type that in and the cell will highlight... type in yello and
nothing happens.... same with if I type in nothing... i only want the cell to
change when I type in a word (like yellow) !

"T. Valko" wrote:

When you say exactly, do you mean that literally?

For example:

required
Required
REQUIRED

None of those *exactly* match. Is that what you want?

--
Biff
Microsoft Excel MVP


"Dave White" wrote in message
...
Hi,

I want to use conditional formatting to highlight a cell where i put in a
specific word.

eg: if I type in the word 'required. the cell changes to red etc... when
the
cell is blank I dont want the cell to do anything.. only when I type in a
'word' and that word has to be letter perfect.. ie... req and it wont
change
the cell colour... it will only change when i type in the word exactly ie
'required'

thanks




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Text in Conditional formatting

Select the cell you want to highlight.
Let's assume it's cell A1
Goto the menu FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:
=A1="required"
Click the Format button
Select the Patterns tab
Select a fill color
OK out

--
Biff
Microsoft Excel MVP


"Dave White" wrote in message
...
Hi... yes... i want the cell to change colour when i type a word in it...
ie:

yellow.... type that in and the cell will highlight... type in yello and
nothing happens.... same with if I type in nothing... i only want the cell
to
change when I type in a word (like yellow) !

"T. Valko" wrote:

When you say exactly, do you mean that literally?

For example:

required
Required
REQUIRED

None of those *exactly* match. Is that what you want?

--
Biff
Microsoft Excel MVP


"Dave White" wrote in message
...
Hi,

I want to use conditional formatting to highlight a cell where i put in
a
specific word.

eg: if I type in the word 'required. the cell changes to red etc...
when
the
cell is blank I dont want the cell to do anything.. only when I type in
a
'word' and that word has to be letter perfect.. ie... req and it wont
change
the cell colour... it will only change when i type in the word exactly
ie
'required'

thanks






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Text in Conditional formatting

YUP !!!! perfect !!!

many many thanks... didnt realise it was THAT simple !

"T. Valko" wrote:

Select the cell you want to highlight.
Let's assume it's cell A1
Goto the menu FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:
=A1="required"
Click the Format button
Select the Patterns tab
Select a fill color
OK out

--
Biff
Microsoft Excel MVP


"Dave White" wrote in message
...
Hi... yes... i want the cell to change colour when i type a word in it...
ie:

yellow.... type that in and the cell will highlight... type in yello and
nothing happens.... same with if I type in nothing... i only want the cell
to
change when I type in a word (like yellow) !

"T. Valko" wrote:

When you say exactly, do you mean that literally?

For example:

required
Required
REQUIRED

None of those *exactly* match. Is that what you want?

--
Biff
Microsoft Excel MVP


"Dave White" wrote in message
...
Hi,

I want to use conditional formatting to highlight a cell where i put in
a
specific word.

eg: if I type in the word 'required. the cell changes to red etc...
when
the
cell is blank I dont want the cell to do anything.. only when I type in
a
'word' and that word has to be letter perfect.. ie... req and it wont
change
the cell colour... it will only change when i type in the word exactly
ie
'required'

thanks








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Text in Conditional formatting

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Dave White" wrote in message
...
YUP !!!! perfect !!!

many many thanks... didnt realise it was THAT simple !

"T. Valko" wrote:

Select the cell you want to highlight.
Let's assume it's cell A1
Goto the menu FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:
=A1="required"
Click the Format button
Select the Patterns tab
Select a fill color
OK out

--
Biff
Microsoft Excel MVP


"Dave White" wrote in message
...
Hi... yes... i want the cell to change colour when i type a word in
it...
ie:

yellow.... type that in and the cell will highlight... type in yello
and
nothing happens.... same with if I type in nothing... i only want the
cell
to
change when I type in a word (like yellow) !

"T. Valko" wrote:

When you say exactly, do you mean that literally?

For example:

required
Required
REQUIRED

None of those *exactly* match. Is that what you want?

--
Biff
Microsoft Excel MVP


"Dave White" wrote in message
...
Hi,

I want to use conditional formatting to highlight a cell where i put
in
a
specific word.

eg: if I type in the word 'required. the cell changes to red etc...
when
the
cell is blank I dont want the cell to do anything.. only when I type
in
a
'word' and that word has to be letter perfect.. ie... req and it
wont
change
the cell colour... it will only change when i type in the word
exactly
ie
'required'

thanks








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional formatting of a text box ? Steve Excel Worksheet Functions 7 June 26th 07 03:13 PM
Conditional Formatting based on text within a cell w/ text AND num Shirley Excel Worksheet Functions 2 December 22nd 06 01:40 AM
conditional formatting text kate Excel Worksheet Functions 4 September 1st 06 03:45 PM
Conditional Formatting based on Text within Text George Lynch Excel Discussion (Misc queries) 3 May 5th 05 07:58 PM
Conditional formatting of text LeAnne New Users to Excel 7 March 4th 05 02:34 PM


All times are GMT +1. The time now is 07:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"