conditions highlight row

Nozama

New Member
Joined
Mar 23, 2002
Messages
2
Ok one more time

if B2=Final and C2=Active A2 thru D2 are red, sorry this may be really easy but I don't know excel at all.

Please note that if any of the conditions aren't met the row must not be highlighted.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
On 2002-03-24 08:46, Nozama wrote:
Ok one more time

if B2=Final and C2=Active A2 thru D2 are red, sorry this may be really easy but I don't know excel at all.

Please note that if any of the conditions aren't met the row must not be highlighted.

Hi,

1. Select A2:D2
2. Format>Conditional Formatting
3. Condition 1>Formula Is
4. =AND($B$2="Final",$C$2="Active")
5. Format to suit

This should do the trick.

Bye,
Jay
 
Upvote 0
On 2002-03-24 08:46, Nozama wrote:
Ok one more time

if B2=Final and C2=Active A2 thru D2 are red, sorry this may be really easy but I don't know excel at all.

Please note that if any of the conditions aren't met the row must not be highlighted.

If only A2:D2 is of interest, use the formula

=AND($B$2="final",$C$2="active")

for Condition 1. Have a look at my reply to your earlier post for the full procedure.
 
Upvote 0

Forum statistics

Threads
1,214,614
Messages
6,120,520
Members
448,968
Latest member
Ajax40

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