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

TRANSPOSE and leave 3 blank cells between each outputted cell value

I’m trying to transpose a column of different values into a row with only uniques, where there is a space of three empty cells between each outputted value. current output vs. desired output If anyone has an idea of how to approach this, your input would be greatly appreciated. Thanks y’all

>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

Try

=transpose(flatten(index({unique(A2:A11),
iferror(sequence(countunique(A2:A11),3)/0)})))

Essentially, we are creating a virtual array with the unique values in A2:A11 and 3 blank columns, flattening it and finally transposing it.

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