Trying to learn excel as best I can but came across something Im not sure how to do, so hopefully I can get some help here.
I'm doing a mail merge and the data I pulled from our computer returned all the address data in one single column, but to do the merge you must have them in rows. Additionally, some addresses are more than 3 lines - some have as many as 6 - BUT everything is seperated by a blank row, so i think the formula could use that as a trigger to jump to the next line.
So currently my data looks like this:
Company A
1234 Main St.
Anytown, USA 12345
<Space>
Company B
Attn. Mr. Smith
1234 Main St.
Anytown, USA 12345
<Space>
Company C
1234 Main Street
Sometown
Australia
123456
<space>
etc...
And it needs to be
Company A / 1234 Main St. / Anytown, USA 12345
Company B / Attn. Mr. Smith / 1234 Main St. / Anytown, USA 12345
Company C / 1234 Main Street / Sometown / Australia / 123456
Does anyone have a formula or code code for this please? Im a VBA newb, but wanna learn. Thanks!!!
Bookmarks