Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
GC GC is offline
external usenet poster
 
Posts: 18
Default Chart question

Hello
I have a data collecting system that automatically goes and polls 4 seperate
systems and populates 1 worksheet for each system. Certain systems will not
always produce data, leaving gaps in the data viewed from a date
prospective. I have 1 chart with 4 series. Before I plot this data, I scan
the 4 worksheets and set the category (X) of my chart to reflect the series
that has the most days of data in it. All data will be displayed in my chart
but will not be charted against the date that it occurred except for the
series I choose to be category (X).

Example:

System 1

Jan 1,data1

Jan 3,data2



System 2

Jan 1,data1

Jan 2,data2

Jan 3,data3



I would use System 2 for the category (X) and system 2 data would be
plotted correctly relative to the date. System 1 will be plotted so data1
and data2 occurred on Jan1 and Jan2. What I need is data1 plotted against
Jan1 and Jan2 be blank and data3 against Jan3. System 2 would have data for
Jan 1, 2 and 3.

I know this is because of how I set my category (X).

Is there a way to tell excel there are 4 category (X) series to this 1 chart
but only display the one that is most dense to cover all data?



Thanks in advance,

Cheers!


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Chart question


What you need to do is create a new table to use for plotting that has
only one series in it, but has a formula that takes the the correct
column (1 of 4) from your original table. You can use the function
Offset to get the data from one of 4 columns



So if you wanted to get the data the is either 0,1,2,3 from A1 you
would use this

=OFFSET(A1,0,X,1,1)

You can then put a formula into X that determines which column has the
results you are looking for


You can use Chip Pearson's web page to help you get the exact formula
you need. He has a large number of formulas that you can use.

www/cpearson.com


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=162970

Microsoft Office Help

  #3   Report Post  
Posted to microsoft.public.excel.programming
GC GC is offline
external usenet poster
 
Posts: 18
Default Chart question

Thank you Joel.

Gerry
"joel" wrote in message
...

What you need to do is create a new table to use for plotting that has
only one series in it, but has a formula that takes the the correct
column (1 of 4) from your original table. You can use the function
Offset to get the data from one of 4 columns



So if you wanted to get the data the is either 0,1,2,3 from A1 you
would use this

=OFFSET(A1,0,X,1,1)

You can then put a formula into X that determines which column has the
results you are looking for


You can use Chip Pearson's web page to help you get the exact formula
you need. He has a large number of formulas that you can use.

www/cpearson.com


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread:
http://www.thecodecage.com/forumz/sh...d.php?t=162970

Microsoft Office Help



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
Chart question please help allie357[_2_] Excel Programming 0 June 24th 09 05:28 PM
Chart Question dhstein Excel Discussion (Misc queries) 3 June 14th 09 08:01 PM
chart question 00KobeBrian Excel Discussion (Misc queries) 15 November 3rd 06 08:29 PM
Chart VBA Question Barb Reinhardt Excel Programming 7 January 14th 06 02:26 PM
chart question frank Excel Discussion (Misc queries) 1 March 2nd 05 03:49 PM


All times are GMT +1. The time now is 07:28 AM.

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

About Us

"It's about Microsoft Excel"