Hi John,
To eliminate the formula leaving only the value ---
select column C, Ctrl+C (edit, copy), Edit, Paste Special, Values
If you wanted to combine a selection of A & B into Column A
with a space the two values and empty the B column values,
you could use the JOIN macro from
http://www.mvps.org/dmcritchie/excel/join.htm
doing the same all in one shot.
Your posting was a bit ambiguous, so I'm glad you replied to
Neo that you got what you were looking for. In Excel
"merge cells" would mean combining the cells themselves
not the values. The surviving cell would take on the value
(or formula) of the upper left cell of the merged cells. Merge is
from the Format, cells dialog, or much better using the merge
buttons from customize, format. I wrote some macros before I
knew of the builtin "merge across", etc. -- I like my macro better,
but the difference is minor (with the macro you can have
multiple selections).
http://www.mvps.org/dmcritchie/excel/merge.htm#builtin
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages:
http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page:
http://www.mvps.org/dmcritchie/excel/search.htm