Hi everyone,
I am trying to split some text inside some cells into rows, i know how text to columns (rows) works but I would like to do it for all columns that have a delimiter (two data)
Example:

I have 76 columns (only one row because it is a sample, it is supposed to be 1000+ rows) and I want it to split all cells that has the data into two rows (there are no more than 2 data).
I am trying with transpose and text to columns but I don't achieve the desired solution...
Help!! 