View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Trevor Shuttleworth Trevor Shuttleworth is offline
external usenet poster
 
Posts: 1,089
Default number1+ number2

=2&2 gives 22

or =B1&C1 if the numbers were in cells B1 and C1

Regards

Trevor


"Himszy" wrote in message
. uk...
Hi

I want to add two numbers together but not as in 2 + 2 = 4 but 22. Whats
the
code I write?

Thanks Michael