Hi.
I have 2 tables. One of them is source table with few hundreds rows filed by automatic system, which grow every day more. In the second one, I need to summary some data from previous table.
It looks like that:
I need doing calculations in blue table and want to ask you, how to make formula, that find data by Product name and Client and fill all payment and payment date cells. And because source table size changed each day, I really prefer using table dynamic addressing syntax like Table1[#Data] instead of ranges C5:F10. I read about index match and index small constructs, but I'm not sure how they works and how to use them with table structures.
I have 2 tables. One of them is source table with few hundreds rows filed by automatic system, which grow every day more. In the second one, I need to summary some data from previous table.
It looks like that:
Zeszyt1 | ||||||||
---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | |||
2 | ||||||||
3 | ||||||||
4 | Name | sum | payment date | Product | ||||
5 | Client1 | 100 | 02.01.2025 | C | ||||
6 | Client2 | 70 | 15.01.2025 | A | ||||
7 | Client3 | 25 | 17.01.2025 | C | ||||
8 | Client1 | 30 | 21.01.2025 | B | ||||
9 | Client2 | 55 | 22.01.2025 | A | ||||
10 | Client 4 | 30 | 22.01.2025 | A | ||||
11 | ||||||||
12 | ||||||||
Arkusz1 |
Zeszyt1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
G | H | I | J | K | L | M | |||
15 | |||||||||
16 | Product A | ||||||||
17 | Name | payment 1 | payment date 1 | payment 2 | payment date 2 | ||||
18 | Client2 | ||||||||
19 | Client 4 | ||||||||
20 | |||||||||
Arkusz1 |
I need doing calculations in blue table and want to ask you, how to make formula, that find data by Product name and Client and fill all payment and payment date cells. And because source table size changed each day, I really prefer using table dynamic addressing syntax like Table1[#Data] instead of ranges C5:F10. I read about index match and index small constructs, but I'm not sure how they works and how to use them with table structures.