View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Alan Alan is offline
external usenet poster
 
Posts: 492
Default Concatenated Formula

=C3&"Units"
or
=C3&" Units"
"Phil Hageman" wrote in message
...
I want to add text after the results of a formula - something like: =C3 +

"Units". What would the formula be?