Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying selected contents in one cell to another cell | Excel Worksheet Functions | |||
Copying cell contents from many cells and pasting into one cell | Excel Discussion (Misc queries) | |||
Copying format to a new cell, w/o overwriting destination cell contents | Excel Discussion (Misc queries) | |||
Copying cell contents to a list | New Users to Excel | |||
If Statement and copying all of cell contents. | Excel Worksheet Functions |