atuljadhav
New Member
- Joined
- Aug 25, 2011
- Messages
- 45
Dear Sir
pl give me formula (not a VBA Code) that insert file name automatically
pl give me formula (not a VBA Code) that insert file name automatically
Here is a different formula to try, but it requires you to type in the worksheet name the formula is on manually. Also, it requires your path/filename to not have multiple adjacent spaces.
=TRIM(RIGHT(SUBSTITUTE(SUBSTITUTE(CELL("filename",A1),"]Sheet1",""),"[",REPT(" ",260)),260))