Numbers Indirect Function another sheet any Table column?

is it possible for indirect function to reference another sheet any table by cell address?


I wish to skip manually renaming Table when sheet already suffice for viewing multiple sheets.


alternatively is it possible for formula to rename table if sheet is renamed?


Posted on Jun 6, 2022 12:30 AM

Reply
Question marked as ⚠️ Top-ranking reply

Posted on Jun 6, 2022 1:19 AM

Yes you can build your address based on sheet and table name


This sheet contains the data that I will retrieve


And this sheet will show the result

As soon as I change the table name it will pull the data from the other table

Formula for cell B5: INDIRECT(CONCATENATE(B2,"::",ADDRESS(2,2,1,FALSE,B3)),FALSE)


Based on your region the , or the ; will be used to separate the different sections of a formula.

Hope this will help


Ralf

Similar questions

1 reply
Sort By: 
Question marked as ⚠️ Top-ranking reply

Jun 6, 2022 1:19 AM in response to Sunnyintoronto123

Yes you can build your address based on sheet and table name


This sheet contains the data that I will retrieve


And this sheet will show the result

As soon as I change the table name it will pull the data from the other table

Formula for cell B5: INDIRECT(CONCATENATE(B2,"::",ADDRESS(2,2,1,FALSE,B3)),FALSE)


Based on your region the , or the ; will be used to separate the different sections of a formula.

Hope this will help


Ralf

Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Numbers Indirect Function another sheet any Table column?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.