Hi,
If I want the cell H10 to display the sum number of all cells from H1 to H9 in a column, I'd just need to use the simple sum function below.
=SUM(H1:H9)
But my problem is that I also need to display the word 'Total:' for the sum of all nine cells above, say if =SUM(H1:H9) is 56, then I want it to be displayed as Total: 56 in cell H10. What can I do?
Thanks!
http://office.microsoft.com/en-us/ex...005200127.aspx