Hi Folks,
This is a variant on a problem that others have posted.
I have an Excel formula that concatenates two fields. I would like to have the results separated by a carriage return so that I can then cut and paste the carriage-return lines into a different (non Office) program with the carriage returns.
It just doesn't seem to be working no matter what I try.
Here is what I have tried:
=IF(ISBLANK(H550), "", "Serial: & CHAR(10) & CHAR(13) &" & E550& "Email: " & H550)
=IF(ISBLANK(H550), "", "Serial: & CHAR(10) &" & E550& "Email: " & H550)
=IF(ISBLANK(H550), "", "Serial: & CHAR(13) &" & E550& "Email: " & H550)
Setting the cell to word wrap DOES cause the text to format properly in the cell, but not when pasted into the other program.
Anyone have any thoughts?
KP
Bookmarks