Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Copying cell contents to add to existing contents in another cell

How can I copy the contents of a cell to the end of the contents of another cell and yet keep all of the information. For example cell 1A contains the words " square slotted handles and cell 3A has the words "with yellow floral design". How can I copy cell 3A to 1A to make cell 1A to read "square slotted handles with yellow floral design"
Please advise
Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copying cell contents to add to existing contents in another cell

In an empty cell type
=A1&" "&A3

the empty quotes make a space between the words, if you don't need i
just use
=A1&A3

then copy that and "paste value" back into the cell you want it in

--
Message posted from http://www.ExcelForum.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Copying cell contents to add to existing contents in another cell



Thanks for the advise -- works like a charm. You have saved me a lot
of time!

Now I will ask the truly impossible:

Is there a way to copy the comtenst of multiple cells to the end of one
cell?
Regards,
Dean

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copying cell contents to add to existing contents in another cell

If I understand your question correctly, you can do it the same way.

=A1 & B1 & C1 & D1

If you have one cell that you want to add different endings to, you ca
use an absolute reference ($A$1)

Ex:

=$A$1 & B1 & C1 & D1

when you drag it down, it will keep the A1 as the first part, an
change the other parts to whatever is in B2, C2, and D2. The formul
will look like:

=$A$1 & B2 & C2 & D2

Does that help

--
Message posted from http://www.ExcelForum.com

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
Copying selected contents in one cell to another cell The Needy Excel Worksheet Functions 3 September 14th 09 09:59 PM
Copying cell contents from many cells and pasting into one cell MDN Excel Discussion (Misc queries) 7 December 10th 07 08:56 PM
Copying format to a new cell, w/o overwriting destination cell contents James C Excel Discussion (Misc queries) 1 October 18th 05 08:02 PM
Copying cell contents to a list Peter Horrocks New Users to Excel 3 October 1st 05 10:15 PM
If Statement and copying all of cell contents. andrewm Excel Worksheet Functions 0 June 29th 05 04:37 AM


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