View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Combine the contents of 2 cells

Try this:

=A1&" - "&A2

--
Biff
Microsoft Excel MVP


"Patrick C. Simonds" wrote in message
...
I would like to combine the contents of 2 cells. In Cell A1 is a name in
cell A2 is a number. I would like the result to look like the example
below.

Brian Smith represents the value in Cell A1 and 1134 represents the value
in Cell A2

Brian Smith - 1134