View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
kevin026 kevin026 is offline
external usenet poster
 
Posts: 2
Default omit zeroes from a list

Say i have a list in a column

A
B
0
0
C
D
0
E

I would like to have a list that is the same as above but omits the zeroes
in another column, without hiding rows.

A
B
C
D
E

But not an autofilter bar, as I'd like for the list to automatically omit
the zeroes without having to mess with an autofilter bar.

Many thanks.