Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.newusers
SSJ SSJ is offline
external usenet poster
 
Posts: 58
Default SUM PRODUCT & CUMMULATIVE BALANCE

Hello!

I am able to use SUMPRODUCT to sum amounts based on dates as shown below:

=SUMPRODUCT((sheet2!$C$2:$C$1000=C1)*(sheet2!$E$2: $E$1000))

Column C have the dates and Column E have the amounts

How can I do cummulative balance using the SUMPRODUCT?

Thanks
SJ


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default SUM PRODUCT & CUMMULATIVE BALANCE

IN this context, what is cumulative balance?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"SSJ" wrote in message ...
Hello!

I am able to use SUMPRODUCT to sum amounts based on dates as shown below:

=SUMPRODUCT((sheet2!$C$2:$C$1000=C1)*(sheet2!$E$2: $E$1000))

Column C have the dates and Column E have the amounts

How can I do cummulative balance using the SUMPRODUCT?

Thanks
SJ


  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.newusers
SSJ SSJ is offline
external usenet poster
 
Posts: 58
Default SUM PRODUCT & CUMMULATIVE BALANCE

Bernard,

Following is my data. I am able to sum transaction for each particular date. So, in my summary sheet, which is Sheet 1, I would like to see under:

August 31st, a balance of $46,091,530.12
September 1st, a runninng balance of $46,092,030.54 and so on an so forth
:
GL FOLIO DATE DESCRIPTION AMOUNT CUMMULATIVE
320 0 31-Aug-06 46,091,530.12 46,091,530.12
320 84380 1-Sep-06 ISSUES MATERIAL WORK IN PROCESS 500.42 46,092,030.54
320 84399 2-Sep-06 ISSUES MATERIAL WORK IN PROCESS 471.38 46,092,501.92
320 84547 3-Sep-06 ISSUES MATERIAL WORK IN PROCESS 67.41 46,092,569.33
320 84555 4-Sep-06 ISSUES MATERIAL WORK IN PROCESS 34.50 46,092,603.83
320 84573 5-Sep-06 ISSUES MATERIAL WORK IN PROCESS 14.34 46,092,618.17


Thanks
SJ
"Bernard Liengme" wrote in message ...
IN this context, what is cumulative balance?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"SSJ" wrote in message ...
Hello!

I am able to use SUMPRODUCT to sum amounts based on dates as shown below:

=SUMPRODUCT((sheet2!$C$2:$C$1000=C1)*(sheet2!$E$2: $E$1000))

Column C have the dates and Column E have the amounts

How can I do cummulative balance using the SUMPRODUCT?

Thanks
SJ


  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default SUM PRODUCT & CUMMULATIVE BALANCE

Since the dates on Sheet1 are in the same order as needed in the Cumulative why not
=Sheet1!C2 to get the date and =Sheet1!F2 to get the cumulative

OR use VLOOKUP
On the Cumulative page you have dates in A (starting in A2, say)
Sheet1 has data in A2:F500
So on Cumulative use =VLOOKUP(A2,Sheet!$A$2:$F$500,6,FALSE) and copy down

I do hope I understand the problem.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"SSJ" wrote in message ...
Bernard,

Following is my data. I am able to sum transaction for each particular date. So, in my summary sheet, which is Sheet 1, I would like to see under:

August 31st, a balance of $46,091,530.12
September 1st, a runninng balance of $46,092,030.54 and so on an so forth
:
GL FOLIO DATE DESCRIPTION AMOUNT CUMMULATIVE
320 0 31-Aug-06 46,091,530.12 46,091,530.12
320 84380 1-Sep-06 ISSUES MATERIAL WORK IN PROCESS 500.42 46,092,030.54
320 84399 2-Sep-06 ISSUES MATERIAL WORK IN PROCESS 471.38 46,092,501.92
320 84547 3-Sep-06 ISSUES MATERIAL WORK IN PROCESS 67.41 46,092,569.33
320 84555 4-Sep-06 ISSUES MATERIAL WORK IN PROCESS 34.50 46,092,603.83
320 84573 5-Sep-06 ISSUES MATERIAL WORK IN PROCESS 14.34 46,092,618.17


Thanks
SJ
"Bernard Liengme" wrote in message ...
IN this context, what is cumulative balance?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"SSJ" wrote in message ...
Hello!

I am able to use SUMPRODUCT to sum amounts based on dates as shown below:

=SUMPRODUCT((sheet2!$C$2:$C$1000=C1)*(sheet2!$E$2: $E$1000))

Column C have the dates and Column E have the amounts

How can I do cummulative balance using the SUMPRODUCT?

Thanks
SJ


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
Product Selection order form Enterprise Todd Excel Worksheet Functions 0 October 11th 06 02:38 PM
I have two columns (A) and (G) that have like product codes however [email protected] Excel Worksheet Functions 1 August 4th 06 08:19 PM
Percentages Darryl Charts and Charting in Excel 2 May 21st 05 04:31 PM
How to set a formula to count the product appear how manytime AMY Excel Worksheet Functions 3 March 21st 05 09:49 AM
Which function(s)? LB Excel Worksheet Functions 3 January 5th 05 06:19 PM


All times are GMT +1. The time now is 07:27 PM.

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"