Enter Text and Formula in same cell

  • Thread starter Thread starter Sherrell
  • Start date Start date
S

Sherrell

Is it possible to enter text "Total is" and also enter the formula to
total the column in the same cell? If so, how?
 
Sherrell said:
Is it possible to enter text "Total is" and also enter the formula to
total the column in the same cell? If so, how?

Something such as:
="Total is "&SUM(A1:A10)
 
The way I do things like that is with a custom number format. Format,
Cells, Number, Custom and paste this in:

"Total is: "#,##0
 
Back
Top