Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
TPG TPG is offline
external usenet poster
 
Posts: 5
Default How to get the total sum

I have data on Column A and B, I would like to total up a sum by multiply A1
to B1, A2 to B2, A3 to B3 and so on. But the sum must appear on the last line
of Column B.
(in this example is B5). Thank in advance.
A B
1. 5.00 25
2. 73.40 48
3. 86.70 60
4. 14.90 237
5. ???
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default How to get the total sum

Enter this in B5
=SUMPRODUCT((A1:A4)*(B1*B4))

"TPG" wrote:

I have data on Column A and B, I would like to total up a sum by multiply A1
to B1, A2 to B2, A3 to B3 and so on. But the sum must appear on the last line
of Column B.
(in this example is B5). Thank in advance.
A B
1. 5.00 25
2. 73.40 48
3. 86.70 60
4. 14.90 237
5. ???

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default How to get the total sum

Try this:

=SUMPRODUCT(A1:A4,B1:B4)


--
Biff
Microsoft Excel MVP


"Sheeloo" <="to" & CHAR(95) & "sheeloo" & CHAR(64) & "hotmail.com" wrote in
message ...
Enter this in B5
=SUMPRODUCT((A1:A4)*(B1*B4))

"TPG" wrote:

I have data on Column A and B, I would like to total up a sum by multiply
A1
to B1, A2 to B2, A3 to B3 and so on. But the sum must appear on the last
line
of Column B.
(in this example is B5). Thank in advance.
A B
1. 5.00 25
2. 73.40 48
3. 86.70 60
4. 14.90 237
5. ???



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Duplicate Running Total Grand Total In Pivot Table Mathew P Bennett[_2_] Excel Discussion (Misc queries) 1 August 17th 08 03:13 AM
Excel 2002 : Any single button to get sub total and grand total ? Mr. Low Excel Discussion (Misc queries) 2 May 22nd 07 08:46 AM
calculate count on 2006 total, 2005 total, etc... Amanda Deshotel Excel Worksheet Functions 6 September 28th 06 11:59 PM
Pivots - Auto calc % Sub total is of grand total VBA Noob Excel Discussion (Misc queries) 3 August 8th 06 08:46 PM
Adding Data Using Multiple Worksheets to Total into a Grand Total Lillie Excel Worksheet Functions 1 April 19th 05 08:34 PM


All times are GMT +1. The time now is 08:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"