Thanks, Laur
Your reply was rather helpful. It worked without worry, but as I was typing it into my worksheet, I noticed that your formula has what I consider a "stipulation" of sorts. When the formula finds the characters "[" and "." , it will work so long as the subfolders in the directory and the filename (minus the extension) exclude those characters. If the directory was something like "C:\Sports\Football[2002]\Rams.Preseason.xls" the formula will return the result "2002]\Rams" . This is probably not what the formula is needed to retrieve
I'm not entirely sure how to adjust the formula to avoid this situation indefinitely, but based on what you submitted, I managed to protect my project against any problems regarding just the "." character
This is the formula I am using
=MID(CELL("filename",$A$1),FIND("[",CELL("filename",$A$1))+1,(FIND(".",CELL("filename",$A$1)))-(FIND("[",CELL("filename",$A$1))+1)
I hope this opens up a few doors for not only you and me, but for any and all users who may find themselves in the same situation I was in before I posted today. It is, by no means, a simple or entirely fool-proof formula, but so long as "[" and ".xls" are not used in the subfolders or filename (minus the extension), it does the trick nicely
Thanks again for your help
Jeremy