Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tthe
 
Posts: n/a
Default how do i name a excel worksheet and make it appear in cell a1

i want the name of the worksheet to appear in cell a1, and for it to change
if i change the sheet name. is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rowan Drummond
 
Posts: n/a
Default how do i name a excel worksheet and make it appear in cell a1

In A1 enter:
=MID(CELL("Filename"),FIND("]",CELL("Filename"))+1,255)

Hope this helps
Rowan

tthe wrote:
i want the name of the worksheet to appear in cell a1, and for it to change
if i change the sheet name. is this possible?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default how do i name a excel worksheet and make it appear in cell a1

Hi!

The file has to have already been saved. In other words, if you open a brand
new file and enter this formula, it won't work (it'll return an error) until
you name the file and save it.

Enter this formula in A1:

=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)

Biff

"tthe" wrote in message
...
i want the name of the worksheet to appear in cell a1, and for it to change
if i change the sheet name. is this possible?



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
How do you make an excel worksheet cell a perfect square charles Excel Discussion (Misc queries) 1 November 10th 05 04:16 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
How do I make formula in Excel from other worksheet? Ariel in LA Excel Worksheet Functions 1 March 15th 05 10:57 AM
make an excel worksheet (sheet 2) open w/ the cursor located in t. animated text in excel worksheet Excel Discussion (Misc queries) 0 February 10th 05 10:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM


All times are GMT +1. The time now is 07:55 AM.

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"