Delete all zero values

M

Michael

If you want to clear the cells then use edit replace put 0 in the find space
and nothing in the replace space.
if you want to delete the entire cell, sort the column then delete the cells
 
R

Roger Govier

Hi Dennis

If you don't really need to delete them, but just want to suppress them,
you could use
Tools>options>View>uncheck Zero values
 
D

Dennis1188

Sorting by column did the trick... THANKS.

Michael said:
If you want to clear the cells then use edit replace put 0 in the find space
and nothing in the replace space.
if you want to delete the entire cell, sort the column then delete the cells
 
Top