A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Driving Me MAD !!!!!



 
 
Thread Tools Display Modes
  #1  
Old August 21st, 2009, 02:08 AM posted to microsoft.public.excel.newusers
John Calder
external usenet poster
 
Posts: 192
Default Driving Me MAD !!!!!

Hi

I run Excel 2K

I need to place 2 range names with offset values in my spread sheet to
create a dynamic chart

The 1st range name (called RollValues) offset value is:-

=OFFSET(ROLL_HIST!$B$41,1,0,COUNTA(ROLL_HIST!$B:$B )-1,1)

The 2nd range name (called RollLabels) offset value is:-

=OFFSET(ROLL_HIST!RollValues,0,-1)

The problem I have is that every time I try to create the 2nd range name
Excel keeps replacing the ROLL_HIST part of the offset value with the name of
my workbook file. See Below

=OFFSET('Diverts Weekly 2008 (2) NEW.xls'!RollValues,0,-1)

Has anyone any idea why this keeps happening?

Thanks

  #2  
Old August 23rd, 2009, 05:06 PM posted to microsoft.public.excel.newusers
Barb Reinhardt
external usenet poster
 
Posts: 1,381
Default Driving Me MAD !!!!!

It's happening because RollValues is a workbook level range. If you save
it as a WorksheetLevel range, it'll be changed to something like

=OFFSET('Sheet1'!RollValues,0,-1)

HTH,
Barb Reinhardt



"John Calder" wrote:

Hi

I run Excel 2K

I need to place 2 range names with offset values in my spread sheet to
create a dynamic chart

The 1st range name (called RollValues) offset value is:-

=OFFSET(ROLL_HIST!$B$41,1,0,COUNTA(ROLL_HIST!$B:$B )-1,1)

The 2nd range name (called RollLabels) offset value is:-

=OFFSET(ROLL_HIST!RollValues,0,-1)

The problem I have is that every time I try to create the 2nd range name
Excel keeps replacing the ROLL_HIST part of the offset value with the name of
my workbook file. See Below

=OFFSET('Diverts Weekly 2008 (2) NEW.xls'!RollValues,0,-1)

Has anyone any idea why this keeps happening?

Thanks

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:15 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.