Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Cell Names in Two Sheets

I have a sheet containing a number of named cells. When I make a copy of the
sheet inside the same excel file some names are absolute (reference the cell
in the first sheet) while others are relative (same cell location but in the
new sheet). How can I control or change what each name does?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Cell Names in Two Sheets

I'm not sure I understand.

Are you saying that when you copy a worksheet that contains ranges that are
named, then the new sheet has the same name that points back to the original
worksheet?

Or are you describing the behavior of names in formulas in cells on the
worksheet.

In either case, maybe an example of what you mean would make it more clear
(well, for me anyway).

And no matter what you're doing...

If you're working with names, get Jan Karel Pieterse's (with Charles Williams
and Matthew Henson) Name Manager:

You can find it at:
NameManager.Zip from http://www.oaltd.co.uk/mvp

It'll make working with names much easier.



NHMM wrote:

I have a sheet containing a number of named cells. When I make a copy of the
sheet inside the same excel file some names are absolute (reference the cell
in the first sheet) while others are relative (same cell location but in the
new sheet). How can I control or change what each name does?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Cell Names in Two Sheets

I am not talking about the performance of names in formulas but where the
names tie back to.

For Example:
In Sheet "ENG(1)"
I have the following names:
Ta = Cell A1 (In ENG(1))
Tf = Cell A2 (In ENG(1))
Tm = Cell A3 (In ENG(1))

If I right click on the ENG(1) tab and select Move or Copy / Create A Copy
and make a copy of this sheet in the same Excel Document I get the following
names in the new sheet (By choosing Insert Name Define while in the new
sheet)

New Sheet is named ENG(2)
Ta = Cell A1 (In ENG(1))
Tf = Cell A2 (In ENG(2))
Tm = Cell A3 (In ENG(2))

Notice that Ta still reference the first sheet (ENG(1)) while the other two
moved their reference to ENG(2)

I hope that makes sense.

I will check out the name manager - thanks


"Dave Peterson" wrote:

I'm not sure I understand.

Are you saying that when you copy a worksheet that contains ranges that are
named, then the new sheet has the same name that points back to the original
worksheet?

Or are you describing the behavior of names in formulas in cells on the
worksheet.

In either case, maybe an example of what you mean would make it more clear
(well, for me anyway).

And no matter what you're doing...

If you're working with names, get Jan Karel Pieterse's (with Charles Williams
and Matthew Henson) Name Manager:

You can find it at:
NameManager.Zip from http://www.oaltd.co.uk/mvp

It'll make working with names much easier.



NHMM wrote:

I have a sheet containing a number of named cells. When I make a copy of the
sheet inside the same excel file some names are absolute (reference the cell
in the first sheet) while others are relative (same cell location but in the
new sheet). How can I control or change what each name does?


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Cell Names in Two Sheets

I couldn't reproduce those results in my testing.

On the new worksheet, each of the names was changed to a sheet level name, like:
'Eng(2)'!Ta

If you try it in a brand new worksheet in a brand new workbook, can you
reproduce it?

NHMM wrote:

I am not talking about the performance of names in formulas but where the
names tie back to.

For Example:
In Sheet "ENG(1)"
I have the following names:
Ta = Cell A1 (In ENG(1))
Tf = Cell A2 (In ENG(1))
Tm = Cell A3 (In ENG(1))

If I right click on the ENG(1) tab and select Move or Copy / Create A Copy
and make a copy of this sheet in the same Excel Document I get the following
names in the new sheet (By choosing Insert Name Define while in the new
sheet)

New Sheet is named ENG(2)
Ta = Cell A1 (In ENG(1))
Tf = Cell A2 (In ENG(2))
Tm = Cell A3 (In ENG(2))

Notice that Ta still reference the first sheet (ENG(1)) while the other two
moved their reference to ENG(2)

I hope that makes sense.

I will check out the name manager - thanks

"Dave Peterson" wrote:

I'm not sure I understand.

Are you saying that when you copy a worksheet that contains ranges that are
named, then the new sheet has the same name that points back to the original
worksheet?

Or are you describing the behavior of names in formulas in cells on the
worksheet.

In either case, maybe an example of what you mean would make it more clear
(well, for me anyway).

And no matter what you're doing...

If you're working with names, get Jan Karel Pieterse's (with Charles Williams
and Matthew Henson) Name Manager:

You can find it at:
NameManager.Zip from http://www.oaltd.co.uk/mvp

It'll make working with names much easier.



NHMM wrote:

I have a sheet containing a number of named cells. When I make a copy of the
sheet inside the same excel file some names are absolute (reference the cell
in the first sheet) while others are relative (same cell location but in the
new sheet). How can I control or change what each name does?


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Cell Names in Two Sheets

I could not completly reproduce it either except that if I went to delete the
Ta 'Eng(2)' it would first remove the 'Eng(2)' reference and become Ta. If I
removed the name a second time it would be completely removed from the file.
I just have not figured out how to really control when a name is sheet level
or global.

"Dave Peterson" wrote:

I couldn't reproduce those results in my testing.

On the new worksheet, each of the names was changed to a sheet level name, like:
'Eng(2)'!Ta

If you try it in a brand new worksheet in a brand new workbook, can you
reproduce it?

NHMM wrote:

I am not talking about the performance of names in formulas but where the
names tie back to.

For Example:
In Sheet "ENG(1)"
I have the following names:
Ta = Cell A1 (In ENG(1))
Tf = Cell A2 (In ENG(1))
Tm = Cell A3 (In ENG(1))

If I right click on the ENG(1) tab and select Move or Copy / Create A Copy
and make a copy of this sheet in the same Excel Document I get the following
names in the new sheet (By choosing Insert Name Define while in the new
sheet)

New Sheet is named ENG(2)
Ta = Cell A1 (In ENG(1))
Tf = Cell A2 (In ENG(2))
Tm = Cell A3 (In ENG(2))

Notice that Ta still reference the first sheet (ENG(1)) while the other two
moved their reference to ENG(2)

I hope that makes sense.

I will check out the name manager - thanks

"Dave Peterson" wrote:

I'm not sure I understand.

Are you saying that when you copy a worksheet that contains ranges that are
named, then the new sheet has the same name that points back to the original
worksheet?

Or are you describing the behavior of names in formulas in cells on the
worksheet.

In either case, maybe an example of what you mean would make it more clear
(well, for me anyway).

And no matter what you're doing...

If you're working with names, get Jan Karel Pieterse's (with Charles Williams
and Matthew Henson) Name Manager:

You can find it at:
NameManager.Zip from http://www.oaltd.co.uk/mvp

It'll make working with names much easier.



NHMM wrote:

I have a sheet containing a number of named cells. When I make a copy of the
sheet inside the same excel file some names are absolute (reference the cell
in the first sheet) while others are relative (same cell location but in the
new sheet). How can I control or change what each name does?

--

Dave Peterson


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Cell Names in Two Sheets

Did you download that name manager. It may help you understand global v. local
names.

NHMM wrote:

I could not completly reproduce it either except that if I went to delete the
Ta 'Eng(2)' it would first remove the 'Eng(2)' reference and become Ta. If I
removed the name a second time it would be completely removed from the file.
I just have not figured out how to really control when a name is sheet level
or global.

"Dave Peterson" wrote:

I couldn't reproduce those results in my testing.

On the new worksheet, each of the names was changed to a sheet level name, like:
'Eng(2)'!Ta

If you try it in a brand new worksheet in a brand new workbook, can you
reproduce it?

NHMM wrote:

I am not talking about the performance of names in formulas but where the
names tie back to.

For Example:
In Sheet "ENG(1)"
I have the following names:
Ta = Cell A1 (In ENG(1))
Tf = Cell A2 (In ENG(1))
Tm = Cell A3 (In ENG(1))

If I right click on the ENG(1) tab and select Move or Copy / Create A Copy
and make a copy of this sheet in the same Excel Document I get the following
names in the new sheet (By choosing Insert Name Define while in the new
sheet)

New Sheet is named ENG(2)
Ta = Cell A1 (In ENG(1))
Tf = Cell A2 (In ENG(2))
Tm = Cell A3 (In ENG(2))

Notice that Ta still reference the first sheet (ENG(1)) while the other two
moved their reference to ENG(2)

I hope that makes sense.

I will check out the name manager - thanks

"Dave Peterson" wrote:

I'm not sure I understand.

Are you saying that when you copy a worksheet that contains ranges that are
named, then the new sheet has the same name that points back to the original
worksheet?

Or are you describing the behavior of names in formulas in cells on the
worksheet.

In either case, maybe an example of what you mean would make it more clear
(well, for me anyway).

And no matter what you're doing...

If you're working with names, get Jan Karel Pieterse's (with Charles Williams
and Matthew Henson) Name Manager:

You can find it at:
NameManager.Zip from http://www.oaltd.co.uk/mvp

It'll make working with names much easier.



NHMM wrote:

I have a sheet containing a number of named cells. When I make a copy of the
sheet inside the same excel file some names are absolute (reference the cell
in the first sheet) while others are relative (same cell location but in the
new sheet). How can I control or change what each name does?

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with accessing names across sheets [email protected] Excel Discussion (Misc queries) 1 March 29th 06 01:43 AM
cells and sheets, names PH NEWS Excel Worksheet Functions 3 February 20th 06 03:35 PM
how do i set up a list of names on a sheet frm various sheets in e mcvities_69 Excel Discussion (Misc queries) 1 January 27th 06 02:51 AM
reference to sheets without using sheet names Wes Excel Worksheet Functions 13 September 3rd 05 08:15 PM
how do i get the names of the sheets Reny J Joseph Thuthikattu Excel Worksheet Functions 1 December 11th 04 09:37 AM


All times are GMT +1. The time now is 07:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"