auto filter through blank cells

D

dwojtowi

I have a form with blank rows (used to divide sections)
When i turn on the auto filter, the selections in the pulldown men
only includes the cells from the first block of cells - i.e. it stop
filtering when the first blank cell is reached.

Is there a way to make the filter see past the blank cells?

Thanks!!
Dav
 
D

Domenic

Hi Dave,

There might be a better way to deal with this, but you might want to try
using a helper column. Enter this formula in a column and copy it down:

=IF(B2,TRUE)

You should now be able to filter all of your data.

Hope this helps!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top