Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to reference a worksheet name in a cell of the worksheet?
When you do this in a header it reads &[Tab], but I can't work out how to put it into a cell. I want to do this for a timesheet spreadsheet that has the tab names as dates and a cell on the worksheet that needs the date too. I always forget to update the date cell when I create a new worksheet for a new week. Thanks, brett |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Try this formula pasted in the sheet: =MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,255) -- Vito ------------------------------------------------------------------------ Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182 View this thread: http://www.excelforum.com/showthread...hreadid=554941 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just an added note here......
the workbook must have been saved prior Gord Dibben MS Excel MVP On Fri, 23 Jun 2006 07:40:53 -0500, Vito wrote: Try this formula pasted in the sheet: =MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,255) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet name / reference as a formula? | Excel Discussion (Misc queries) | |||
advanced: synchronizing data value across two worksheet drop boxes | Excel Worksheet Functions | |||
Copy from worksheet to another x times | Excel Discussion (Misc queries) | |||
Inserting custom worksheet | Excel Worksheet Functions | |||
Weekly Transaction Processing | Excel Worksheet Functions |