View Single Post
  #2   Report Post  
Domenic
 
Posts: n/a
Default

Try...

=SUM(C11:C42)&" hrs"

Hope this helps!

In article ,
"Dr. Darrell" wrote:

I would like to add a suffix <<< "hrs" to some fields. The fields are the
result of Formulas <<< "=SUM(C11:C42)" I would like the field to be
displayed as the resultant number (49) & the desired text (hrs) = 49 hrs.

Is there a means to do this?