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

Hi

this can be achieved by changing the formatting of the cell, put your
formula in the cell first and then click on the cell, choose format / cells
and click on the number tab. Click on custom and on the right hand side
you'll see "General" change it to look like this:
"The total is" General
and click OK
This method leaves the format of the cell as a number so you can use it in
future calculations.

alternatively, you can modify the formula in the cell to read
="The total is " & SUM(A2:A11)
this, however, makes the field a text field so it can not be used in future
calculations.

Cheers
JulieD

"ez123" wrote in message
...
in excel how to display results of a function and text in the same cell,
for
example:
The total is <here come the results of a function