View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
artisdepartis artisdepartis is offline
external usenet poster
 
Posts: 25
Default URGENT: Using Named Ranges with Chart Wizard

On Jul 2, 4:52 pm, "Bernard Liengme"
wrote:
Begin your quest hehttp://peltiertech.com/Excel/Charts/...hartLinks.html
orhttp://peltiertech.com/Excel/Charts/Dynamics.html#DynColCht
orhttp://www.tushar-mehta.com/excel/newsgroups/dynamic_charts/index.html
orhttp://www.meadinkent.co.uk/xlgraphoffset.htm
or , for a simple example look athttp://people.stfx.ca/bliengme/ExcelTips/Dynamic.htm

Do come back if nothing helps
best wishes
--
Bernard V Liengmewww.stfx.ca/people/bliengme
remove caps from email

"artisdepartis" wrote in message

oups.com...



URGENT question (1): Is it possible to use a Named Range as a source
for a Chart? If so, how?


I have done this succesful with PivotTable and am now trying to get it
to work with Charts. The idea is to use a dynamic range as a source
for the chart.


The Problem: when I enter a Named Range asthe Data Range of my chart,
Excel converts this to a static formula.
Example:


=OFFSET(Sheet1!$Q$1;0;0;5;COUNTA(Sheet1!$Q$1:$AZ$1 ))
Turns into
=Sheet1!$Q$1:$AC$5 (last col with data is indeed AC...)


PLEASE HELP! THX


Less urgent question (2):
I have the names of my sheets in a list. How can if refer to these
using this dynamic range?
=OFFSET(Sheet1!$Q$1;0;0;5;COUNTA(Sheet1!$Q$1:$AZ$1 ))
Where the name of Sheet1 is in cell($G$1)


(I got about 100 Charts to update on 50 Sheets, that's why im trying
these methods... )- Hide quoted text -


- Show quoted text -


Dear Bernard,

already i got my first Chart functioning now. (Following one of ur
links). All I need to figure out now is to make the function a
'global', So I can call upon it on every sheet. (I have rearranged the
data on my 25 Sheets to have the same layout and format on every
sheet.)
I will continue looking, meanwhile just started doing it by hand ;-)

Best wishes, AdP