Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Conditional Formatting - Multiple Criteria Easy Question

Have currently got the following formula in conditonal formatting:

Formula Is =IF($B6="Cert Received",1,0)

This allows me to copy and paste from a database, and as soon as the phrase
"Cert Received" appears in the designated cell, it changes the colour of 8
cells in the row to green.

What i'm after is the function to add another keyword into that formula, for
example having "Cert Received" as well as "Received Good Certificate",
"Received Acceptable Certificate" etc etc.

Is there a function whether it be comma or the "or" command or something
similar to allow me to add another text keyword for the conditional
formatting to recognise?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Conditional Formatting - Multiple Criteria Easy Question

From the 'conditional formatting' window click Add and add the next condition.

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


"Ricardo" wrote:

Have currently got the following formula in conditonal formatting:

Formula Is =IF($B6="Cert Received",1,0)

This allows me to copy and paste from a database, and as soon as the phrase
"Cert Received" appears in the designated cell, it changes the colour of 8
cells in the row to green.

What i'm after is the function to add another keyword into that formula, for
example having "Cert Received" as well as "Received Good Certificate",
"Received Acceptable Certificate" etc etc.

Is there a function whether it be comma or the "or" command or something
similar to allow me to add another text keyword for the conditional
formatting to recognise?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Conditional Formatting - Multiple Criteria Easy Question

Sorry, that's not the answer. I'm trying to add more keywords into 1
condition. I already have 3 conditions set up, all to reflect a different
type of status. E.g. "Received Certificate" "Not received" "failed"

What i'm trying to do is to broaden the field of each one by adding certain
keywords into each. E.g

"received certificate", "received good certificate" and "good certificate"
would all generate a green response by the conditional formatting.

I just need to know the function is to add another word into the formula.

for example something like

Formula Is =IF($B6="Cert Received" or "Received Good Cert",1,0) <- something
like that. I know the OR command doesn't work how i've put it, but I require
something that allows it to look at multiple different entries and give the
same result. E.g. Green.

"Ricardo" wrote:

Have currently got the following formula in conditonal formatting:

Formula Is =IF($B6="Cert Received",1,0)

This allows me to copy and paste from a database, and as soon as the phrase
"Cert Received" appears in the designated cell, it changes the colour of 8
cells in the row to green.

What i'm after is the function to add another keyword into that formula, for
example having "Cert Received" as well as "Received Good Certificate",
"Received Acceptable Certificate" etc etc.

Is there a function whether it be comma or the "or" command or something
similar to allow me to add another text keyword for the conditional
formatting to recognise?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default Conditional Formatting - Multiple Criteria Easy Question

=IF(OR($B6="Received Good Certificate",$B6="Cert Received"),1,0)

"Ricardo" wrote:

Have currently got the following formula in conditonal formatting:

Formula Is =IF($B6="Cert Received",1,0)

This allows me to copy and paste from a database, and as soon as the phrase
"Cert Received" appears in the designated cell, it changes the colour of 8
cells in the row to green.

What i'm after is the function to add another keyword into that formula, for
example having "Cert Received" as well as "Received Good Certificate",
"Received Acceptable Certificate" etc etc.

Is there a function whether it be comma or the "or" command or something
similar to allow me to add another text keyword for the conditional
formatting to recognise?

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 formula question with multiple criteria joe@malvern[_2_] Excel Discussion (Misc queries) 2 March 26th 09 05:16 PM
Conditional Formatting, Multiple Criteria Lara Excel Discussion (Misc queries) 5 June 27th 06 09:48 PM
conditional formatting, multiple criteria Lara Excel Worksheet Functions 1 June 27th 06 06:39 PM
conditional formatting, multiple criteria Lara Excel Discussion (Misc queries) 2 June 27th 06 06:11 PM
Multiple Criteria for Conditional Formatting Dave Y Excel Worksheet Functions 4 March 21st 06 06:38 PM


All times are GMT +1. The time now is 02:14 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"