Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I stop text displaying in blank adjacent cells? | Excel Discussion (Misc queries) | |||
Combine text and cells | Excel Discussion (Misc queries) | |||
How can I combine text from several cells into one? | Excel Discussion (Misc queries) | |||
Adding numbers based on partial text in adjacent cells | Excel Discussion (Misc queries) | |||
Text comparison in adjacent cells | Excel Discussion (Misc queries) |