
Edward A. answered 07/12/19
Math Tutor, Retired Computer Scientist and Technical Communicator
I believe I know what you are asking: you have data in a column, such as a2:a10, and you’d like it in a row, such as b1:j1. In addition, you’d like the row automatically updated when the column is updated.
Here is my answer:
Assuming your data is in column a2:a26,
in b1 enter the formula “=index($a1:$a26,column())”
Now copy that formula into c1:z1.
This does the job. If you have further questions, please ask.