PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting Reduction of data points used for a chart

Reply

Reduction of data points used for a chart

 
Thread Tools Rate Thread
Old 11-02-2004, 03:41 PM   #1
=?Utf-8?B?T2xlIEhhbnNlbg==?=
Guest
 
Posts: n/a
Default Reduction of data points used for a chart


I have exported a large number of data points from a chromatography data collection program into Excell. I have about 12000 x,y points. (Time versus milliVolts
How can I reduce the amount of data points before making a chart? I would like, for example, to use only every tenth point for the chart.
  Reply With Quote
Old 11-02-2004, 04:26 PM   #2
Jon Peltier
Guest
 
Posts: n/a
Default Re: Reduction of data points used for a chart

Ole -

Suppose your data is in column C, starting in C2. In D2, put this formula

=OFFSET(C$2,(ROW()-1)*10-1,0)

And drag it down as far as you need. This puts the 10th, 20th, etc,
points into column D. If you're plotting X-Y data, you need to do this
for both X and Y. Use this new data for the chart.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______

Ole Hansen wrote:

> I have exported a large number of data points from a chromatography data collection program into Excell. I have about 12000 x,y points. (Time versus milliVolts)
> How can I reduce the amount of data points before making a chart? I would like, for example, to use only every tenth point for the chart.


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off