PC Review


Reply
Thread Tools Rate Thread

Conditional Format--2 conditions need to be true

 
 
CrimsonPlague29
Guest
Posts: n/a
 
      26th Jun 2008
Hello,

I know how to conditional format an entire line if one condition is met
(using =$A2=TRUE)

I want the conditional format to highlight the line item only if the
following is met
Status= CMP and Product = A
(sample spreadsheet data)
Status Product BuildQTY TOGOQTY
CMP A 10 0
OPN A 20 10
CMP B 15 0
CMP C 5 0
I do not want to highlight any other Products that are status cmp

Thanks
Crimsonplague29
 
Reply With Quote
 
 
 
 
PCLIVE
Guest
Posts: n/a
 
      26th Jun 2008
Try this:

Highlight the area in which you want the CF to be applied. Then click
Format|Conditional Formatting.

For the Ones (1) in the cell references below, change these to match the
first row that you started to highlight from.

Formula Is
=AND($A1="CMP",$B1="A")

HTH,
Paul

--

"CrimsonPlague29" <(E-Mail Removed)> wrote in
message news:BAB938E6-1912-4534-9269-(E-Mail Removed)...
> Hello,
>
> I know how to conditional format an entire line if one condition is met
> (using =$A2=TRUE)
>
> I want the conditional format to highlight the line item only if the
> following is met
> Status= CMP and Product = A
> (sample spreadsheet data)
> Status Product BuildQTY TOGOQTY
> CMP A 10 0
> OPN A 20 10
> CMP B 15 0
> CMP C 5 0
> I do not want to highlight any other Products that are status cmp
>
> Thanks
> Crimsonplague29



 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      26th Jun 2008
Select the entire sheet (A1 active),
then apply CF using Formula Is:
=AND($A1="CMP",$B1="A")
Format to taste, OK out
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CrimsonPlague29" wrote:
> I know how to conditional format an entire line if one condition is met
> (using =$A2=TRUE)
>
> I want the conditional format to highlight the line item only if the
> following is met
> Status= CMP and Product = A
> (sample spreadsheet data)
> Status Product BuildQTY TOGOQTY
> CMP A 10 0
> OPN A 20 10
> CMP B 15 0
> CMP C 5 0
> I do not want to highlight any other Products that are status cmp

 
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 Format - using 3 different cells conditions together j5b9721 Microsoft Excel Worksheet Functions 4 22nd Aug 2009 11:11 PM
conditional format with 3 conditions =?Utf-8?B?bWFyYyBmcmVzaGxleQ==?= Microsoft Excel Worksheet Functions 2 15th Aug 2007 01:38 PM
2 CONDITIONS FOR CONDITIONAL FORMAT? merlin Microsoft Excel Programming 3 12th Sep 2006 11:00 PM
Conditional Format - 3 conditions =?Utf-8?B?TWlrZSBTYWZmZXI=?= Microsoft Excel Worksheet Functions 3 13th Apr 2006 07:35 PM
more conditional format conditions =?Utf-8?B?cm5j?= Microsoft Excel Worksheet Functions 5 1st Jun 2005 11:58 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:33 AM.