PC Review


Reply
Thread Tools Rate Thread

Create formulas in conditional formatting

 
 
Rosanne
Guest
Posts: n/a
 
      14th Oct 2008
I want to create two types of conditional format (red font versus blue font)
if the following conditions apply.

Blue font if (the current cell <.7 AND another cell = "male") OR (if the
current cell < .6 AND another cell ' "female)

Red font (if the current cell > 1.3 AND another cell = "male") OR (if the
current cell >1.0 and another cell = "female")

What should the formulas look like?
 
Reply With Quote
 
 
 
 
Barb Reinhardt
Guest
Posts: n/a
 
      14th Oct 2008
Try something like this in the formula

=OR(AND(CurrentCell<.7,AnotherCell="male"),AND(CurrentCell<.6,AnotherCell="female"))

--
HTH,
Barb Reinhardt

If this post was helpful to you, please click YES below.



"Rosanne" wrote:

> I want to create two types of conditional format (red font versus blue font)
> if the following conditions apply.
>
> Blue font if (the current cell <.7 AND another cell = "male") OR (if the
> current cell < .6 AND another cell ' "female)
>
> Red font (if the current cell > 1.3 AND another cell = "male") OR (if the
> current cell >1.0 and another cell = "female")
>
> What should the formulas look like?

 
Reply With Quote
 
Rosanne
Guest
Posts: n/a
 
      14th Oct 2008
This worked perfectly. Now, how do I copy this formatting to other cells in
the same column whereby the reference cells in the formula will change
appropriately. When I tried to paste special the formats, it came the same
cell designations.

"Barb Reinhardt" wrote:

> Try something like this in the formula
>
> =OR(AND(CurrentCell<.7,AnotherCell="male"),AND(CurrentCell<.6,AnotherCell="female"))
>
> --
> HTH,
> Barb Reinhardt
>
> If this post was helpful to you, please click YES below.
>
>
>
> "Rosanne" wrote:
>
> > I want to create two types of conditional format (red font versus blue font)
> > if the following conditions apply.
> >
> > Blue font if (the current cell <.7 AND another cell = "male") OR (if the
> > current cell < .6 AND another cell ' "female)
> >
> > Red font (if the current cell > 1.3 AND another cell = "male") OR (if the
> > current cell >1.0 and another cell = "female")
> >
> > What should the formulas look like?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting and Formulas BoRed79 Microsoft Excel Misc 0 10th May 2010 08:53 AM
formulas for conditional formatting =?Utf-8?B?TWFsaXlhOQ==?= Microsoft Excel Programming 5 21st Jan 2007 06:22 PM
Conditional Formatting and If/Then Formulas =?Utf-8?B?QnVybnRiaXNraXQ=?= Microsoft Excel Misc 2 3rd Jan 2007 01:56 AM
Conditional Formatting for Formulas =?Utf-8?B?TXVyYXQgR29yZGVzbGlvZ2x1?= Microsoft Excel Misc 3 22nd Jun 2006 09:03 AM
Conditional formatting on formulas? deelish Microsoft Excel Discussion 1 12th Dec 2003 06:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:20 PM.