Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() It worked, thanks =MID(CELL("filename",A2),FIND("[",CELL("filename",A2))+1,SUM(FIND({"[";"]"},CELL("filename",A2))*{-1;1})-1) _Pascal__wrote back with this formula as a way to put the filename as a cell value. Is there a way to remove the file extension. Example "filename.xls" to "filename"? Please let me know. -- chas975 ------------------------------------------------------------------------ chas975's Profile: http://www.excelforum.com/member.php...o&userid=34530 View this thread: http://www.excelforum.com/showthread...hreadid=542997 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MID(CELL("filename",A2),FIND("[",CELL("filename",A2))+1,FIND(".",CELL("filename", A2))-5)
Vaya con Dios, Chuck, CABGx3 "chas975" wrote: It worked, thanks =MID(CELL("filename",A2),FIND("[",CELL("filename",A2))+1,SUM(FIND({"[";"]"},CELL("filename",A2))*{-1;1})-1) _Pascal__wrote back with this formula as a way to put the filename as a cell value. Is there a way to remove the file extension. Example "filename.xls" to "filename"? Please let me know. -- chas975 ------------------------------------------------------------------------ chas975's Profile: http://www.excelforum.com/member.php...o&userid=34530 View this thread: http://www.excelforum.com/showthread...hreadid=542997 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
substitute the filename in a cell reference with a string in another cell. | Excel Discussion (Misc queries) | |||
cell filename | Excel Discussion (Misc queries) | |||
How do I use a cell value as the filename in an external link? | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions |