Hello,
I have a spreadsheet with about 2500 rows that contains contact e-mails for companies. To give you a rough example, it's formatted kind of like this:
Excel 2007
<tbody>
</tbody>
I need to put each e-mail address on its own row, without losing the company info that goes with it. So I'd like it to look like this.
Excel 2007
<tbody>
</tbody>
I'm guessing I'll need a macro to do this, but I can't find anything for this exact scenario. (I'm also a complete rookie with macros.) Any help will be greatly appreciated.
Thanks!
I have a spreadsheet with about 2500 rows that contains contact e-mails for companies. To give you a rough example, it's formatted kind of like this:
Excel 2007
Company | State | |||
---|---|---|---|---|
ABC Company | OH | email1@abc.com | email2@abc.com | email3@abc.com |
XYZ Company | NY | email1@XYZ.com | email2@XYZ.com | email3@XYZ.com |
<tbody>
</tbody>
I need to put each e-mail address on its own row, without losing the company info that goes with it. So I'd like it to look like this.
Excel 2007
Company | State | |
---|---|---|
ABC Company | OH | email1@abc.com |
ABC Company | OH | email2@abc.com |
ABC Company | OH | email3@abc.com |
XYZ Company | NY | email1@XYZ.com |
XYZ Company | NY | email2@XYZ.com |
XYZ Company | NY | email3@XYZ.com |
<tbody>
</tbody>
I'm guessing I'll need a macro to do this, but I can't find anything for this exact scenario. (I'm also a complete rookie with macros.) Any help will be greatly appreciated.
Thanks!