PC Review


Reply
Thread Tools Rate Thread

Changing Sheets in chart

 
 
DBDEZYNE
Guest
Posts: n/a
 
      9th Sep 2005

I need to be able to change the sheet reference in a chart by selectin
a cell that has the sheet name. Each sheets data are in the same cells
I just need to reference different sheets. Example: if the curren
values are referenced by =Sheet1!$B$3:$B$8 then I need to be able t
change Sheet1 to Sheet 2 without changing the other data example
=Sheet2!$B$3:$b$8 or =Sheet5!$B$3:$b$

--
DBDEZYN
-----------------------------------------------------------------------
DBDEZYNE's Profile: http://www.excelforum.com/member.php...fo&userid=2709
View this thread: http://www.excelforum.com/showthread.php?threadid=46612

 
Reply With Quote
 
 
 
 
Andy Pope
Guest
Posts: n/a
 
      9th Sep 2005
Hi,

You can do this via named ranges.
If you changing reference is in cell A1 of sheet1 as text (notice no ='s
sign)

A1: Sheet2!$B$3:$b$8

Add a named range called ChtData
=INDIRECT(Sheet1!$A$1)

Now in the chart change the series data source to reference the named
range, I think =Sheet1!ChtData should work.

Cheers
Andy

DBDEZYNE wrote:
> I need to be able to change the sheet reference in a chart by selecting
> a cell that has the sheet name. Each sheets data are in the same cells.
> I just need to reference different sheets. Example: if the current
> values are referenced by =Sheet1!$B$3:$B$8 then I need to be able to
> change Sheet1 to Sheet 2 without changing the other data example:
> =Sheet2!$B$3:$b$8 or =Sheet5!$B$3:$b$8
>
>


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
 
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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Export all chart sheets to PowerPoint with chart titles as slide title vsg@synergi.com Microsoft Powerpoint 1 23rd Jan 2006 07:58 PM
Chart sheets cause data sheets to be blank =?Utf-8?B?SmFjaW50aGU=?= Microsoft Excel Charting 2 29th Apr 2005 02:18 PM
chart with changing data source interactive chart Feketik Microsoft Excel Charting 2 19th Mar 2004 09:26 AM
chart with changing data source interactive chart Feketik Microsoft Excel Charting 0 18th Mar 2004 04:34 PM
Changing the value in multiple sheets without selecting those sheets herm Microsoft Excel Programming 3 14th Oct 2003 03:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:19 AM.