I'm trying to concatenate 3 different cells into a single cell that has each of 3 origianl cells' contents on it's own line.
For Example:
Given the below:
a2 a3 a4
John Doe 123 A Rd City,ST,Zip
I would like to have:
a1
John Doe
123 A Rd
City,ST,Zip
I know I can use ALT+ENTER when editing a cell to enter a "hard" return, but I'd like to do this with concatenation, AND not have to write a macro. I thought it would be quick and easy... The function CHAR doesn't do it.
Any help would be appreciated.
Thanks,
Mike
For Example:
Given the below:
a2 a3 a4
John Doe 123 A Rd City,ST,Zip
I would like to have:
a1
John Doe
123 A Rd
City,ST,Zip
I know I can use ALT+ENTER when editing a cell to enter a "hard" return, but I'd like to do this with concatenation, AND not have to write a macro. I thought it would be quick and easy... The function CHAR doesn't do it.
Any help would be appreciated.
Thanks,
Mike