View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
victork victork is offline
external usenet poster
 
Posts: 1
Default merge two cel into ONE retaining the two values

i need to merge into one cell (A1) the cells A1 and B1.
A1 contain the word DESCRIPTION
B1 contain the word CODE

I want to MERGE, not concatenate or use "& to join the information from A1
and B1, and have displayed only the information from A1.
A1 = DESCRIPTION

Can anyone help