Hello,
Is there a way to lessen the number of data points on the graph?
I would like to pick the entire column for the function, but to see in
the plot only part of the point.
Is it possible?
Thanks,
Noga

Re: Less points in graph by Bernard

Bernard
Tue Dec 26 14:05:25 CST 2006

No but something close it.
Suppose your x-values are in A2:A201, and y-values in B2:B201
In C2 enter =IF(MOD(ROW(),5)=0,B2,NA())
Copy down to C201
Select A1:A201; hold CTRL and select C1:C201 and make chart
You will see every fifth data point
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Noga" <nogarybko@gmail.com> wrote in message
news:1167157344.511153.126870@42g2000cwt.googlegroups.com...
> Hello,
> Is there a way to lessen the number of data points on the graph?
> I would like to pick the entire column for the function, but to see in
> the plot only part of the point.
> Is it possible?
> Thanks,
> Noga
>