conditional formatting - formulas??

mags74

New Member
Joined
Jul 19, 2007
Messages
7
is it possible to have an if/or statement in the formula bar for conditional formatting?

I already have the other two conditions and would like to combine the last one since it is referencing the same cell....

thank you for your help in advance.
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
is it possible to have an if/or statement in the formula bar for conditional formatting?

I already have the other two conditions and would like to combine the last one since it is referencing the same cell....

thank you for your help in advance.
I think the answer will be "yes", but you would need to tell us just what you have (and where) as well as all the conditions you are trying to implement. As well as describing the above in words, tell us what CF formulas you already have for the first 2 conditions.
 
Upvote 0
ok = cells A1, B1, C1

ranges that is color is E5:S10

the first condition is if "A1" = No the range is colored Red

the second condition is if "B1" = No the range is colored Blue

the third condition (one that I am needing) = if C1 is not blank and before 12/31/2006 then the range would be Yellow.

Is that enough information?

thank you again for your help.
 
Upvote 0
Does this Condition 3 do what you want?
Code:
=AND($C$1>0,$C$1<DATE(2007,12,31))
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top