change format based on other columns

briannakmg

New Member
Joined
Jan 26, 2006
Messages
42
I am having trouble with "if then" statements. What I need to do is have excel look at all of the cells in column K. If a cell is blank and the corresponding cell in:

column B says "X"
column B says "Y"
column B says "Z" AND column C says "L" or "M"

then the cell in the column K needs to turn yellow.

Any ideas would be so helpful!

Thanks,
Brianna
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Select Column K.
Click on Format, then Conditional Formatting.
Under Condition 1, change Cell Value is to Formula Is and put in the following formula:
=AND(OR(OR($B1="X",$B1="Y"),AND($B1="Z",OR($C1="L",$C1="M"))),$K1="")
Click on Format, then Patterns
Select a Yellow
Click OK
Click OK
 
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,794
Members
449,095
Latest member
m_smith_solihull

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