Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to insert the file name in a cell of the work page (with a funtion)
and be able to change automatically if & when the file name id edited. I Use this on a cover page . |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Deare De Silva,
Try the following array formula (Ctrl+Shift+Enter) =MID(CELL("filename"),MATCH("[",MID(CELL("filename"),ROW(1:150),1),0)+1,MATCH(". ",MID(CELL("filename"),ROW(1:150),1),0)-MATCH("[",MID(CELL("filename"),ROW(1:150),1),0)-1) WHen you change the filename, i guess you would have to vlose and reopen the file. Regards, Ashish Mathur "Mohan De Silva" wrote: I need to insert the file name in a cell of the work page (with a funtion) and be able to change automatically if & when the file name id edited. I Use this on a cover page . |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello Ashish,
Tried entering the formula, but give result #VALUE!. What do you mean by (Ctrl+Shift+Enter) is this to be done in the cell before entering the formula ?? Thanks & appreciate assistance Mohan De Silva "Ashish Mathur" wrote: Deare De Silva, Try the following array formula (Ctrl+Shift+Enter) =MID(CELL("filename"),MATCH("[",MID(CELL("filename"),ROW(1:150),1),0)+1,MATCH(". ",MID(CELL("filename"),ROW(1:150),1),0)-MATCH("[",MID(CELL("filename"),ROW(1:150),1),0)-1) WHen you change the filename, i guess you would have to vlose and reopen the file. Regards, Ashish Mathur "Mohan De Silva" wrote: I need to insert the file name in a cell of the work page (with a funtion) and be able to change automatically if & when the file name id edited. I Use this on a cover page . |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check out this web page of John McGimpsey on the subject:
http://www.mcgimpsey.com/excel/formu..._function.html -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Mohan De Silva" wrote in message ... Hello Ashish, Tried entering the formula, but give result #VALUE!. What do you mean by (Ctrl+Shift+Enter) is this to be done in the cell before entering the formula ?? Thanks & appreciate assistance Mohan De Silva "Ashish Mathur" wrote: Deare De Silva, Try the following array formula (Ctrl+Shift+Enter) =MID(CELL("filename"),MATCH("[",MID(CELL("filename"),ROW(1:150),1),0)+1,MATC H(".",MID(CELL("filename"),ROW(1:150),1),0)-MATCH("[",MID(CELL("filename"),R OW(1:150),1),0)-1) WHen you change the filename, i guess you would have to vlose and reopen the file. Regards, Ashish Mathur "Mohan De Silva" wrote: I need to insert the file name in a cell of the work page (with a funtion) and be able to change automatically if & when the file name id edited. I Use this on a cover page . |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=CELL("filename",A1)
File must be saved before it will work...... Vaya con Dios, Chuck, CABGx3 "Mohan De Silva" wrote in message ... I need to insert the file name in a cell of the work page (with a funtion) and be able to change automatically if & when the file name id edited. I Use this on a cover page . |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Mohan
Check out Bob Phillips' site for this. http://www.xldynamic.com/source/xld.xlFAQ0002.html Gord Dibben Excel MVP On Thu, 22 Dec 2005 15:52:02 -0800, "Mohan De Silva" wrote: I need to insert the file name in a cell of the work page (with a funtion) and be able to change automatically if & when the file name id edited. I Use this on a cover page . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use a cell's value to set the source file name in link | Excel Worksheet Functions | |||
Calculating Cells - Slower in Smaller File | Excel Discussion (Misc queries) | |||
Challenging Charting | Charts and Charting in Excel | |||
How do I insert an Excel file into a PowerPoint Presentation slid. | Excel Worksheet Functions | |||
How do I insert an Excel file into a PowerPoint Presentation slid. | Excel Discussion (Misc queries) |