Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there any way to display a worksheet name in the cell of another
worksheet. Example: Worksheet names 1, 2, 3, Summary. I want the Names 1,2 and 3 to display in cells on the Summary worksheet. These sheets are all in the same workbook. I have seen answer for getting the worksheet name to display in a cell on the same worksheet but not different worksheet names. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this...
Create this named formula Goto the menu InsertNameDefine Name: SheetNames Refers to: =GET.WORKBOOK(1)&T(NOW()) OK Assume you want the names listed on your Summary sheet starting in cell A1. Enter this formula in Summary A1: =INDEX(MID(SheetNames,FIND("]",SheetNames)+1,255),ROWS(A$1:A1)) Copy down until you get a #REF! error. Delete all the cells that return the #REF! error. -- Biff Microsoft Excel MVP "treen" wrote in message ... Is there any way to display a worksheet name in the cell of another worksheet. Example: Worksheet names 1, 2, 3, Summary. I want the Names 1,2 and 3 to display in cells on the Summary worksheet. These sheets are all in the same workbook. I have seen answer for getting the worksheet name to display in a cell on the same worksheet but not different worksheet names. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Found following reply to another question, download this addin and you will have the required functions you are looking for. =FILENAME =SHEETNAME Thanks to NBVC. Wkr, JP Download the free Morefunc.xll addin from he http://download.cnet.com/Morefunc/30...-10423159.html and use this formula: =SUBSTITUTE(TRIM(MCONCAT(IF(ISTEXT(A1:G1),A1:G1,"" )," "))," ",",") which must be confirmed with CTRL+SHIFT+ENTER not just ENTER... after you have adjusted the ranges to suit. -- NBVC Where there is a will there are many ways. 'The Code Cage' (http://www.thecodecage.com) ------------------------------------------------------------------------ NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=123925 "treen" wrote in message ... Is there any way to display a worksheet name in the cell of another worksheet. Example: Worksheet names 1, 2, 3, Summary. I want the Names 1,2 and 3 to display in cells on the Summary worksheet. These sheets are all in the same workbook. I have seen answer for getting the worksheet name to display in a cell on the same worksheet but not different worksheet names. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
In the cell where you want the sheet name enter the formula as follow =MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)+1,FIND("]",CELL("filename",A1),1)-FIND("[",CELL("filename",A1),1)-1) "treen" wrote: Is there any way to display a worksheet name in the cell of another worksheet. Example: Worksheet names 1, 2, 3, Summary. I want the Names 1,2 and 3 to display in cells on the Summary worksheet. These sheets are all in the same workbook. I have seen answer for getting the worksheet name to display in a cell on the same worksheet but not different worksheet names. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Very nice-- works fine and is very helpful...
How about a list of only VISIBLE worksheets? -KIM W "T. Valko" wrote: Try this... Create this named formula Goto the menu InsertNameDefine Name: SheetNames Refers to: =GET.WORKBOOK(1)&T(NOW()) OK Assume you want the names listed on your Summary sheet starting in cell A1. Enter this formula in Summary A1: =INDEX(MID(SheetNames,FIND("]",SheetNames)+1,255),ROWS(A$1:A1)) Copy down until you get a #REF! error. Delete all the cells that return the #REF! error. -- Biff Microsoft Excel MVP "treen" wrote in message ... Is there any way to display a worksheet name in the cell of another worksheet. Example: Worksheet names 1, 2, 3, Summary. I want the Names 1,2 and 3 to display in cells on the Summary worksheet. These sheets are all in the same workbook. I have seen answer for getting the worksheet name to display in a cell on the same worksheet but not different worksheet names. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I display the worksheet name in the title bar for Excel? | Setting up and Configuration of Excel | |||
Can you cell reference for the title of the worksheet tab? | Excel Worksheet Functions | |||
Worksheet Title in Cell? | Excel Discussion (Misc queries) | |||
Cell display worksheet title | Excel Worksheet Functions | |||
... I would like the Worksheet Tab Title to be in Cell A1 too... | Excel Discussion (Misc queries) |