Hello,
Is there any way to copy same data into multiple cells to output file. Like for example, i need to copy Cell A50 from input file to output file into multiple cells (A320, B250, C500....)
Input data
Expected Output
| A320 | B250 | C500 | G100 |
| 500 | 500 | 500 | 500 |
Currently i am using individual output file with control container for each one of these cell.