Hello,
I use make x open.ai x excel.
I would just like the first result I get out of ChatGPT to go to cell J6, then the second to go to J7, then J8 etc. So I used the tools “increment function” so that at each loop, it increments by 1. It works. However it starts at J1 then J2 then J3… I want it to start at J6 then J7 etc. I can’t get it to start with an offset of 6.
Of course I would write “5 + i” but it doesn’t work.
How do I do it?
Thanks for your help!