Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
TTM TTM is offline
external usenet poster
 
Posts: 1
Default How do I add the contents of two cells, containing text.

I have two cells containing two words.
A1 and B1, in the cells I have two words, e.g. 'This' and 'Cell'.
is there a way of adding the contents of the cells with a formula, so that I
get the result in another cell, say, C1 - so it reads 'This Cell'?

I am using Excel 2003 (SP1) and XP Pro with SP2.

Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default How do I add the contents of two cells, containing text.

Try

=A1&" "&B1

In C1

Mike

"TTM" wrote:

I have two cells containing two words.
A1 and B1, in the cells I have two words, e.g. 'This' and 'Cell'.
is there a way of adding the contents of the cells with a formula, so that I
get the result in another cell, say, C1 - so it reads 'This Cell'?

I am using Excel 2003 (SP1) and XP Pro with SP2.

Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default How do I add the contents of two cells, containing text.

And just to add to that, you could do it like this.

="'"&A1&" "&B1&"'?"
Which would return the result as you posted it i.e. 'This Cell'?

Obviously that is not what you meant, I just thought I'd add
it to show some of the possibilities.

HTH
Martin

"TTM" wrote in message
...
I have two cells containing two words.
A1 and B1, in the cells I have two words, e.g. 'This' and 'Cell'.
is there a way of adding the contents of the cells with a formula, so that
I
get the result in another cell, say, C1 - so it reads 'This Cell'?

I am using Excel 2003 (SP1) and XP Pro with SP2.

Thanks.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 48
Default How do I add the contents of two cells, containing text.

Or you could also use the CONCATENATE function. But dont forget to add any
spaces where cells may join

=CONCATENATE(A1," ",B1)

The Speech Marks denotes text characters so you end up with This followed by
a space character followed by the word Cell

Saruman

"TTM" wrote in message
...
I have two cells containing two words.
A1 and B1, in the cells I have two words, e.g. 'This' and 'Cell'.
is there a way of adding the contents of the cells with a formula, so that
I
get the result in another cell, say, C1 - so it reads 'This Cell'?

I am using Excel 2003 (SP1) and XP Pro with SP2.

Thanks.



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
compare the contents of one range of cells with the contents of a. Dozy123 Excel Discussion (Misc queries) 1 January 24th 07 10:14 AM
Can I out the contents of a text box into a cell? Linda B Excel Discussion (Misc queries) 2 July 10th 06 07:45 AM
How do I copy the contents of a range of text cells and paste into one cell? davfin Excel Discussion (Misc queries) 7 July 4th 06 08:16 AM
Complicated counting of cells (based on other cells contents) George Excel Worksheet Functions 3 November 7th 05 06:39 PM
how do populate empty cells with the contents of populated cells . Jim99 Excel Discussion (Misc queries) 6 April 21st 05 05:44 PM


All times are GMT +1. The time now is 11:18 PM.

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"