I suspect that this cant be done but just checking, since I presume Excel can only import basic string/delimited data. I have a calculated field in Casio that uses CHAR13 to make a mailing address using name+address+city+state+zipcode and putting it in the calculated field with hard returns:
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
roattw
I suspect that this cant be done but just checking, since I presume Excel can only import basic string/delimited data. I have a calculated field in Casio that uses CHAR13 to make a mailing address using name+address+city+state+zipcode and putting it in the calculated field with hard returns:
'[@field:First_Name]'+' '+'[@field:Last_Name]'+', MD'+CHAR(13)+'[@field:Address]'+CHAR(13)+
'[@field:City]'+', '+'[@field:State]'+' '+'[@field:Zipcode]'
Name
Address
City, State Zipcode
But when exported that field just comes across as a run-on address, where it honors the "spaces" but not hard returns:
Bob Smith1313Lawyer RoadCincinnati, OH 45223
Limited by how Excel imports data?
Thx!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.