Conditional formatting

Opgelost

New Member
Joined
Dec 6, 2014
Messages
44
Dear all,

Can you please help me with the following:

I would like to highlight the CELL in COLUMN C if the corresponding CELL in COLUMN D is empty.

Kindly advise.

Kind regards,

Opgelost
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
For cell C2, select cell C2, go to Conditional Formatting and use the following Conditional Formatting formula:
Code:
=D2=""
and choose your highlighting color.
 
Upvote 0
If your cell is really blank, it should work.
Are you sure that there isn't something in there, like a space?

Are you selecting just one cell when you apply it, or a whole range?
Note that if you are selecting a whole range (like the whole column), you NEED to write the CF formula as it applies to the very FIRST cell in your selected range.
So, in that case you would use the formula:
Code:
=D1=""

If you still cannot get it to work, please explain your exact steps.
 
Upvote 0
Great, it works! Thanks!

if your cell is really blank, it should work.
Are you sure that there isn't something in there, like a space?

Are you selecting just one cell when you apply it, or a whole range?
Note that if you are selecting a whole range (like the whole column), you need to write the cf formula as it applies to the very first cell in your selected range.
So, in that case you would use the formula:
Code:
=d1=""

if you still cannot get it to work, please explain your exact steps.
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,248
Members
452,623
Latest member
cliftonhandyman

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