Display only nonzero items in a table???

  • Thread starter Thread starter Lovebaby
  • Start date Start date
L

Lovebaby

If I have a table with 5 columns and I want to only display rows with
nonzero entries of one of the columns...

What is the best way to do this?

I want to be able to integrate this into a macro, also.

Thanks
 
I'd select the range (include one row of headers) and use
data|filter|autofilter

Then filter to show the not equal to 0 cells/rows.

You could record a macro if you want the code.
 
Tools>options>view>
disable zero values and the zero will not schown anymore
 
That'll make the cells with 0's look blank, but it won't hide the rows.
 

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