Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is there a formula that will place the sheet name in a cell?
Thanks, Reed |
#2
![]() |
|||
|
|||
![]()
Reed,
Take a look at http://www.xldynamic.com/source/xld.xlFAQ0002.html -- HTH Bob Phillips "Reed" wrote in message ... Is there a formula that will place the sheet name in a cell? Thanks, Reed |
#3
![]() |
|||
|
|||
![]()
Reed,
Use the following formula: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,99) The file must have been saved once in order to work. Do not replace "filename" with the file name. Use the formula exactly as written. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Reed" wrote in message ... Is there a formula that will place the sheet name in a cell? Thanks, Reed |
#4
![]() |
|||
|
|||
![]()
Hi Reed
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,250) It's a little awkward, and it needs the file to be saved to work. HTH. Best wishes Harald "Reed" skrev i melding ... Is there a formula that will place the sheet name in a cell? Thanks, Reed |
#5
![]() |
|||
|
|||
![]() Hello All, Maybe I am missing something here but I am required to do this on all my work on the job. Select the cell where you want the file name to appear then type the formula - =CELL("filename") then hit enter. Like I said maybe I missed a bit if information, wherein this longer more complicated formula must be used. |
#6
![]() |
|||
|
|||
![]()
Two problems..
1, it returns the whole path, file and sheet name, and the OP asked just for the sheet name 2. you haven't anchored the formula to the sheet. Try this. Put that formula in A1. Then go to another sheet, change the sheet name, go back to your original sheet. Take a look at A1. -- HTH Bob Phillips "lightninbug" wrote in message ... Hello All, Maybe I am missing something here but I am required to do this on all my work on the job. Select the cell where you want the file name to appear then type the formula - =CELL("filename") then hit enter. Like I said maybe I missed a bit if information, wherein this longer more complicated formula must be used. |
#7
![]() |
|||
|
|||
![]() Thanks Bob - I knew there had to be a reason for the longer formula! I am glad I asked : ) |
#8
![]() |
|||
|
|||
![]()
bug
Your formula returns the entire path,filename and sheetname. OP wanted the sheetname only. Also note what happens using your formula when you switch sheets then come back to the original sheet. Visit Bob's site for more info. http://www.xldynamic.com/source/xld.xlFAQ0002.html Gord Dibben Excel MVP On Wed, 19 Jan 2005 16:59:03 -0800, "lightninbug" wrote: Hello All, Maybe I am missing something here but I am required to do this on all my work on the job. Select the cell where you want the file name to appear then type the formula - =CELL("filename") then hit enter. Like I said maybe I missed a bit if information, wherein this longer more complicated formula must be used. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need formula for sheet & cell reference | Excel Worksheet Functions | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
looking for a formula | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions | |||
what is the formula for changing the same cell on different sheet. | Excel Worksheet Functions |