Jon Melone
Board Regular
- Joined
- Mar 10, 2008
- Messages
- 109
I need to concatenate two cells and display with quotations. The cells are A1 and B1 and contain only text.
For example, the output in C1 should display quotations around the text in A1, concatenate a semi colon, concatenate B1 with quotes, and finally concatenate another semil colon. The output to the screen in C1 will show as (where A1 = text1 and B1 = text2): "text1";"text2";
The easy part is =A1&";"&B1&";". How do I display quotes within quotes? I'm vaguely familair with escape characters, but haven't found reference to them in Excel Help menu. Do I have learn how to use ASCII?
Jon
For example, the output in C1 should display quotations around the text in A1, concatenate a semi colon, concatenate B1 with quotes, and finally concatenate another semil colon. The output to the screen in C1 will show as (where A1 = text1 and B1 = text2): "text1";"text2";
The easy part is =A1&";"&B1&";". How do I display quotes within quotes? I'm vaguely familair with escape characters, but haven't found reference to them in Excel Help menu. Do I have learn how to use ASCII?
Jon