Filter where multiple columns are blank

LGFN1

Board Regular
Joined
Jun 25, 2014
Messages
63
This is probably a simple filter, but I couldn't figure this out. I have two columns, I'd like the filter to show only the rows where BOTH columns are not blank. How can I apply such?
 
You could click the Filter button and in both cases, uncheck "BLANKS" (the tick box beside it)

OR

You could Click FILTER, and when you click the small dropdown arrow, select TEXT FILTERS>DOES NIT EQUAL and leave the field blank i.e does not equal blank

I hope that helps
 
Upvote 0
Thanks Andrew and Momentman, for the reply, but here's the problem (and that's the reason I posted the question in the first place), when I do as you describe, only the rows that are populated in BOTH columns appear, if there's only text in one, it disappears.
 
Upvote 0
Oops, you're right, my bad! Sorry! What I meant is I want it to show all rows where ANY of those columns are populated.

Sorry again.
 
Upvote 0
Say your data is in columns A:B with headings in row 1. In D2 enter the formula:

=OR(LEN(A2),LEN(B2))

and leave D1 blank. Now Advanced Filter your data in place using D1:D2 as the criteria.
 
Upvote 0
I'm really sorry, but I don't follow you, Andrew. Can you elaborate a bit more, perhaps a screenshot?
 
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