Not sure if the title of this thread is even close to my problem.
I have a chart that updates the last N number of values. It uses the named ranges and the offset function. The way i have this set up works on my PC fine but as soon as I open the file on another computer it fails. My theory is something incorect with my reference to my chart series.
This works fine on my pc:
Here is one of my chart series values
=V2UnbilledDashboard.xlsx!TotalCharges
TotalCharges named range is :
=OFFSET(WeekRange,0,1)
WeekRange named range is:
=OFFSET(DashboardData!$A$3,COUNTA(DashboardData!$B:$B)-3,0,-MIN(numweeks,COUNTA(DashboardData!$B:$B)-2),1)
When I open this up on another pc the same series values reads like this:
=[0]!TotalCharges
so obviously it doesnt work on other PC's ,
What would cause this issue?
Thanks
Dave
I have a chart that updates the last N number of values. It uses the named ranges and the offset function. The way i have this set up works on my PC fine but as soon as I open the file on another computer it fails. My theory is something incorect with my reference to my chart series.
This works fine on my pc:
Here is one of my chart series values
=V2UnbilledDashboard.xlsx!TotalCharges
TotalCharges named range is :
=OFFSET(WeekRange,0,1)
WeekRange named range is:
=OFFSET(DashboardData!$A$3,COUNTA(DashboardData!$B:$B)-3,0,-MIN(numweeks,COUNTA(DashboardData!$B:$B)-2),1)
When I open this up on another pc the same series values reads like this:
=[0]!TotalCharges
so obviously it doesnt work on other PC's ,
What would cause this issue?
Thanks
Dave