Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / December 2005

Tip: Looking for answers? Try searching our database.

Worksheet name in cell

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Patrick Simonds - 17 Dec 2005 22:36 GMT
How can I place the current worksheet name into cell A1?
JE McGimpsey - 17 Dec 2005 22:45 GMT
See

  http://www.mcgimpsey.com/excel/formulae/cell_function.html

> How can I place the current worksheet name into cell A1?
RagDyeR - 17 Dec 2005 22:46 GMT
The WB *must* be saved for this to return the sheet name.

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

Signature

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

How can I place the current worksheet name into cell A1?
Barb Reinhardt - 17 Dec 2005 22:51 GMT
Try this

=MID(CELL("filename",A1),SEARCH("]",CELL("filename",A1),1)+1,LEN(CELL("filename",A1))-SEARCH("]",CELL("filename",A1)))

> How can I place the current worksheet name into cell A1?
Bob Phillips - 17 Dec 2005 23:20 GMT
See http://www.xldynamic.com/source/xld.xlFAQ0002.html

Signature

HTH

Bob Phillips

(remove nothere from email address if mailing direct)

> How can I place the current worksheet name into cell A1?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.