Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() mm i name my sheets tabs according to date example 31-1 1-2 2-2 etc can i extract this info using a formula to create a titla for my repot -- ceemo ------------------------------------------------------------------------ ceemo's Profile: http://www.excelforum.com/member.php...o&userid=10650 View this thread: http://www.excelforum.com/showthread...hreadid=507757 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
http://www.officearticles.com/excel/...ft_e xcel.htm ************ Hope it helps! Anne Troy www.OfficeArticles.com "ceemo" wrote in message ... mm i name my sheets tabs according to date example 31-1 1-2 2-2 etc can i extract this info using a formula to create a titla for my repot -- ceemo ------------------------------------------------------------------------ ceemo's Profile: http://www.excelforum.com/member.php...o&userid=10650 View this thread: http://www.excelforum.com/showthread...hreadid=507757 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Use the following formula: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) You can concatenate the above formula with other text(s), to create a title that incorporates in it the name of the worksheet; e.g., ="Report for " & MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) Regards, B. R. Ramachandran "ceemo" wrote: mm i name my sheets tabs according to date example 31-1 1-2 2-2 etc can i extract this info using a formula to create a titla for my repot -- ceemo ------------------------------------------------------------------------ ceemo's Profile: http://www.excelforum.com/member.php...o&userid=10650 View this thread: http://www.excelforum.com/showthread...hreadid=507757 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referencing Sheet Names | New Users to Excel | |||
Putting Sheet Names in a range and renaming it? | Excel Worksheet Functions | |||
Copying multiple sheets from one book 2 another and undertake spec | Excel Discussion (Misc queries) | |||
sheet names | Excel Discussion (Misc queries) | |||
Locking Sheet names in formulas | Excel Worksheet Functions |