View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default Merge content of cells

=A1&+$B$4
Assuming the values are in the cells A1 and the fixed end code is in B4

Mike

"Arne Hegefors" wrote:

Hi! I have a long list of codes that I want to in an application. In order to
use the code in the application I must add a piece of text to the code. Eg
the code is GB0032785924
And I must add the text €ś Govt Isin€ť. Thus the cell must contain exactly the
text €śGB0032785924 Govt Isin€ť. How is this possible to do in the worksheet? I
tried mergin two cells but that only resulted in one cell being left. Please
help! Many thanks in advance!