Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"RoadKill" wrote:
I was just wondering if it is possible to fill a field with a sheet name. So if my sheet is named John Doe, can cell A1 be prefilled with that name? The book must be saved first Click Insert Name Define Put under "Names in workbook:": WSN Put in the "Refers to:" box: =MID(CELL("Filename",INDIRECT("A1")),FIND("]",CELL("Filename",INDIRECT("A1")))+1,32) Click OK The above defines WSN as a name we can use to refer to the sheetname in formulas. It will auto-extract the sheetname implicitly. Technique came from a post by Harlan. Test it out: In any sheet, in any cell, put: =WSN, and that cell will return the sheet's name -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I fill a formula on another sheet that repeat every 50 cell | Excel Discussion (Misc queries) | |||
How do I fill a formula on another sheet that repeat every 50 cell | Excel Worksheet Functions | |||
Auto Fill Different Sheets same cell on each sheet? | Excel Discussion (Misc queries) | |||
Auto fill of cell with information from seperate sheet | Excel Worksheet Functions | |||
Conditionally Fill a sheet row if cell value in another sheet 0 | Excel Worksheet Functions |