need help

ehsas

Board Regular
Joined
Sep 17, 2002
Messages
200
dataserie1 =OFFSET(sheet1!$G$1,COUNTA(sheet1!$A:$A)-monthcount,0,monthcount,1)

dataserie2 =OFFSET(sheet1!$O$1,COUNTA(sheet1!$A:$A)-monthcount,0,monthcount,1)

dataserie3 =OFFSET(sheet1!$Y$1,COUNTA(sheet1!$A:$A)-monthcount,0,monthcount,1)

dataserie4 =OFFSET(sheet1!$AG$1,COUNTA(sheet1!$A:$A)-monthcount,0,monthcount,1)

monthcount =IF(COUNT(sheet1!$A:$A)<25,COUNT(sheet1!$A:$A),25)

xvalues =OFFSET(sheet1!$A$1,COUNTA(sheet1!$A:$A)-25,0,25,1)

i am trying to do a dynamic chart whech i am using xvalues it is working fine but when I am trying to use the =test.xls!dataserie1 it gives me an error messege that your formula contains an invalie external data reference to workbook.what can be the error.Regards
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
This SERIES formula works for me:

=SERIES(,test.xls!xvalues,test.xls!dataserie1,1)

with defined names:

dataserie1 =OFFSET(sheet1!$G$1,COUNTA(sheet1!$A:$A)-monthcount,0,monthcount,1)

monthcount =IF(COUNT(sheet1!$A:$A)<25,COUNT(sheet1!$A:$A),25)

xvalues =OFFSET(sheet1!$A$1,COUNTA(sheet1!$A:$A)-25,0,25,1)
 
Upvote 0
When adding the below the formula the yvalues in my chart itgives me error messege:- the series must contains one value in order to creat chart.any one can help.Regards,

=SERIES(,test.xls!xvalues,test.xls!dataserie1,1)
 
Upvote 0

Forum statistics

Threads
1,214,954
Messages
6,122,462
Members
449,085
Latest member
ExcelError

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top