Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ayesha
 
Posts: n/a
Default skip data points in graph

If I want to plot a x-y graph in Excel with 100 data points, is it possible
to have Excel automatically pick every 10th point (for example). I know I
can manually choose every 10th point, but can Excel do it just by clicking a
box or something?

Ayesha
  #2   Report Post  
bj
 
Posts: n/a
Default

since excel only plots visible cells
use a filter to select and show only evey tenth row.

"Ayesha" wrote:

If I want to plot a x-y graph in Excel with 100 data points, is it possible
to have Excel automatically pick every 10th point (for example). I know I
can manually choose every 10th point, but can Excel do it just by clicking a
box or something?

Ayesha

  #3   Report Post  
Hari Prasadh
 
Posts: n/a
Default

Hi BJ,

Didnt try, was just wondering.

Can one use such an array formulas which would return only every 10th
address and pass this result in to the series formula.

Thanks a lot,
Hari
India

"bj" wrote in message
...
since excel only plots visible cells
use a filter to select and show only evey tenth row.

"Ayesha" wrote:

If I want to plot a x-y graph in Excel with 100 data points, is it
possible
to have Excel automatically pick every 10th point (for example). I know
I
can manually choose every 10th point, but can Excel do it just by
clicking a
box or something?

Ayesha



  #4   Report Post  
bj
 
Posts: n/a
Default

if you are going to use a different data set
you could use something like
(if your data were say in B21 to B221
enter in G1)
=indirect("B"&(21+(Row()-1)*10))
and copy down to G21
this would give you a set of the data points form every 10 positions

I am nor sure of an Array formula which would do it for you.

"Hari Prasadh" wrote:

Hi BJ,

Didnt try, was just wondering.

Can one use such an array formulas which would return only every 10th
address and pass this result in to the series formula.

Thanks a lot,
Hari
India

"bj" wrote in message
...
since excel only plots visible cells
use a filter to select and show only evey tenth row.

"Ayesha" wrote:

If I want to plot a x-y graph in Excel with 100 data points, is it
possible
to have Excel automatically pick every 10th point (for example). I know
I
can manually choose every 10th point, but can Excel do it just by
clicking a
box or something?

Ayesha




  #5   Report Post  
Jon Peltier
 
Posts: n/a
Default

An array formula could work, but I don't have time to think of an example.

The Microsoft Excel Charting FAQs has more on decimating data:

http://pubs.logicalexpressions.com/P...?ID=209#jon024

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______


bj wrote:

if you are going to use a different data set
you could use something like
(if your data were say in B21 to B221
enter in G1)
=indirect("B"&(21+(Row()-1)*10))
and copy down to G21
this would give you a set of the data points form every 10 positions

I am nor sure of an Array formula which would do it for you.

"Hari Prasadh" wrote:


Hi BJ,

Didnt try, was just wondering.

Can one use such an array formulas which would return only every 10th
address and pass this result in to the series formula.

Thanks a lot,
Hari
India

"bj" wrote in message
...

since excel only plots visible cells
use a filter to select and show only evey tenth row.

"Ayesha" wrote:


If I want to plot a x-y graph in Excel with 100 data points, is it
possible
to have Excel automatically pick every 10th point (for example). I know
I
can manually choose every 10th point, but can Excel do it just by
clicking a
box or something?

Ayesha






  #6   Report Post  
Ayesha
 
Posts: n/a
Default

Sorry, how do I do that? Using the "advanced filter" option? How do I set
it up to up every 10th row?

Ayesha

"bj" wrote:

since excel only plots visible cells
use a filter to select and show only evey tenth row.

"Ayesha" wrote:

If I want to plot a x-y graph in Excel with 100 data points, is it possible
to have Excel automatically pick every 10th point (for example). I know I
can manually choose every 10th point, but can Excel do it just by clicking a
box or something?

Ayesha

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
GRAPH data labels gunga Excel Discussion (Misc queries) 4 May 13th 05 03:01 PM
New data in table not showing in graph Justin C Excel Discussion (Misc queries) 5 April 28th 05 03:53 PM
Too many data points Cowtoon Charts and Charting in Excel 9 February 24th 05 09:13 PM
Newbie to charts question - projecting values between data points 38N90W Excel Discussion (Misc queries) 3 January 6th 05 05:15 AM
Named dynamic ranges, copied worksheets and graph source data WP Charts and Charting in Excel 1 November 28th 04 05:19 PM


All times are GMT +1. The time now is 10:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"