View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ron Rosenfeld
 
Posts: n/a
Default function to concatenate range

On Tue, 18 Apr 2006 13:53:02 -0700, GoBobbyGo
wrote:

Is there a text function that will concatenate together the contents of a
range, analogous to SUM()?

CONCATENATE() doesn't seem to work on ranges...


If you download and install Longre's free morefunc.xll add-in from
http://xcell05.free.fr/

you can then use the MCONCAT function which will do what you describe, also
with an optional separator.
--ron