Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a worksheet function that returns the name of the sheet the cell is
on? (Much like the way ROW() and COLUMN() return the cell's position) =ROW() =COLUMN() =SHEETNAME() the ADDRESS function I thought would work but it only accepts a literal string that is then appended to the address generated by ROW and COLUMN. =ADDRESS(ROW(),COLUMN(),,,"Sheet1") I need this: =ADDRESS(ROW(),COLUMN(),,,???YouTellMe) TIA Charlie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
what's the function to return a sheetname in a cell in Excel? | Excel Worksheet Functions | |||
Automatically update SheetName in workbook sub if SheetName changes | Excel Discussion (Misc queries) | |||
Does anyone see this .xls]sheetname? | Excel Discussion (Misc queries) | |||
Using a cell to reference sheetname in vlookup function | Excel Worksheet Functions | |||
SheetName Function | Excel Programming |