How can I write an Excel macro to exctract substrings from a comma separated string located in a single cell and put each substring in a cell of a certain column.
Hi you can use the <b>Split </b>function as described <a href="http://spreadsheetpage.com/index.php/tip/the_versatile_split_function/">in this article</a>
Last Wiki Answer Submitted: April 12, 2009 8:08 am by alessandro.panzetta9,695 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
The Split sunction is exactly what I need! Thank you very much!