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

HI,

If I want more then 3 text values to be yellow for instance... Is that
possible. Because I can only add three.... but I think maybe its possible to
add more than one criterium per box...

If I want "V" and "X" and "C" to become yellow...

Can I put that in one box?

Something like..

="V";"X";"C" ...

Hope someone can help.

Thanks in advace
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default conditional formatting

Select ColumnA. For Condition1Select 'Formula Is' and enter the below formula

=OR(A1="V",A1="X",A1="C")

Alternatively; if you have more words..you can create a named range and try
the below formula
=COUNTIF(keywords,A1)0


If this post helps click Yes
---------------
Jacob Skaria


"mariekek5" wrote:

HI,

If I want more then 3 text values to be yellow for instance... Is that
possible. Because I can only add three.... but I think maybe its possible to
add more than one criterium per box...

If I want "V" and "X" and "C" to become yellow...

Can I put that in one box?

Something like..

="V";"X";"C" ...

Hope someone can help.

Thanks in advace

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default conditional formatting

actually, I want it in a bogger area....not just one column....

Is it also possible then?!

"Jacob Skaria" wrote:

Select ColumnA. For Condition1Select 'Formula Is' and enter the below formula

=OR(A1="V",A1="X",A1="C")

Alternatively; if you have more words..you can create a named range and try
the below formula
=COUNTIF(keywords,A1)0


If this post helps click Yes
---------------
Jacob Skaria


"mariekek5" wrote:

HI,

If I want more then 3 text values to be yellow for instance... Is that
possible. Because I can only add three.... but I think maybe its possible to
add more than one criterium per box...

If I want "V" and "X" and "C" to become yellow...

Can I put that in one box?

Something like..

="V";"X";"C" ...

Hope someone can help.

Thanks in advace

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default conditional formatting

Thats'fine. Select the area you would like to apply the formatting.

Say if the range is C10:H30 refer the starting range in the formula
like =OR(C10="V",C10="X",C10="C")

If this post helps click Yes
---------------
Jacob Skaria


"mariekek5" wrote:

actually, I want it in a bogger area....not just one column....

Is it also possible then?!

"Jacob Skaria" wrote:

Select ColumnA. For Condition1Select 'Formula Is' and enter the below formula

=OR(A1="V",A1="X",A1="C")

Alternatively; if you have more words..you can create a named range and try
the below formula
=COUNTIF(keywords,A1)0


If this post helps click Yes
---------------
Jacob Skaria


"mariekek5" wrote:

HI,

If I want more then 3 text values to be yellow for instance... Is that
possible. Because I can only add three.... but I think maybe its possible to
add more than one criterium per box...

If I want "V" and "X" and "C" to become yellow...

Can I put that in one box?

Something like..

="V";"X";"C" ...

Hope someone can help.

Thanks in advace

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default conditional formatting

Its strange, because when I do exactly what you tell me....the cells I want
to be yellow stay normal, whereas the cells I want to be normal, become
yellow....

"Jacob Skaria" wrote:

Thats'fine. Select the area you would like to apply the formatting.

Say if the range is C10:H30 refer the starting range in the formula
like =OR(C10="V",C10="X",C10="C")

If this post helps click Yes
---------------
Jacob Skaria


"mariekek5" wrote:

actually, I want it in a bogger area....not just one column....

Is it also possible then?!

"Jacob Skaria" wrote:

Select ColumnA. For Condition1Select 'Formula Is' and enter the below formula

=OR(A1="V",A1="X",A1="C")

Alternatively; if you have more words..you can create a named range and try
the below formula
=COUNTIF(keywords,A1)0


If this post helps click Yes
---------------
Jacob Skaria


"mariekek5" wrote:

HI,

If I want more then 3 text values to be yellow for instance... Is that
possible. Because I can only add three.... but I think maybe its possible to
add more than one criterium per box...

If I want "V" and "X" and "C" to become yellow...

Can I put that in one box?

Something like..

="V";"X";"C" ...

Hope someone can help.

Thanks in advace



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default conditional formatting

It works perfectly indeed.

(oblviously I did something wrong before )


"Jacob Skaria" wrote:

Thats'fine. Select the area you would like to apply the formatting.

Say if the range is C10:H30 refer the starting range in the formula
like =OR(C10="V",C10="X",C10="C")

If this post helps click Yes
---------------
Jacob Skaria


"mariekek5" wrote:

actually, I want it in a bogger area....not just one column....

Is it also possible then?!

"Jacob Skaria" wrote:

Select ColumnA. For Condition1Select 'Formula Is' and enter the below formula

=OR(A1="V",A1="X",A1="C")

Alternatively; if you have more words..you can create a named range and try
the below formula
=COUNTIF(keywords,A1)0


If this post helps click Yes
---------------
Jacob Skaria


"mariekek5" wrote:

HI,

If I want more then 3 text values to be yellow for instance... Is that
possible. Because I can only add three.... but I think maybe its possible to
add more than one criterium per box...

If I want "V" and "X" and "C" to become yellow...

Can I put that in one box?

Something like..

="V";"X";"C" ...

Hope someone can help.

Thanks in advace

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
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 11:09 PM.

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

About Us

"It's about Microsoft Excel"