LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Merging 3 Columns in an Excel Spreadsheet (Keeping Data Intact)...2nd Post

Thanks Ken,

Your solution works brilliantly....

Thanks for your help...

Regards,

Alex


"Ken Wright" wrote in message
...
=A1&"-"&B1&"-"&C1

Change the - to whatever you want.

You can also insert text in the same way

=A1&"- Pounds"&B1&"- Pence"&C1&" Today"

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL2K & XLXP

--------------------------------------------------------------------------

--
Attitude - A little thing that makes a BIG difference
--------------------------------------------------------------------------

--



": VB :" wrote in message

...
Hello,

Firstly, thanks to Dick Kusleika for replying to my original post

regarding
how to merge 3 columns in my Excel 2000 spreadsheet. I have a another

query
related to this that I'm now stuck on...

I have realised that as well as merging the 3 columns of data, i need to
force some kind of hyphen or "separator" in there so that when the 3

columns
of data are merged, the data isn't stuck together making it difficult to
understand...

You can modify that macro to do what you want, but first you should

decide
if a macro is appropriate. If you have to do this operation all the

time,
then a macro would be great. If you just need to do it once, then I

would
use formulas. Namely, in an unused column put this formula
=A1&B1&C1
then fill down 20,000 rows. Copy that column and Paste Special -

Values
over column A. Then delete the column with the formula.


This method works GREAT and i have now only to force a "separator" into

the
equation so that when each column is merged, they are separated by a

hyphen
or something similar...

I wont be needing to do this "merging" of columns on a regular basis so

i
don't mind sticking with the above equation as long as it can also,

force a
"separator"...

Could you let me know how i would go about trying to achieve this
successfully?

Many, many thanks for pointing me in the right direction - i hope that

this
additional request is "doable" and that you can let me know either
way...(maybe i need to use a macro if the above isn't possible with a
formula)...?

Best Regards,

Alex






 
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
Sorting columns while keeping row data intact Paul New Users to Excel 5 February 21st 07 04:41 PM
Merging two columns and keeping the data from both Stosh Excel Worksheet Functions 9 July 27th 06 06:48 PM
Adding data to celss but keeping the remaining data intact. TP Excel Discussion (Misc queries) 4 April 13th 06 02:12 AM
keeping rows intact during sort Jim Excel Discussion (Misc queries) 2 November 25th 05 01:59 AM
Merging 3 Columns in an Excel Spreadsheet (Keeping Data Intact)...? : VB : Excel Programming 2 August 16th 03 11:31 AM


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