View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Merge content of cells

You can use a helper column filled with formulas like:
=a1&" Govt Isin"

Where A1 contains the original code.



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!


--

Dave Peterson