Name Cell or Worksheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to use the function "cell" to access only the name of the
worksheet, instead of the whole path?

Formula--> =CELL("filename";A1)
Result--> C:\My Documents\[Table.xls]Sheet2

Result expected--> Sheet2
 
=RIGHT(A1,LEN(A1)-FIND("]",A1))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Is it possible to use the function "cell" to access only the name of the
| worksheet, instead of the whole path?
|
| Formula--> =CELL("filename";A1)
| Result--> C:\My Documents\[Table.xls]Sheet2
|
| Result expected--> Sheet2
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top