• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

a table's name using a formula

drom

New Member
Hi and thanks in advance!

I am trying to get a formula not vba and/or macro to get a table's name

so If a tables address is A5:Z560 know the name of the table that has this range.

ps: I know how to do this using a macro

it's why I would like to know if is possible to have this information using a formula
 
Hi,

I don't think it is possible to get the name with a standard function.
I understand you were looking for a non VBA approach but have you considered a UDF? It still requires VBA to create the custom function but after that it would be used as a regular function on the sheet.
 
Back
Top