ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   CONCATENATE CRAZY! (https://www.excelbanter.com/excel-worksheet-functions/169649-concatenate-crazy.html)

lalab8

CONCATENATE CRAZY!
 
HELP!! Okay, so I'm not an expert in Excel, please bear with me... I have a
very simple worksheet where column D1 is labeled Town, column E1 is labeled
ST and column F is labeled, you guessed it, ZIP. All I want to do is combine
the data in those cells and subsequent data in rows 2 - 671 into one column.
Does anyone know of an easy way to accomplish this? Thanks in advance for
any help you can provide.
--
lala

T. Valko

CONCATENATE CRAZY!
 
Try this:

D2 = Pittsburgh
E2 = PA
F2 = 15222

=D2&" "&E2&" "&F2

Returns:

Pittsburgh PA 15222

=D2&", "&E2&", "&F2

Returns:

Pittsburgh, PA, 15222

--
Biff
Microsoft Excel MVP


"lalab8" wrote in message
...
HELP!! Okay, so I'm not an expert in Excel, please bear with me... I have
a
very simple worksheet where column D1 is labeled Town, column E1 is
labeled
ST and column F is labeled, you guessed it, ZIP. All I want to do is
combine
the data in those cells and subsequent data in rows 2 - 671 into one
column.
Does anyone know of an easy way to accomplish this? Thanks in advance for
any help you can provide.
--
lala




lalab8

CONCATENATE CRAZY!
 
Thanks a lot. That worked and was very easy.
--
lala


"T. Valko" wrote:

Try this:

D2 = Pittsburgh
E2 = PA
F2 = 15222

=D2&" "&E2&" "&F2

Returns:

Pittsburgh PA 15222

=D2&", "&E2&", "&F2

Returns:

Pittsburgh, PA, 15222

--
Biff
Microsoft Excel MVP


"lalab8" wrote in message
...
HELP!! Okay, so I'm not an expert in Excel, please bear with me... I have
a
very simple worksheet where column D1 is labeled Town, column E1 is
labeled
ST and column F is labeled, you guessed it, ZIP. All I want to do is
combine
the data in those cells and subsequent data in rows 2 - 671 into one
column.
Does anyone know of an easy way to accomplish this? Thanks in advance for
any help you can provide.
--
lala





T. Valko

CONCATENATE CRAZY!
 
You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"lalab8" wrote in message
...
Thanks a lot. That worked and was very easy.
--
lala


"T. Valko" wrote:

Try this:

D2 = Pittsburgh
E2 = PA
F2 = 15222

=D2&" "&E2&" "&F2

Returns:

Pittsburgh PA 15222

=D2&", "&E2&", "&F2

Returns:

Pittsburgh, PA, 15222

--
Biff
Microsoft Excel MVP


"lalab8" wrote in message
...
HELP!! Okay, so I'm not an expert in Excel, please bear with me... I
have
a
very simple worksheet where column D1 is labeled Town, column E1 is
labeled
ST and column F is labeled, you guessed it, ZIP. All I want to do is
combine
the data in those cells and subsequent data in rows 2 - 671 into one
column.
Does anyone know of an easy way to accomplish this? Thanks in advance
for
any help you can provide.
--
lala








All times are GMT +1. The time now is 08:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com