Steve....
Re:
=MID(CELL("filename"),FIND("]",CELL("filename"))+1,255)
You can just copy the formula directly from the post and paste it into the
formula bar.
"filename" is not the name of your file.
It's the Info_Type to be returned by the CELL function.
(I should have been more clear.)
Does that help?
***********
Regards,
Ron
XL2002, WinXP
If you put my posted formula in more than one sheet.....
all formulas will return the same value on all sheets (unless you recalculate)
To force them to show the correct sheet names,
try this, instead
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)&T(NOW())
***********
Regards,
Ron
XL2002, WinXP
> Steve....
>
[quoted text clipped - 36 lines]
> > > >
> > > > Steve
Steve - 27 Feb 2007 17:52 GMT
Ok, great. Thanks. I thought filename was the name of the file. Also, before
I saw this recalc post, I found some help here at work, and this formula also
works
=MID(CELL("filename",A4),FIND("]",CELL("filename",A4))+1,LEN(CELL("filename",A4))-FIND("]",CELL("filename",A4)))
Thanks again,
Steve
> If you put my posted formula in more than one sheet.....
> all formulas will return the same value on all sheets (unless you recalculate)
[quoted text clipped - 49 lines]
> > > > >
> > > > > Steve