ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Conditional format question (https://www.excelbanter.com/excel-discussion-misc-queries/112244-conditional-format-question.html)

Richard

Conditional format question
 
When I select and conditional format column A, and then when I conditional
format column B using some of the same cells in column A the conditional
formatting no longer works for the other column. Here's my formula for column
A:
=OR(LEFT($F$1,1)="5",$O$1=5000)
Here's my formula for column B:
=OR(LEFT($F$1,1)="10",$O$1=10000)
If column A criteria is met, everything works fine
If column B is met then column A stops working


paul

Conditional format question
 
well the condition are different ie 5 vs 10 and 5000 vs 10000

--
paul

remove nospam for email addy!



"Richard" wrote:

When I select and conditional format column A, and then when I conditional
format column B using some of the same cells in column A the conditional
formatting no longer works for the other column. Here's my formula for column
A:
=OR(LEFT($F$1,1)="5",$O$1=5000)
Here's my formula for column B:
=OR(LEFT($F$1,1)="10",$O$1=10000)
If column A criteria is met, everything works fine
If column B is met then column A stops working


PapaDos

Conditional format question
 
LEFT($F$1,1) will NEVER equal "10"...
--
Festina Lente


"Richard" wrote:

When I select and conditional format column A, and then when I conditional
format column B using some of the same cells in column A the conditional
formatting no longer works for the other column. Here's my formula for column
A:
=OR(LEFT($F$1,1)="5",$O$1=5000)
Here's my formula for column B:
=OR(LEFT($F$1,1)="10",$O$1=10000)
If column A criteria is met, everything works fine
If column B is met then column A stops working


Richard

Conditional format question
 
Never said it would! If you read what I had written Column A has "5" Column B
has "10"

"PapaDos" wrote:

LEFT($F$1,1) will NEVER equal "10"...
--
Festina Lente


"Richard" wrote:

When I select and conditional format column A, and then when I conditional
format column B using some of the same cells in column A the conditional
formatting no longer works for the other column. Here's my formula for column
A:
=OR(LEFT($F$1,1)="5",$O$1=5000)
Here's my formula for column B:
=OR(LEFT($F$1,1)="10",$O$1=10000)
If column A criteria is met, everything works fine
If column B is met then column A stops working


Richard

Conditional format question
 
Really!

"paul" wrote:

well the condition are different ie 5 vs 10 and 5000 vs 10000

--
paul

remove nospam for email addy!



"Richard" wrote:

When I select and conditional format column A, and then when I conditional
format column B using some of the same cells in column A the conditional
formatting no longer works for the other column. Here's my formula for column
A:
=OR(LEFT($F$1,1)="5",$O$1=5000)
Here's my formula for column B:
=OR(LEFT($F$1,1)="10",$O$1=10000)
If column A criteria is met, everything works fine
If column B is met then column A stops working


PapaDos

Conditional format question
 
What do you think you are saying with that formula:
=OR(LEFT($F$1,1)="10",$O$1=10000)
?
--
Festina Lente


"Richard" wrote:

Never said it would! If you read what I had written Column A has "5" Column B
has "10"

"PapaDos" wrote:

LEFT($F$1,1) will NEVER equal "10"...
--
Festina Lente


"Richard" wrote:

When I select and conditional format column A, and then when I conditional
format column B using some of the same cells in column A the conditional
formatting no longer works for the other column. Here's my formula for column
A:
=OR(LEFT($F$1,1)="5",$O$1=5000)
Here's my formula for column B:
=OR(LEFT($F$1,1)="10",$O$1=10000)
If column A criteria is met, everything works fine
If column B is met then column A stops working


Pete_UK

Conditional format question
 
Richard,

I think I supplied you with the original formula. With your amendment
you are obviously trying to look at two characters, but LEFT($F$1,1)
will only look at one character - change it to LEFT($F$1,2).

Hope this helps.

Pete

"Richard" wrote:
Never said it would! If you read what I had written Column A has "5" Column B
has "10"

"PapaDos" wrote:

LEFT($F$1,1) will NEVER equal "10"...
--
Festina Lente


"Richard" wrote:

When I select and conditional format column A, and then when I conditional
format column B using some of the same cells in column A the conditional
formatting no longer works for the other column. Here's my formula for column
A:
=OR(LEFT($F$1,1)="5",$O$1=5000)
Here's my formula for column B:
=OR(LEFT($F$1,1)="10",$O$1=10000)
If column A criteria is met, everything works fine
If column B is met then column A stops working




All times are GMT +1. The time now is 01:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com