View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Kevin B Kevin B is offline
external usenet poster
 
Posts: 1,316
Default On excel, can you merge the data from 2 diferent cells

Assuming that the last name is in cell A1 and the first name is in cell B1

=A1&" "&B1
--
Kevin Backmann


"Jose Reyes" wrote:

I import data from another program to excel, and it place the last name on
one column and First name on another column. Is there a simple way to combine
both without cutting and and pasting.