Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I combine text from adjacent cells?

I'm trying to combine three adjacent cells. The first cell has a name, the
second cell has the, @, symbol and the third cell has the e-mail signature.
How do I combine all three to give me a complete e-mail address?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,091
Default How do I combine text from adjacent cells?

Perhaps =TRIM(A1)&TRIM(A2)&TRIM(A3)

Tyro

"Qegmag" wrote in message
...
I'm trying to combine three adjacent cells. The first cell has a name, the
second cell has the, @, symbol and the third cell has the e-mail
signature.
How do I combine all three to give me a complete e-mail address?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How do I combine text from adjacent cells?

=A1&B1&C1 entered in D1


Gord Dibben MS Excel MVP

On Mon, 7 Jan 2008 16:49:01 -0800, Qegmag
wrote:

I'm trying to combine three adjacent cells. The first cell has a name, the
second cell has the, @, symbol and the third cell has the e-mail signature.
How do I combine all three to give me a complete e-mail address?


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
How do I stop text displaying in blank adjacent cells? CathyMcK Excel Discussion (Misc queries) 3 February 23rd 12 07:37 AM
Combine text and cells Jen Excel Discussion (Misc queries) 2 May 21st 07 08:48 PM
How can I combine text from several cells into one? Michael Excel Discussion (Misc queries) 5 January 16th 07 10:25 PM
Adding numbers based on partial text in adjacent cells s31064 Excel Discussion (Misc queries) 3 December 9th 06 02:53 AM
Text comparison in adjacent cells Andy Excel Discussion (Misc queries) 3 January 23rd 06 05:58 PM


All times are GMT +1. The time now is 08:04 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"