Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
68magnolia71
 
Posts: n/a
Default Condtional formatting

Hello everyone,

I'm looking for a condtional formatting formula based on 2 conditions. The
conditions are based on a text that are in 2 different cells in the same row.
For example: if A1 contains "Start" and A2 contains "Operation" I want row 1
green; if if A1 contains "Stop" and A2 contains "Operation" I want row 1 red.
A1 and A2 contain drop down list. All other combinations should give the
rows blue.
This last condition is a normal cell format. At least 15 columns in the
speadsheet.

Has someone an idea solve the problem?
Thank you for any suggestion
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

Select Row 1 and enter

CF1: Formula is =AND($A1="Start",$A2="Operation")
Format1: Green

CF2: Formula is =AND($A1="Stop",$A2="Operation")
Format2: Red

CF3: Formula is =COUNTA($A1:$A2)=2
Format3: Blue

If the last condition is really a normal cell format, disregard it and
format it directly as blue.

Note that you said you conditions were "based on a text that are in 2
different cells in the same row". However, your examples were for 2
cells in the same column and different rows. The above formulae are
consistent with your examples.




In article ,
68magnolia71 wrote:

I'm looking for a condtional formatting formula based on 2 conditions. The
conditions are based on a text that are in 2 different cells in the same row.
For example: if A1 contains "Start" and A2 contains "Operation" I want row 1
green; if if A1 contains "Stop" and A2 contains "Operation" I want row 1 red.
A1 and A2 contain drop down list. All other combinations should give the
rows blue.
This last condition is a normal cell format. At least 15 columns in the
speadsheet.

Has someone an idea solve the problem?
Thank you for any suggestion

  #3   Report Post  
68magnolia71
 
Posts: n/a
Default

Hello afain JE,

Thiese formulas also worked fine, I used the third possibility for another
combination of 3 two words. I dare submit another problem:
In A1 I have a text with concatenated parts with at the left the date and at
right the shift. "15 April 05 Shift M " for example. The date need be text
for concatanation. I want the format changed one day in the week. I wrote
following conditional formatting: =weekday(left($A1;8))=4 -- Format Blue.
Copied it down through row 93 ( 31 times 3).It didn't work.
=weekday(today())=4 -- Format Blue would work. Where is the problem?

Thank you.

68magnolia71



"JE McGimpsey" wrote:

One way:

Select Row 1 and enter

CF1: Formula is =AND($A1="Start",$A2="Operation")
Format1: Green

CF2: Formula is =AND($A1="Stop",$A2="Operation")
Format2: Red

CF3: Formula is =COUNTA($A1:$A2)=2
Format3: Blue

If the last condition is really a normal cell format, disregard it and
format it directly as blue.

Note that you said you conditions were "based on a text that are in 2
different cells in the same row". However, your examples were for 2
cells in the same column and different rows. The above formulae are
consistent with your examples.




In article ,
68magnolia71 wrote:

I'm looking for a condtional formatting formula based on 2 conditions. The
conditions are based on a text that are in 2 different cells in the same row.
For example: if A1 contains "Start" and A2 contains "Operation" I want row 1
green; if if A1 contains "Stop" and A2 contains "Operation" I want row 1 red.
A1 and A2 contain drop down list. All other combinations should give the
rows blue.
This last condition is a normal cell format. At least 15 columns in the
speadsheet.

Has someone an idea solve the problem?
Thank you for any suggestion


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
difficulty with conditional formatting Deb Excel Discussion (Misc queries) 0 March 23rd 05 06:13 PM
conditional formatting question Deb Excel Discussion (Misc queries) 0 March 23rd 05 02:07 AM
Formatting dates in the future Compass Rose Excel Worksheet Functions 3 January 17th 05 10:39 PM
Copy conditional formatting across multiple rows? Gil Excel Discussion (Misc queries) 1 January 11th 05 11:27 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


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