I have two sheets:
1: Productivity in different types for 200 labors as follow:
<tbody>
</tbody>
2: The progress sheet for 1000 villa with three floors which i need to link with the first one that any quantity done in the same villa shall be updated directly on the second sheet:
<tbody>
</tbody>
i want a formula makes me sum all the quantity don by any labor in the same villa in the first sheet to be sum and filled directly in the second sheet in the executed quantity
1: Productivity in different types for 200 labors as follow:
Date | 1 | 2 | 3 | |
Labor 1 | Prod. 1 | 10 | 7 | 9 |
Prod. 2 | 2 | 5 | 0 | |
Villa no. | 591-G | 340-F | 670-R | |
Labor 2 | Prod. 1 | 11 | 0 | 14 |
Prod. 2 | 3 | 8 | 2 | |
Villa no. | 340-F | 591-G | 591-G |
<tbody>
</tbody>
2: The progress sheet for 1000 villa with three floors which i need to link with the first one that any quantity done in the same villa shall be updated directly on the second sheet:
Villa no. | Executed quantity |
591-G | ???? |
340-F | ???? |
670-R | ???? |
<tbody>
</tbody>
i want a formula makes me sum all the quantity don by any labor in the same villa in the first sheet to be sum and filled directly in the second sheet in the executed quantity