Excel function

J

Jack Schitt

=RIGHT(CELL("filename",A1),LEN(CELL("filename",A1))-FIND("]",CELL("filename",A1))

assuming I read the question correct.
You might want to use INDIRECT("A1") instead of A1 to protect against
deletion of row 1. Or you can use the cell reference that contains the
calling formula.
 
Top