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

Ordering cell values according to cell number

I have some data spread through different cells. Some cells have comma separated values.
I have included an example that can be seen in the link.

I need to match the data with cell number and show them in the results section as in the example sheet.

How can i achieve this outcome? a little help please. thanks.

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

>Solution :

try:

=ARRAYFORMULA(SPLIT(FLATTEN(QUERY(TRANSPOSE(REPT(
 IF(A2:O3="",,A1:O1&"×"), LEN(IFERROR(
 REGEXREPLACE(A2:O3, "[0-9]+", )))+1)),,9^9)), "×"))

enter image description here

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