Transfer string From one cell to n cell

M

memento

Hello I have a cell which contains a string wiht n words (n may vary fo
each row) each word separated by ",".

How can I spread each word in a cell of the same row?

Exemple :
A1 contains : "AAA,bbbs,cccaaa, ddd"
A2 contains : "eee,ffff"

and I want
B1 : "AAA"; C1 : "bbbs"; D1 : "ddd"
B2 : "eee"; C2 : "fff"

Thanks for your help
Nicola
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top