Hi I want to sum a column and then display the result but in the same cell put some text:-
A B C
1 6 15 Running Total
2 5
3 4
4
5
6
Many thanks
David
Hi I want to sum a column and then display the result but in the same cell put some text:-
A B C
1 6 15 Running Total
2 5
3 4
4
5
6
Many thanks
David
Last edited by EXCELNEWCOMER; 01-15-2010 at 03:25 PM.
Hi David,
I can't see what data is in which columns due to the text alignment, but you can probably use something like:
=SUM(A1:A6)&" Running Total"
Hi
Yes that works to get the text showing as well as the result, I need to show the figure as a currency but just formatting the cell doesnt work ?
Last edited by Paul; 01-15-2010 at 03:06 PM. Reason: Removed unnecessary quote of entire post
You can use the TEXT function to change the format of the results, like so:
=TEXT(SUM(A1:A6),"$0.00")&" Running Total"
Excellent many thanks, so wish I knew all this.
Many thanks, have a good weekend.
Last edited by Paul; 01-15-2010 at 03:27 PM. Reason: Removed unnecessary full-post quote.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks