CF row C:K if H13 is a blank cell

ExcelRoy

Well-known Member
Joined
Oct 2, 2006
Messages
2,540
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I am looking for a formula to highlight rows C:K if column H is blank?

I have the following which partially works, not the whole range

=H13<>""

Any help appreciated
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Since you want EVERY column to look at the value in column H, you need to lock the column reference down like this:
=$H13<>""

So, if you select all the columns you want to apply it to first, and then enter the formula like I show above, it should work.

See here for more details: [/COLOR]http://www.cpearson.com/excel/relative.aspx
 
Last edited:
Upvote 0
Also, if you want the highlight when the col H value is BLANK, change the rule to:

=$H13=""
 
Upvote 0
Also, if you want the highlight when the col H value is BLANK, change the rule to:

=$H13=""
Good catch. I was so focused on the range reference, I didn't look close enough to verify the logic if the formula!
:oops:
 
Upvote 0
Good catch. I was so focused on the range reference, I didn't look close enough to verify the logic if the formula!
:oops:
Proving, once again, that, sometimes two Joe's are better than one, and historically we know it works both ways!:)
 
Upvote 0
Proving, once again, that, sometimes two Joe's are better than one, and historically we know it works both ways!
(y)
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,606
Members
449,089
Latest member
Motoracer88

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