I have an excel sheet where a column contains memory informations formatted this way on one unique line in each cell:
{(slot 2048 MB,1,667,Unknown),(slot 2048 MB,2,667,Unknown),(slot 2048 MB,3,667,Unknown),(slot 2048 MB,4,667,Unknown)}
How can I format each cell to display the content of one parenthesis per line:
(slot 2048 MB,1,667,Unknown),
(slot 2048 MB,2,667,Unknown),
(slot 2048 MB,3,667,Unknown),
(slot 2048 MB,4,667,Unknown)