Increment in rows

Hello, maybe someone can help me. I have to transfer the data from the second table to the first table by name, as shown in the last table, and then I will receive other data instead of the second table and I have to attach them to the second row, and so on.


image

Result:

Hi @FlorinOvi

you would have to use nested loops for this.
Assuming you have to update column C,D,F,G,I,J basis on Plant Description Table.

Conditioning would be needed to update the master sheet.

Thanks