![]() |
Showing totals from two columns
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! |
Try A1 & ", " & B1
Art "Kristin" wrote: 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! |
=SUM(A1:A5)&","&SUM(B1:B5)
-- Kind Regards, Niek Otten Microsoft MVP - Excel "Kristin" wrote in message ... 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! |
Perfect! Thank You!
"Art" wrote: Try A1 & ", " & B1 Art "Kristin" wrote: 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! |
All times are GMT +1. The time now is 03:12 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com