Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Absolutely right, I tried to do a quick cheat on this formula and never
consiodered the consequences :) =MID(CELL("filename"),SEARCH("[",CELL("filename"))+1, SEARCH("]",CELL("filename"))-SEARCH("[",CELL("filename"))-1) Mike "Peo Sjoblom" wrote: You need to use a cell reference or it will return the sheet name of the last sheet that was changed =MID(CELL("filename",A1),SEARCH("]",CELL("filename",A1))+1,SEARCH("]",CELL("filename",A1))-SEARCH("[",CELL("filename",A1))-1) -- Regards, Peo Sjoblom "Mike H" wrote in message ... Try, =MID(CELL("filename"),SEARCH("]",CELL("filename"))+1, SEARCH("]",CELL("filename"))-SEARCH("[",CELL("filename"))-1) Mike "JayJay" wrote: I want a function like =INFO() or =CELL() that returns the name of the current worksheet, e.g. =CELL("WorkSheetName"). Is there such a function? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
display current cell contents in another worksheet | Excel Worksheet Functions | |||
Saving current worksheet on cell value change | New Users to Excel | |||
How to get current worksheet name to display in a cell? | Excel Worksheet Functions | |||
Display multiple tabs in current worksheet | Excel Worksheet Functions | |||
I need current value of one worksheet into another cell? | Excel Worksheet Functions |