Printing out only rows where certain cells have contents

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have a spreadsheet that has lots of rows in it.

However each time we use it only some of the rows are filled in under one of
the colums. If a row has that particular cell filled in (not null), we want
the row printed out in the report or printout. What is the best way to do
this?

Thanks for your suggestions.

Bryan Bloom
 
What I do in this situation is to make use of a column away from the
print range, let's say column H, and put a formula which is looking at
the column of interest such as:

=A1 (copied down)

This will return a zero if the cell is empty. I have a filter set up
for column H and use Custom ... | Not Equal To | 0 (zero) and this then
hides the unwanted rows.

Hope this helps.

Pete
 

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

Back
Top