Conditional Formatting to change cell color based on value of two cells

ediancoc

New Member
Joined
Sep 20, 2013
Messages
6
I need a formula to conditional format Cell B2 when something is selected in Cell A2. I am using a Vlookup Formula to pull information in column B when selecting data in Column A. so if data in column A has value on column B, it should stays the same. if data on column A has no value attached on column B then I need the cell B2 to change color.

Column A Column B

<colgroup><col><col></colgroup><tbody>
</tbody>
1 ******* $50
2 Bathroom -
3
Thank you
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Highlight the data in column B and make a formula based Conditional Format (CF). For the formula:
=AND($B1="",$A1<>"")
Change the cell to whatever color you thinks is cool at the time.

Jeff
 
Upvote 0
Thank you Jeffrey.
When I test the formula with true and false it wokts, but I don't know why when I enter the formula into the conditional formatting the cell won't change color. Any advice?
 
Upvote 0
Sorry, but I have to ask. Did you click the "Format" button and choose a fill color inside the CF window?
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,980
Members
448,934
Latest member
audette89

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