Conditional Formatting multiple blank cells if first cell is not blank

dancingducks29

New Member
Joined
Feb 21, 2018
Messages
2
Hello!

I am trying to use conditional formatting to highlight the blank cells in a database, only if there is data in other parts of the row.

For example: if a cell in Column B has data then highlight the blank cells in that row from A to R. Here is an example of my data:

1645825323336.png


In this specific example the only cells I would like highlighted are E2, F2, G2, H2.
But if there was data in B11 then I would like the blank cells in A11 through R11 Highlighted.

I hope this makes sense!
Any help would be much appreciated!

Thank you in Advance!!
 

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
Try this CF formula:

=AND(A1="",$B1<>"") applied to say A1:R100 or whatever row you need to go to.
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,262
Members
449,075
Latest member
staticfluids

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