Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I found that you can do a sheet name to display in a cell, but can you do the
same with the workbook name? For example, if the workbook is named Jabroni Johnson.xls then cell A1 of Sheet1 in that workbook should also display Jabroni Johnson. Thank you |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With the book saved beforehand
In any cell, in any sheet: =TRIM(SUBSTITUTE(MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)+1,FIND("]",CELL("filename",A1),1)-FIND("[",CELL("filename",A1),1)-1),".xls","")) -- Max Singapore http://savefile.com/projects/236895 Downloads:17,700 Files:359 Subscribers:55 xdemechanik --- "RoadKill" wrote: I found that you can do a sheet name to display in a cell, but can you do the same with the workbook name? For example, if the workbook is named Jabroni Johnson.xls then cell A1 of Sheet1 in that workbook should also display Jabroni Johnson. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this,
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1))+1,FIND("]",CELL("filename",A1))-FIND("[",CELL("filename",A1))-5) -- StpNs "RoadKill" wrote: I found that you can do a sheet name to display in a cell, but can you do the same with the workbook name? For example, if the workbook is named Jabroni Johnson.xls then cell A1 of Sheet1 in that workbook should also display Jabroni Johnson. Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pulling color from cell of workbook to another linked workbook | Excel Discussion (Misc queries) | |||
Moving Cell Information from one workbook into another workbook | Excel Worksheet Functions | |||
automatically move cell data in 1 workbook to another workbook | Excel Worksheet Functions | |||
Link A Cell In O ne Workbook To A Formula In Another Workbook | Excel Worksheet Functions | |||
How copy cell workbook to workbook? | Excel Discussion (Misc queries) |