Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using numbers for sheetnames and I need them in a cell in this way
=VALUE(RIGHT(CELL("filename";A3);2)) Is there any another way to put the sheetname into the cell? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Don't know if it's any better:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)*1 Biff "Kiklop" wrote in message ... I am using numbers for sheetnames and I need them in a cell in this way =VALUE(RIGHT(CELL("filename";A3);2)) Is there any another way to put the sheetname into the cell? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That means that the sheetname is available only with the CELL function?
"Biff" wrote in message ... Don't know if it's any better: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)*1 Biff "Kiklop" wrote in message ... I am using numbers for sheetnames and I need them in a cell in this way =VALUE(RIGHT(CELL("filename";A3);2)) Is there any another way to put the sheetname into the cell? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Well, you could get it with a VBA user defined function but why would you if
there is a built-in function. Biff "Kiklop" wrote in message ... That means that the sheetname is available only with the CELL function? "Biff" wrote in message ... Don't know if it's any better: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)*1 Biff "Kiklop" wrote in message ... I am using numbers for sheetnames and I need them in a cell in this way =VALUE(RIGHT(CELL("filename";A3);2)) Is there any another way to put the sheetname into the cell? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you.
"Biff" wrote in message ... Well, you could get it with a VBA user defined function but why would you if there is a built-in function. Biff "Kiklop" wrote in message ... That means that the sheetname is available only with the CELL function? "Biff" wrote in message ... Don't know if it's any better: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)*1 Biff "Kiklop" wrote in message ... I am using numbers for sheetnames and I need them in a cell in this way =VALUE(RIGHT(CELL("filename";A3);2)) Is there any another way to put the sheetname into the cell? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome!
Biff "Kiklop" wrote in message ... Thank you. "Biff" wrote in message ... Well, you could get it with a VBA user defined function but why would you if there is a built-in function. Biff "Kiklop" wrote in message ... That means that the sheetname is available only with the CELL function? "Biff" wrote in message ... Don't know if it's any better: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)*1 Biff "Kiklop" wrote in message ... I am using numbers for sheetnames and I need them in a cell in this way =VALUE(RIGHT(CELL("filename";A3);2)) Is there any another way to put the sheetname into the cell? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to paste link from 4 vertical cells to 4 horizontal cells? | Excel Discussion (Misc queries) | |||
Merge Cells | Excel Discussion (Misc queries) | |||
Use the Merge & Center Button with unprotected Cells - sheet prote | Setting up and Configuration of Excel | |||
Help adding text values | Excel Worksheet Functions | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions |