Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default 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




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default 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






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
Help with Crazy Lookups rkhuntjr Excel Worksheet Functions 2 August 21st 06 03:50 AM
Loop gone crazy Dave Peterson Excel Discussion (Misc queries) 4 December 16th 05 03:38 PM
I'm going crazy here famdamly Excel Discussion (Misc queries) 2 December 9th 05 06:15 PM
This is crazy!!! Chris Excel Discussion (Misc queries) 1 August 10th 05 05:06 PM
I know how to concatenate ,can one de-concatenate to split date? QUICK BOOKS PROBLEM- New Users to Excel 1 July 26th 05 05:07 PM


All times are GMT +1. The time now is 12:28 PM.

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

About Us

"It's about Microsoft Excel"