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

How do I combine two arrays when I have a custom title

={"Title1"; A2:A} would set a custom title and then return from the second row in the specified column, but how can I continue this one for the next column? ={"Title1"; A2:A, "Title2"; B2:B} only returns the second column and skips the first one.

>Solution :

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

You may try:

={{"Title1"; A2:A}, {"Title2"; B2:B}}

OR

=hstack(vstack("Title1",A2:A), vstack("Title2",B2:B))
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