ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Filter for "blanks" in multiple columns simultaneously (https://www.excelbanter.com/excel-discussion-misc-queries/242802-filter-blanks-multiple-columns-simultaneously.html)

confused_in_London

Filter for "blanks" in multiple columns simultaneously
 
I have a spreadsheet with several columns of data that I need to filter to
show blank cells. Is there a way to apply the autofilter to more than one
column to save me from filtering each individual column?
Thanks

Gary''s Student

Filter for "blanks" in multiple columns simultaneously
 
Say we have in cols A thru Y. We are interested in blanks. In Z2 enter:

=IF(COUNTIF(A2:Y2,"")=25,25,IF(COUNTIF(A2:Y2,"")=0 ,0,1)) and copy down

Set the AutoFilter for column Z.

To see which records are all blank, set the filter to 25
To see which records have no blanks, set the filter to 0
To see the records that have some blanks, set the filter to 1
--
Gary''s Student - gsnu200903


"confused_in_London" wrote:

I have a spreadsheet with several columns of data that I need to filter to
show blank cells. Is there a way to apply the autofilter to more than one
column to save me from filtering each individual column?
Thanks


Pete_UK

Filter for "blanks" in multiple columns simultaneously
 
I'm not sure why you want to filter to show blanks - cos, you wont be
able to see anything !!

You could make use of a helper column to see if there are any blanks
in any of the cells in that row, eg by putting this in L2:

=COUNTIF(A2:K2,"")

and copying down, and then you could appy a custom filter to that
column for not equal to zero.

Hope this helps.

Pete

On Sep 16, 2:21*pm, confused_in_London
wrote:
I have a spreadsheet with several columns of data that I need to filter to
show blank cells. Is there a way to apply the autofilter to more than one
column to save me from filtering each individual column?
Thanks




All times are GMT +1. The time now is 07:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com