Worksheet name after copying

A

Anitykk

I am working with a worksheet that I copy (keeping same blank form) but the
name changes from TL to TL (2) which I cannot use in my rollup as the formula
won't read. Could anyone help me figure a way to keep the new worksheet name
from adding the ( ) so that my formulas will work
 
P

Peo Sjoblom

You can't have 2 sheet with the same name in the same workbook, so you would
need to change the name, you can
do that by right clicking the tab and select rename. Look also at templates
in help

--


Regards,


Peo Sjoblom
 
A

Anitykk

I understand that but when a copy the worksheet and it changes the name to TL
(2) my rollup sheet formulas will not read the ( ) - how can I get the name
to change automatically to say TL2
 
S

Sean Timmons

Depends on the formula. Usually, you can use INDIRECT()

So, INDIRECT("TL!A2")

Will retain TL as the sheet name even after you make a copy.
 
A

Anitykk

Here is my fomula =TL2!$E$5 - just a basic cell copy refernce from another
worksheet; but when I copy the original worksheet it displays a new sheet as
TL (2).
 
S

Sean Timmons

Maybe I got confused. Are you aying when you make a copy of the worksheet,
how can you get the worksheet to say TL2 instead of TL (2)?

That would only work with VB. May want to ask the Programming folks for
assistance with that...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top