Check to see if any cells in multiple columns are empty.

epyks23

New Member
Joined
Dec 5, 2015
Messages
13
I have a couple columns (N, O, P, Q) which hold numbers.
I want to check if any cells in these columns are empty. And if they are, I want Excel to somehow indicate them which ones they are (highlight the cell or the record, preferably). I have a formula in mind.

=IF(OR(ISBLANK(N),ISBLANK(O),ISBLANK(P),ISBLANK(Q),Highlight)
 
Go to Conditional Formatting, select "Use a formula to determine which cells to highlight" and enter this formula:

=ISBLANK(N1)

and under "Applies to" enter: =$N:$Q
 
Upvote 0
I do not see the "Applies to". This is what I see:
35cpev8.jpg
 
Upvote 0
After you click "OK" and set your "Format..." to a yellow highlight or something, then go back to Conditional Formatting and click "Manage Rules"
 
Upvote 0
It seems to be highlighting random cells with numbers in them.

This is my process:
30dihlf.png

fuynaw.png

21b6muq.jpg


What does =ISBLANK(N1) mean? From my understanding, it is asking if cell N1 is blank?
 
Upvote 0
What does =ISBLANK(N1) mean? From my understanding, it is asking if cell N1 is blank?

Yes. After you click OK on that last screen, check to make sure your formula hasn't changed. Sometimes it glitches and changes to something like "=ISBLANK(N1048576)"
 
Upvote 0

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