Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi. I'm using the CONCATENATE function to combine text from two cells but I
need a space between the entries. I've tried hitting the space-bar and also putting the space in quotes. Nothing works. I'm using Excel 97. Thanks. Silas |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Silas
one way: =CONCATENATE(B1," ",C1," ",D1) or: =B1 & " " & C1 & " " & D1 Regards Trevor "Silas" wrote in message ... Hi. I'm using the CONCATENATE function to combine text from two cells but I need a space between the entries. I've tried hitting the space-bar and also putting the space in quotes. Nothing works. I'm using Excel 97. Thanks. Silas |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
try =A1 & " " & B1 -- Regards Frank Kabel Frankfurt, Germany Silas wrote: Hi. I'm using the CONCATENATE function to combine text from two cells but I need a space between the entries. I've tried hitting the space-bar and also putting the space in quotes. Nothing works. I'm using Excel 97. Thanks. Silas |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Frank Kabel" wrote in message ... Hi try =A1 & " " & B1 -- Regards Frank Kabel Frankfurt, Germany Silas wrote: Hi. I'm using the CONCATENATE function to combine text from two cells but I need a space between the entries. I've tried hitting the space-bar and also putting the space in quotes. Nothing works. I'm using Excel 97. Thanks. Silas I got it. Thank you. Silas |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenation | Excel Discussion (Misc queries) | |||
Concatenation help | Excel Worksheet Functions | |||
Concatenation | Excel Discussion (Misc queries) | |||
concatenation | Excel Worksheet Functions | |||
concatenation | Excel Discussion (Misc queries) |