Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Google Sheet Table in one row

I have a problem with my google sheet. I hope someone can help me or point me in the right direction.
I auto create a table with following structure:

Question | Answer a | Answer b | Answer c | Right Answer
ex Question | ex Answer | ex Answer | ex Answer | ex right Answer
ex Question | ex Answer | ex Answer | ex Answer | ex right Answer

etc

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

I want to format it in the following structure:

Question 1 | Answer 1a | Answer 1b | Answer 2b | Right Answer 1 | Question 2 | Answer 2a etc

Is there any function or way to make it happen in google sheets?
To make one table in one row

Thank you in advance!

>Solution :

It’s difficult to tell based on the formatting in your question, but it sounds like your original data table looks like the table below and you want to be able to push it all to a single row.

You should be able to accomplish this using a single function:

=TOROW(A:E,1)
A B C D E
Question Answer a Answer b Answer c Right Answer
ex Question ex Answer ex Answer ex Answer ex right Answer
ex Question ex Answer ex Answer ex Answer ex right Answer
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading