Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you make an excel worksheet cell a perfect square | Excel Discussion (Misc queries) | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
How do I make formula in Excel from other worksheet? | Excel Worksheet Functions | |||
make an excel worksheet (sheet 2) open w/ the cursor located in t. | Excel Discussion (Misc queries) | |||
Way to make Excel only run certain formulas on a worksheet? | Excel Discussion (Misc queries) |