Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Concatenation...

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,089
Default Concatenation...

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Concatenation...

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Concatenation...


"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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenation Vic Excel Discussion (Misc queries) 5 October 22nd 09 05:57 PM
Concatenation help Naresh Excel Worksheet Functions 4 September 30th 09 12:50 AM
Concatenation Nanapat Excel Discussion (Misc queries) 4 December 13th 08 01:47 PM
concatenation nandkishor Excel Worksheet Functions 2 September 5th 07 05:36 AM
concatenation mattguerilla Excel Discussion (Misc queries) 3 January 26th 06 11:47 PM


All times are GMT +1. The time now is 05:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"