> Hi I would like a formula in a cell where I can show the sheet name.
>
[quoted text clipped - 3 lines]
>
> Anybody who knows?
I dont get it to work. And also I think that this will return the name of the
file. I want it to return the name of a specific sheet within the file.
Peo, could you perhaps write the formula in Swedish which I guess you are
when I see your name :)
/Freddie
> ="2008 "&MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,32)
>
[quoted text clipped - 8 lines]
> >
> > Anybody who knows?
Peo Sjoblom - 16 May 2008 15:55 GMT
I am Swedish but I don't have a Swedish Excel installed on the computer I am
at the moment,
The formula would be
="2008 "&EXTEXT(CELL("filename";A1);HITTA("]";CELL("filename";A1))+1;32)
in Swedish except that I don't remember if "filename" is changed to a
Swedish equivalent?
If you go to help and lookup the CELL function, what options are there, if
there is no "filename" replace it with
whatever the help example is using

Signature
Regards,
Peo Sjoblom
>I dont get it to work. And also I think that this will return the name of
>the
[quoted text clipped - 17 lines]
>> >
>> > Anybody who knows?
Gord Dibben - 16 May 2008 23:39 GMT
Freddie.
It works as Peo has written it.
I get 2008 Sheet1 when I enter the formula in any cell in Sheet1
Gord Dibben MS Excel MVP
>I dont get it to work. And also I think that this will return the name of the
>file. I want it to return the name of a specific sheet within the file.
[quoted text clipped - 16 lines]
>> >
>> > Anybody who knows?