Creating a Numbers file

I'd like to create a numbers file with a cover sheet that pulls data from each subsequent sheet when it is added. So each numbered row represents a Sheet in the file. Each lettered column represents a standard value from the sheets. The sheets are all uniform (except the first) and as I copy a new sheet into the file it fills the details into the row. Am I crazy or is this possible?

Posted on Aug 25, 2023 06:41 AM

Reply
Question marked as Top-ranking reply

Posted on Aug 25, 2023 09:22 AM

Here is a standard example of how to gather data from multiple sheets, including new sheets as they are created. I'm not sure exactly what you need. Hopefully this example will get you started. If your sheet/table naming convention follows a pattern or is otherwise known ahead of time, you can pre-fill the sheet and table names and the data will fill in automatically when the new sheets/tables are created.





Formula in B2 =IFERROR(INDIRECT($A2&"::"&B$1),"")

Fill down and across to complete the table

I summed the results in the footer row at the bottom but that's not a necessary step.

My example document has Sheets 1-5. As I add new sheets their data will fill in automatically.

2 replies
Question marked as Top-ranking reply

Aug 25, 2023 09:22 AM in response to Mark_S79

Here is a standard example of how to gather data from multiple sheets, including new sheets as they are created. I'm not sure exactly what you need. Hopefully this example will get you started. If your sheet/table naming convention follows a pattern or is otherwise known ahead of time, you can pre-fill the sheet and table names and the data will fill in automatically when the new sheets/tables are created.





Formula in B2 =IFERROR(INDIRECT($A2&"::"&B$1),"")

Fill down and across to complete the table

I summed the results in the footer row at the bottom but that's not a necessary step.

My example document has Sheets 1-5. As I add new sheets their data will fill in automatically.

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.

Creating a Numbers file

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