View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default How do I add an integer to an existing integer?

Aaron

=A1&7

Mike

"Aaron" wrote:

If I have the # 123456, How do I add the # 7 to the end of it. So the end
result will be 1234567.