getting rid of zero values in a column

K

kafoury123

i have a set of data on a column that i`ll use to plot on a graph and find a
trendline for its behaviour...problem is: there is zero values in some cells
that were not calculated... i want to copy this data in a new column getting
rid of cells with zero value because it results in a wrong trendline...how
can i do this?please help
this is an example of what i mean:
1 1
3 3
4 4
0 6
6 3
3 1
0
0
0
1
 
R

Raj

One of the simpler ways is to hide the rows for the cells that have zeros and
then plot the graph.
 

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

Top