Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 788
Default Same Cell Name on Multiple Worksheets

I am trying to create the same cell name on multiple worksheets within a
workbook and having difficulties. I know this can be done by creating the
cell names on a single worksheet and then copying that worksheet but this is
a long way around if you just want to add one duplicate name. If I have an
existing cell name on Sheet1, how can I duplicate that cell name on Sheet2?
I'm using the Indirect function to get data from multiple worksheets that
have the same names. Thx.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Same Cell Name on Multiple Worksheets

Create the named range with the sheet name in front of the name something
like this...

Sheet1!MyCell
and
Sheet2!MyCell

--
HTH...

Jim Thomlinson


"Chris" wrote:

I am trying to create the same cell name on multiple worksheets within a
workbook and having difficulties. I know this can be done by creating the
cell names on a single worksheet and then copying that worksheet but this is
a long way around if you just want to add one duplicate name. If I have an
existing cell name on Sheet1, how can I duplicate that cell name on Sheet2?
I'm using the Indirect function to get data from multiple worksheets that
have the same names. Thx.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 788
Default Same Cell Name on Multiple Worksheets

Sorry Jim, either I'm not understanding or that didn't work quite right.
What you've listed would be how to reference the cell name on a specific
sheet but what I'm looking for is how to create the same cell name on
multiple sheets. For instance I would like to have a separate cell name
"COUNTER" on both Sheet1 and Sheet2. How would I create this?

"Jim Thomlinson" wrote:

Create the named range with the sheet name in front of the name something
like this...

Sheet1!MyCell
and
Sheet2!MyCell

--
HTH...

Jim Thomlinson


"Chris" wrote:

I am trying to create the same cell name on multiple worksheets within a
workbook and having difficulties. I know this can be done by creating the
cell names on a single worksheet and then copying that worksheet but this is
a long way around if you just want to add one duplicate name. If I have an
existing cell name on Sheet1, how can I duplicate that cell name on Sheet2?
I'm using the Indirect function to get data from multiple worksheets that
have the same names. Thx.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Same Cell Name on Multiple Worksheets

When you're creating the name (insert|Name|define), make sure you include the
sheet name in the "names in workbook" box.

Something like Jim wrote:
Sheet1!Counter
or
'Sheet 9 9 9'!Counter

And you'll be making local/sheet level names.

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


Chris wrote:

Sorry Jim, either I'm not understanding or that didn't work quite right.
What you've listed would be how to reference the cell name on a specific
sheet but what I'm looking for is how to create the same cell name on
multiple sheets. For instance I would like to have a separate cell name
"COUNTER" on both Sheet1 and Sheet2. How would I create this?

"Jim Thomlinson" wrote:

Create the named range with the sheet name in front of the name something
like this...

Sheet1!MyCell
and
Sheet2!MyCell

--
HTH...

Jim Thomlinson


"Chris" wrote:

I am trying to create the same cell name on multiple worksheets within a
workbook and having difficulties. I know this can be done by creating the
cell names on a single worksheet and then copying that worksheet but this is
a long way around if you just want to add one duplicate name. If I have an
existing cell name on Sheet1, how can I duplicate that cell name on Sheet2?
I'm using the Indirect function to get data from multiple worksheets that
have the same names. Thx.


--

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
sum one cell from multiple worksheets abrusey Excel Worksheet Functions 3 August 23rd 06 10:48 PM
1 cell average across multiple worksheets curtll Excel Worksheet Functions 8 May 11th 06 01:35 PM
Add last cell in last column of multiple worksheets? djc Excel Discussion (Misc queries) 2 May 1st 06 04:54 PM
how do I sum the same cell from multiple worksheets? rbperrie Excel Worksheet Functions 2 February 18th 05 05:53 PM
How can I sum a cell in multiple worksheets as new ones are created. lawhesl Excel Worksheet Functions 2 November 24th 04 06:55 PM


All times are GMT +1. The time now is 05:58 PM.

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

About Us

"It's about Microsoft Excel"