Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When I concatenate text from two cells, the texts get joined together. i want
to insert a space between the two text strings. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming source data in A1 and B1,
In C1: =A1&" "&B1 Or, perhaps better with a TRIM to remove any possible extraneous white spaces in the source data, in C1: =TRIM(A1&" "&B1) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Nadeem" wrote: When I concatenate text from two cells, the texts get joined together. i want to insert a space between the two text strings. Any ideas? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you, Max. It worked perfectly!
"Max" wrote: Assuming source data in A1 and B1, In C1: =A1&" "&B1 Or, perhaps better with a TRIM to remove any possible extraneous white spaces in the source data, in C1: =TRIM(A1&" "&B1) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Nadeem" wrote: When I concatenate text from two cells, the texts get joined together. i want to insert a space between the two text strings. Any ideas? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome, Nadeem !
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Nadeem" wrote: Thank you, Max. It worked perfectly! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
use formatting from source cell in CONCATENATE function | Excel Worksheet Functions | |||
Concatenate question | Excel Worksheet Functions | |||
Concatenate | Excel Discussion (Misc queries) | |||
Using Concatenate inside a vlookup | Excel Worksheet Functions | |||
Concatenate cells without specifying/writing cell address individually | Excel Discussion (Misc queries) |