Trying to move data from multiple lines in 1 table to a single cell in another table

I am trying to get the data from Table 1 over to Table 2 for the corresponding dates.

So on Table 2 in cell B2 I'd like it to equal Table 1 Cell D2 + D3 (89)


And also on Table 2 C2 to equal Table 1 D2 (59)


The data is Red is what I'd like to achieve with some form of automation



iMac (2017 – 2020)

Posted on Dec 2, 2023 1:12 PM

Reply
Question marked as Top-ranking reply

Posted on Dec 2, 2023 4:43 PM

Open the Format sidebar with the paintbrush in the toolbar. Type = in a cell and the list of functions will fill the sidebar. Look for SUMIFS.


So in Table 2::B2, you want to add all items picked on the date in A2

=SUMIFS(Table 1::$D,Table 1::A,$A2)


Similarly in Table 2::C2, you want to add all items packed on the date in A2

=SUMIFS(Table 1::$D,Table 1::B,$A2)

2 replies
Question marked as Top-ranking reply

Dec 2, 2023 4:43 PM in response to Oneanth

Open the Format sidebar with the paintbrush in the toolbar. Type = in a cell and the list of functions will fill the sidebar. Look for SUMIFS.


So in Table 2::B2, you want to add all items picked on the date in A2

=SUMIFS(Table 1::$D,Table 1::A,$A2)


Similarly in Table 2::C2, you want to add all items packed on the date in A2

=SUMIFS(Table 1::$D,Table 1::B,$A2)

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.

Trying to move data from multiple lines in 1 table to a single cell in another table

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