Enter Text and Formula in same cell

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?
 
P

Paul

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)
 
J

Jim Rech

The way I do things like that is with a custom number format. Format,
Cells, Number, Custom and paste this in:

"Total is: "#,##0
 
Top