any function or mechanism to get in a cell the name of the sheet?

J

Jordi

For automating some editing, it would be very useful to me to get in a cell
of an excel worksheet the name of the sheet. Is there any function or
mechanismo to get it?

Thanks,
 
A

Anirudh

Hi Jordi,

Pls try this

=MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,255)
 
J

Jordi

Thank you very much for your help, it worked!!!

Anirudh said:
Hi Jordi,

Pls try this

=MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,255)

Jordi said:
For automating some editing, it would be very useful to me to get in a cell
of an excel worksheet the name of the sheet. Is there any function or
mechanismo to get it?

Thanks,
 
A

Anirudh

You're welcome
Thanks for the feedback


Jordi said:
Thank you very much for your help, it worked!!!

Anirudh said:
Hi Jordi,

Pls try this

=MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,255)

Jordi said:
For automating some editing, it would be very useful to me to get in a cell
of an excel worksheet the name of the sheet. Is there any function or
mechanismo to get it?

Thanks,
 
Top