View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Wallin Peter Wallin is offline
external usenet poster
 
Posts: 3
Default How to use function Concatenate

Hello,
I have a range, for example a1:a10. Is there a shorthand for
concatenating the strings into one string, without typing each and
every cell in the concatenate formula. I want to use something like:
Concatenate("A1":"A10").

Any suggestions?