how do i filter non blanks across 5 columns at 1 time?

M

Max

Assume source cols are cols A to E, data from row2 down
In F2: =IF(COUNTIF(A2:E2,"<>"),"x","")
Copy down to last row of source data
Apply autofilter on col F, choose: x
to get the exact results that you seek

P/s: You should never leave the message area blank. Use it to elaborate
further on your query. The subject line is just that, it's not meant to be
the posting!
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik[/QUOTE]

Re: how do i filter non blanks across 5 columns at 1 time?
 
M

mm

thank you very much, it works! will take note to elaborate in message box in
future.

Max said:
Assume source cols are cols A to E, data from row2 down
In F2: =IF(COUNTIF(A2:E2,"<>"),"x","")
Copy down to last row of source data
Apply autofilter on col F, choose: x
to get the exact results that you seek

P/s: You should never leave the message area blank. Use it to elaborate
further on your query. The subject line is just that, it's not meant to be
the posting!
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik

Re: how do i filter non blanks across 5 columns at 1 time?
[/QUOTE]
 

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