View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
aareding[_3_] aareding[_3_] is offline
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