Excel - How to write into columns and rows

Hi I want to know how to write the data I screenscaped into an excel file in a certain order.

a2 b2
a3 b3
a4 b4
a5 b5

in a continuous order.

In my project I was able to screen scape the data and write it on an excel but the thing is it keeps writing on a1.
Would anyone know how to solve this?

Hi @Kingmdp,
I am unsure how you want to split your screenscraped data, but after you e.g assign the data to variables, you can simply use Write Cell activity, where you will specify in which cell you want these bits of data to be written to.