Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 63
Default Conditional Format - using 3 different cells conditions together

I need a example of how to do this... to check conditions of other cells CF
conditions.

In cell A1 - In the "Conditional Format" section "Condition 1"
Result (needes to be "True")

In cell B1 - In the "Conditional Format" section "Condition 2"
Result (needs to be "False")

In cell C1 - In the "Conditional Format" section "Condition 3"
Result (needs to be "True")


In cell D1 In the "Conditional Format" section "Condition 1"
Result needs to check all (3 above) Conditions from cell A1, B2, & C3
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Conditional Format - using 3 different cells conditions together

Just use =AND(...) or =OR(...) in your CF/ Formula Is/ condition to combine
your conditions as you require.
--
David Biddulph

j5b9721 wrote:
I need a example of how to do this... to check conditions of other
cells CF conditions.

In cell A1 - In the "Conditional Format" section "Condition 1"
Result (needes to be "True")

In cell B1 - In the "Conditional Format" section "Condition 2"
Result (needs to be "False")

In cell C1 - In the "Conditional Format" section "Condition 3"
Result (needs to be "True")


In cell D1 In the "Conditional Format" section "Condition 1"
Result needs to check all (3 above) Conditions from cell A1, B2, & C3



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Conditional Format - using 3 different cells conditions together

Select "Formula is", and then input something like:

=AND(Condition1FromA1,NOT(Condition2FromB2),Condit ion3FromC1)

Fill in the Condition that you used in the other cells as appropriate.

Also, I'm guessing you got the "error with posting thread message", but try
to to multi-post (you've got 5 threads!)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"j5b9721" wrote:

I need a example of how to do this... to check conditions of other cells CF
conditions.

In cell A1 - In the "Conditional Format" section "Condition 1"
Result (needes to be "True")

In cell B1 - In the "Conditional Format" section "Condition 2"
Result (needs to be "False")

In cell C1 - In the "Conditional Format" section "Condition 3"
Result (needs to be "True")


In cell D1 In the "Conditional Format" section "Condition 1"
Result needs to check all (3 above) Conditions from cell A1, B2, & C3

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 63
Default Conditional Format - using 3 different cells conditions togeth

Hi David...
The string I am using is to long for CF to use. It wont even copy to the
"formula is" location. So I figured to try and use it in this fashon.


"David Biddulph" wrote:

Just use =AND(...) or =OR(...) in your CF/ Formula Is/ condition to combine
your conditions as you require.
--
David Biddulph

j5b9721 wrote:
I need a example of how to do this... to check conditions of other
cells CF conditions.

In cell A1 - In the "Conditional Format" section "Condition 1"
Result (needes to be "True")

In cell B1 - In the "Conditional Format" section "Condition 2"
Result (needs to be "False")

In cell C1 - In the "Conditional Format" section "Condition 3"
Result (needs to be "True")


In cell D1 In the "Conditional Format" section "Condition 1"
Result needs to check all (3 above) Conditions from cell A1, B2, & C3




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 63
Default Conditional Format - using 3 different cells conditions togeth

Hi Luke...
I tried it just the way you shown me, (and others too) but nothing worked...
using a very simple command.

In cell EU101 "cf cond 1 & cond 2" I entered
cond 1 =$EU$1014 for green fill
cond 2 =$EU$101<3 for red fill

in cell EV101 I entered... (a few different ways)
=(Condition2FromEU101)
=AND($EV$101<3,Condition2FromEU101)
=IF($EV$101<3,Condition2FromEU101,Condition1FromEU 101)

I even tried adding commas, dashes, semicolons, to all 3 but nothing worked.


"Luke M" wrote:

Select "Formula is", and then input something like:

=AND(Condition1FromA1,NOT(Condition2FromB2),Condit ion3FromC1)

Fill in the Condition that you used in the other cells as appropriate.

Also, I'm guessing you got the "error with posting thread message", but try
to to multi-post (you've got 5 threads!)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"j5b9721" wrote:

I need a example of how to do this... to check conditions of other cells CF
conditions.

In cell A1 - In the "Conditional Format" section "Condition 1"
Result (needes to be "True")

In cell B1 - In the "Conditional Format" section "Condition 2"
Result (needs to be "False")

In cell C1 - In the "Conditional Format" section "Condition 3"
Result (needs to be "True")


In cell D1 In the "Conditional Format" section "Condition 1"
Result needs to check all (3 above) Conditions from cell A1, B2, & C3



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 63
Default Conditional Format - using 3 different cells conditions togeth

I was having trouble adding the post, would you believe I had tried about 30
times to get it through.

"Luke M" wrote:

Select "Formula is", and then input something like:

=AND(Condition1FromA1,NOT(Condition2FromB2),Condit ion3FromC1)

Fill in the Condition that you used in the other cells as appropriate.

Also, I'm guessing you got the "error with posting thread message", but try
to to multi-post (you've got 5 threads!)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"j5b9721" wrote:

I need a example of how to do this... to check conditions of other cells CF
conditions.

In cell A1 - In the "Conditional Format" section "Condition 1"
Result (needes to be "True")

In cell B1 - In the "Conditional Format" section "Condition 2"
Result (needs to be "False")

In cell C1 - In the "Conditional Format" section "Condition 3"
Result (needs to be "True")


In cell D1 In the "Conditional Format" section "Condition 1"
Result needs to check all (3 above) Conditions from cell A1, B2, & C3

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 Format Font Color for more than 3 conditions abusymomforever Excel Worksheet Functions 3 February 23rd 09 09:48 PM
Conditional Format--2 conditions need to be true CrimsonPlague29 Excel Worksheet Functions 2 June 26th 08 04:42 PM
conditional format with 3 conditions marc freshley Excel Worksheet Functions 2 August 15th 07 01:38 PM
Conditional Format - 3 conditions Mike Saffer Excel Worksheet Functions 3 April 13th 06 07:35 PM
more conditional format conditions rnc Excel Worksheet Functions 5 June 1st 05 11:58 AM


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