View Single Post
  #3   Report Post  
 
Posts: n/a
Default

Create another column using logical formula, which
eliminates cells with zero values. You can then use this
column without the zeros. Say the values in the database
column are in Column A and you want to eliminate cells in
Column A with zero cell values. Enter =IF(A1=0,"",A1),
say in Cell B1
-----Original Message-----
I would like to do some calculations with my database

but do not want the
zeroes averaged in. Is there a way to eliminate all of

the zeroes in my
spreadsheet?
.