Showing totals from two columns

K

Kristin

Is there a way to show the totals from two columns?
For example, say I have the number 15 in column A and 7 in column B, I need
column C to look like this:

15, 7

But instead I can only get them to appear together giving me 157??? Are
there any suggestions?
Thanks!
 
N

Niek Otten

=SUM(A1:A5)&","&SUM(B1:B5)

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 
Top