S
Sheila
Stil lin my endeavour to find file names in a particular folder, I
have found this formula that returns the name of ONE only file name in
the folder this book is in. How do I change this to show ALL the
books in the folder?
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1))+1,FIND("]",CELL("filename",A1))-FIND("[",CELL("filename",A1))-5)
Also, once I have done that, I nned to extract the text that will be
in 2 cells of these books on the one sheet that will be in the book
(sheet1). Is there a way of doing that? Text I require will be in C3
and H3 and these text cells can be placed in the same cells in the
workbook I am summarising things in (ie - C3 and H3)
Any help would be appreciated.
Sheila
TIA
have found this formula that returns the name of ONE only file name in
the folder this book is in. How do I change this to show ALL the
books in the folder?
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1))+1,FIND("]",CELL("filename",A1))-FIND("[",CELL("filename",A1))-5)
Also, once I have done that, I nned to extract the text that will be
in 2 cells of these books on the one sheet that will be in the book
(sheet1). Is there a way of doing that? Text I require will be in C3
and H3 and these text cells can be placed in the same cells in the
workbook I am summarising things in (ie - C3 and H3)
Any help would be appreciated.
Sheila
TIA