I'm assuming that you're looking to assign (create) a *sheet specific* name
to a cell, where that name will be the *same* in all sheets.
To create *WS specific* names to a cell, select the cell, then click in the
"name box" (left of formula bar), and enter the sheet name, followed by an
exclamation point, followed by the name you wish to use.
For example, select A1, then click in the name box, and type:
sheet1!mycell
Now, "mycell ' refers to A1 *on* Sheet1 *in* Sheet1 *only*.
"mycell' entered in Sheet2 gives a #Name? error.
To assign the name "my cell" to a cell on Sheet2, you have to repeat the
process of selecting the cell in Sheet2, and prefixing the name of the cell
in the name box with the sheet name.
That's *if* the *same* name will reference a *different* cell in each sheet.
If you create a WS specific name in a sheet, and *copy* that sheet, the
copied sheet will contain the *same* WS specific name, referring to the
*same* cell (range).
HOWEVER ... IF *all* sheets are to contain the *same name*, referring to the
*same cell*, BUT all your sheets are *already in existence*,then you can
"globally" assign a WS specific name to all sheets using this procedure:
From *any* sheet:
<Insert> <Name> <Define>
And in the "Names In Workbook" box enter:
mycell
And in the "Refers To" box enter the cell (range) references with this
formula:
=Indirect("A1")
Then <OK>.
This will make the name WS specific on *all* WSs in the WB.
If I guessed wrong, and if this isn't what you're looking for, I did get a
lot of typing practice!<bg>
--
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
After, i created the name i go and change just the team # or Player #
Yan!
Gord Dibben said:
Don't understand your request.
If you want same name same cell all sheets, how will you distinguish which
player you are referring to on which sheet?
Gord