S Sherrell Dec 8, 2003 #1 Is it possible to enter text "Total is" and also enter the formula to total the column in the same cell? If so, how?
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 Dec 8, 2003 #2 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? Click to expand... Something such as: ="Total is "&SUM(A1:A10)
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? Click to expand... Something such as: ="Total is "&SUM(A1:A10)
J Jim Rech Dec 8, 2003 #4 The way I do things like that is with a custom number format. Format, Cells, Number, Custom and paste this in: "Total is: "#,##0
The way I do things like that is with a custom number format. Format, Cells, Number, Custom and paste this in: "Total is: "#,##0