Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 106
Default Data exceeds chart limits

I have a user using Excel 2000 on a Winxp SP2 machine. He is trying to
create a 2d chart, but has over 65000 datapoints, which exceeds the (I think)
32000 data point limit for a chart.

What would be the best way for him to handle this? (I am at a complete loss.)

Is there someway for the chart to grab, like, every 5th datapoint? Or, how
would he setup a macro to do that?

Any help would be appreciated...thanks!

Rebecca
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 106
Default Data exceeds chart limits

Nevermind - I figured it out myself using the OFFSET command. Thanks
everyone anyway!

Rebecca

"Rebecca" wrote:

I have a user using Excel 2000 on a Winxp SP2 machine. He is trying to
create a 2d chart, but has over 65000 datapoints, which exceeds the (I think)
32000 data point limit for a chart.

What would be the best way for him to handle this? (I am at a complete loss.)

Is there someway for the chart to grab, like, every 5th datapoint? Or, how
would he setup a macro to do that?

Any help would be appreciated...thanks!

Rebecca

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Data exceeds chart limits

The first question that must be asked is whether the top 1000 points will
block out the bottom 64000. Showing every Nth point can be done, if the
points are tracing a time series. One way, assuming thee data is in a range
like C2:C60000 is to enter a formula in D2:

=offset(c1,row()*5,0)

and fill this down to about D12000, and plot these values.

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


"Rebecca" wrote in message
...
I have a user using Excel 2000 on a Winxp SP2 machine. He is trying to
create a 2d chart, but has over 65000 datapoints, which exceeds the (I
think)
32000 data point limit for a chart.

What would be the best way for him to handle this? (I am at a complete
loss.)

Is there someway for the chart to grab, like, every 5th datapoint? Or,
how
would he setup a macro to do that?

Any help would be appreciated...thanks!

Rebecca



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
Combo Box Limits Data Entry The Merg Excel Worksheet Functions 1 December 13th 07 05:51 AM
Limits of Pivot chart Daniel Charts and Charting in Excel 1 July 17th 07 08:20 PM
chart with actuals and limits tboat4 Charts and Charting in Excel 1 November 7th 06 05:28 PM
Find MAX data in sheet (Cell) - Any cell that exceeds X amount of data confuzedagain Excel Discussion (Misc queries) 1 December 7th 05 05:56 PM
How do I import data into Excel that exceeds 70000 rows? Claudia Phelps Excel Discussion (Misc queries) 2 March 25th 05 11:33 PM


All times are GMT +1. The time now is 01:48 PM.

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"