Hi there, I have an Excel Document which contains data. The Task is to read from the first 7 Columns, calculate with the data and fill the results in the same row, where it comes from.
"First free row" adds the results AFTER my input data. I tried to work around with filling in an empty Column before the table, but it didnt work.
What would work aswell, if I can anyhow make in a loop: Fill in Column 9, field 2 [plus 1 per loop]. Because the fields are always the same.
So for example:
Loop 1 writes to Column 9 Field 2
Loop 2 writes to Column 9 Field 3
Loop 4 writes to Column 9 Field 4
[...]