Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I have AAA in cell A1 and BBB in cell B1 and I want to use the concatenate function to output the below in cell C1 but I having trouble printing double quotes ". AAA"BBB" Could someone please tell me the escape charater to do this? -- SteveFox ------------------------------------------------------------------------ SteveFox's Profile: http://www.excelforum.com/member.php...o&userid=28975 View this thread: http://www.excelforum.com/showthread...hreadid=495718 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Try this: =A1&""""&B1&"""" That's 4 double quotes on each side if it's had to distinguish. Biff "SteveFox" wrote in message ... I have AAA in cell A1 and BBB in cell B1 and I want to use the concatenate function to output the below in cell C1 but I having trouble printing double quotes ". AAA"BBB" Could someone please tell me the escape charater to do this? -- SteveFox ------------------------------------------------------------------------ SteveFox's Profile: http://www.excelforum.com/member.php...o&userid=28975 View this thread: http://www.excelforum.com/showthread...hreadid=495718 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Steve
=A1 & """" & B1 & """" Gord Dibben Excel MVP On Fri, 23 Dec 2005 01:02:42 -0600, SteveFox wrote: I have AAA in cell A1 and BBB in cell B1 and I want to use the concatenate function to output the below in cell C1 but I having trouble printing double quotes ". AAA"BBB" Could someone please tell me the escape charater to do this? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
And when you get really frustrated...
=A1&CHAR(34)&B1&CHAR(34) SteveFox wrote: I have AAA in cell A1 and BBB in cell B1 and I want to use the concatenate function to output the below in cell C1 but I having trouble printing double quotes ". AAA"BBB" Could someone please tell me the escape charater to do this? -- SteveFox ------------------------------------------------------------------------ SteveFox's Profile: http://www.excelforum.com/member.php...o&userid=28975 View this thread: http://www.excelforum.com/showthread...hreadid=495718 -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
And when you get really frustrated...
That never happens, does it? Biff "Dave Peterson" wrote in message ... And when you get really frustrated... =A1&CHAR(34)&B1&CHAR(34) SteveFox wrote: I have AAA in cell A1 and BBB in cell B1 and I want to use the concatenate function to output the below in cell C1 but I having trouble printing double quotes ". AAA"BBB" Could someone please tell me the escape charater to do this? -- SteveFox ------------------------------------------------------------------------ SteveFox's Profile: http://www.excelforum.com/member.php...o&userid=28975 View this thread: http://www.excelforum.com/showthread...hreadid=495718 -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Doh!
Biff wrote: And when you get really frustrated... That never happens, does it? Biff "Dave Peterson" wrote in message ... And when you get really frustrated... =A1&CHAR(34)&B1&CHAR(34) SteveFox wrote: I have AAA in cell A1 and BBB in cell B1 and I want to use the concatenate function to output the below in cell C1 but I having trouble printing double quotes ". AAA"BBB" Could someone please tell me the escape charater to do this? -- SteveFox ------------------------------------------------------------------------ SteveFox's Profile: http://www.excelforum.com/member.php...o&userid=28975 View this thread: http://www.excelforum.com/showthread...hreadid=495718 -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I format a cell to include quotes " " | Excel Worksheet Functions | |||
Triple Quotes when saving to *.csv | Excel Discussion (Misc queries) | |||
install Office Assistant character file? | Excel Discussion (Misc queries) | |||
Searching a cell for a certain character. | Excel Worksheet Functions | |||
Removing ' character from cells | Excel Discussion (Misc queries) |