View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Marcelo Marcelo is offline
external usenet poster
 
Posts: 1,047
Default Use a sheet name in a formula

="2008 "&MID(CELL("filename"),FIND("]",CELL("filename"),1)+1,256)

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"FreddieP" escreveu:

Hi I would like a formula in a cell where I can show the sheet name.

For example

="2008 "&"Sheetname"

Anybody who knows?