Large number of dynamic charts

K

kh

I have an excel file of 19 sheets, each sheet has nine data coloumns from b
to j. I made nine offset() to plot these data. But, its not working. Here
there are 171 offset() to make the required 171 graphs in thoses sheets.
There are nine graphs for each sheet. Any one can help please.
Is the problem related to capability of excel?
Kh
 
K

Kelly O'Day

I've read your post several times and am not sure what you are doing. I'll
need more details to help.

Can you post a sample of your data from one sheet and your actual offset
formulas.


..
 
K

kh

I apperciate your kind help. I have excel file of 19 sheets each sheet has
the following functions:

yv101 OFFSET(Sheet10!$AN$300,0,0,COUNTA(Sheet10!$AN:$AN),1)
yv102 OFFSET(Sheet10!$AR$300,0,0,COUNTA(Sheet10!$AR:$AR),1)
yv103 =OFFSET('watchy-new-3.xls'!yv101,0,2)
yv104 =OFFSET('watchy-new-3.xls'!yv101,0,3)
yv105 =OFFSET('watchy-new-3.xls'!yv102,0,1)
yv105x yv105*Sheet10!$CG$24
yv106 =OFFSET('watchy-new-3.xls'!yv102,0,2)
yv107 OFFSET(Sheet10!$AH$299,COUNTA(Sheet10!$AH:$AH)-Sheet10!$CD$45,0,Sheet10!$CD$45,1)

Those functions for sheet10, and its plot 6 curves, the 7th one of yv107 was
not working. Any idea to simlify this. Thank you.
Kh
 
T

Tushar Mehta

What does "not working" mean?

Have you checked if the formula yields a valid range? What is COUNTA
(Sheet10!$AH:$AH)-Sheet10!$CD$45? What is Sheet10!$CD$45? Does the range
specified by the name contain any data?

Are you sure you've entered the formulas correctly? In your post some have
leading equal signs while others don't.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top