A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

charting same cell across multiple tabs



 
 
Thread Tools Display Modes
  #1  
Old October 16th, 2003, 11:39 AM
Tushar Mehta
external usenet poster
 
Posts: n/a
Default charting same cell across multiple tabs

You cannot plot multiple cells on different worksheets as part of one x-
or y-values of one series. You will have to copy them to one sheet.
Given the naming scheme you use for the tabs, the INDIRECT and TEXT
functions should give you what you want. One *example*, where the data
are stored in a summary worksheet starting with row 1 would be

=INDIRECT(TEXT(DATE(2003,1,ROW()),"yyyymmdd")&"!A1 ")

This transfers data from sheet 20030101 to row 1, sheet 20030102 to row
2, etc.

Adapt to suit your own needs.

--
Regards,

Tushar Mehta
MS MVP Excel 2000-2003
www.tushar-mehta.com
Excel, PowerPoint, and VBA tutorials and add-ins
Custom Productivity Solutions leveraging MS Office


In article , ronfl.vcujf@excelforum-
nospam.com says...
How do you create a chart reference to that it will chart the same cell
but across a range of tabs.

Example, I have a years worth of tabs on a sheet, MMDDYYY, all with the
same format on the sheet. I have a value that is in the same cell on
each tab and I want to see the trend over several months, from tab x to
tab y.

I thought this would be the formula: ='08042003:10142003'!$R$4

But I get the error: reference not valid.

Thanks, Ron.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/


  #2  
Old October 16th, 2003, 11:51 AM
Tushar Mehta
external usenet poster
 
Posts: n/a
Default charting same cell across multiple tabs

See the response to the other question on the same subject in the same
newsgroup.

--
Regards,

Tushar Mehta
MS MVP Excel 2000-2003
www.tushar-mehta.com
Excel, PowerPoint, and VBA tutorials and add-ins
Custom Productivity Solutions leveraging MS Office


In article , ronfl.vcub3@excelforum-
nospam.com says...
How do you create a chart reference to that it will chart the same cell
but across a range of tabs.

Example, I have a years worth of tabs on a sheet, MMDDYYY, all with the
same format on the sheet. I have a value that is in the same cell on
each tab and I want to see the trend over several months, from tab x to
tab y.

I thought this would be the formula: ='08042003:10142003'!$R$4

But I get the error: reference not valid.

Thanks, Ron.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/


 




Thread Tools
Display Modes

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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:36 PM.


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