Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() How do I call the name of a worksheet in a specified cell? -- craftcenter ------------------------------------------------------------------------ craftcenter's Profile: http://www.excelforum.com/member.php...o&userid=33001 View this thread: http://www.excelforum.com/showthread...hreadid=528256 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,100)
"craftcenter" wrote: How do I call the name of a worksheet in a specified cell? -- craftcenter ------------------------------------------------------------------------ craftcenter's Profile: http://www.excelforum.com/member.php...o&userid=33001 View this thread: http://www.excelforum.com/showthread...hreadid=528256 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello craftcenter,
Or download/install www.asap-utilities.com and use ... =SHEETNAME() HTH -- Regards, Zack Barresse, aka firefytr To email, remove NOSPAM "craftcenter" wrote in message ... How do I call the name of a worksheet in a specified cell? -- craftcenter ------------------------------------------------------------------------ craftcenter's Profile: http://www.excelforum.com/member.php...o&userid=33001 View this thread: http://www.excelforum.com/showthread...hreadid=528256 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
or if you want to reference a cell in another worksheet
=sheet3!B4 ='Big Sheet'!B4 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet reference | Excel Discussion (Misc queries) | |||
Using cell contents to reference worksheet names | Excel Discussion (Misc queries) | |||
Worksheet reference behaving funny | Excel Discussion (Misc queries) | |||
Indirect reference from one worksheet to another | Excel Worksheet Functions | |||
Reference a cell to get worksheet name | Excel Worksheet Functions |