Quote:
Originally Posted by jack_n_bub
Hi,
Is it alright for you to use a VBA custom function which works in an exactly the same way. It is definitely possible to return what you are asking for. Here is a formula that would return the sheet name in the sheet it is used.
=RIGHT(CELL("filename",B1),LEN(CELL("filename",B1) )-FIND("]",CELL("filename",B1),1))
As you see it is a cumbersome process to get such a simple information from built in functions. Also looking at the existing way the formula is return there can be some issues later such as what happens when someone inserts a new sheet. You will have to modify your formula.
Prashant
|
EDIT - Okay, a bit of self-education and a custom VBA would be fine. Let me know if you need anything from me. This is really kind of you. Thank you!