WERNER SLABBERT
Board Regular
- Joined
- Mar 3, 2009
- Messages
- 107
[TABLE="width: 2563"]
<tbody>[TR]
[TD]Ref[/TD]
[TD]Company[/TD]
[TD]Date[/TD]
[TD]Company[/TD]
[TD]INV Number[/TD]
[TD]Sub Total[/TD]
[TD]Expenses[/TD]
[TD]Difference[/TD]
[TD]Grand Total[/TD]
[TD]Paid[/TD]
[TD]Credit Status[/TD]
[TD]Date Sum[/TD]
[TD]Outstanding Amount[/TD]
[TD]Sum by Date[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Test[/TD]
[TD]2018/10/03[/TD]
[TD]Test 2018/10/03_Test0001[/TD]
[TD]Test0001[/TD]
[TD]R3 888,00[/TD]
[TD]R2 110,00[/TD]
[TD]-R 4 002,00[/TD]
[TD]R 5 998,00[/TD]
[TD]Yes[/TD]
[TD]OPEN[/TD]
[TD][/TD]
[TD]-R 4 002,00[/TD]
[TD="align: right"]0,00[/TD]
[TD="align: right"]43377[/TD]
[TD]43376[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]test[/TD]
[TD]2018/10/03[/TD]
[TD]test 2018/10/03_yrgcbgvbcvb[/TD]
[TD]yrgcbgvbcvb[/TD]
[TD]R64 320 750,00[/TD]
[TD]R32 456,00[/TD]
[TD]R 59 763 506,00[/TD]
[TD]R 64 353 206,00[/TD]
[TD]No[/TD]
[TD][/TD]
[TD][/TD]
[TD]R 59 763 506,00[/TD]
[TD="align: right"]0,00[/TD]
[TD][/TD]
[TD]43376[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]asdfghjkl[/TD]
[TD]2018/10/04[/TD]
[TD]asdfghjkl 2018/10/04_asdfgh45678[/TD]
[TD]asdfgh45678[/TD]
[TD]R129 925 025,00[/TD]
[TD]R234 567 890,00[/TD]
[TD]R 361 036 126,00[/TD]
[TD]R 364 492 915,00[/TD]
[TD]No[/TD]
[TD][/TD]
[TD][/TD]
[TD]R 361 036 126,00[/TD]
[TD="align: right"]0,00[/TD]
[TD][/TD]
[TD]43377[/TD]
[/TR]
</tbody>[/TABLE]
How do i get the "Sum by Date" (Column "O" or SBD ) to sum all the rows in "Grand Total" (Column "J" or GrndTot ) that has the same date in "Date" (Column "D" or DT ) and only show result in the last row that has the specific date , this has to apply to 10 000 rows and dates an rows might change.
I have tried my hand at the SUMIFS [ =SUMIF(DT;$P$8;GrndTot) ]
any help would be appreciated alot. i've been stuck here for about 2 weeks now.
PS: The last two columns are just the date selector ( date in excel years) and the date from DT (in excel years)
<tbody>[TR]
[TD]Ref[/TD]
[TD]Company[/TD]
[TD]Date[/TD]
[TD]Company[/TD]
[TD]INV Number[/TD]
[TD]Sub Total[/TD]
[TD]Expenses[/TD]
[TD]Difference[/TD]
[TD]Grand Total[/TD]
[TD]Paid[/TD]
[TD]Credit Status[/TD]
[TD]Date Sum[/TD]
[TD]Outstanding Amount[/TD]
[TD]Sum by Date[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Test[/TD]
[TD]2018/10/03[/TD]
[TD]Test 2018/10/03_Test0001[/TD]
[TD]Test0001[/TD]
[TD]R3 888,00[/TD]
[TD]R2 110,00[/TD]
[TD]-R 4 002,00[/TD]
[TD]R 5 998,00[/TD]
[TD]Yes[/TD]
[TD]OPEN[/TD]
[TD][/TD]
[TD]-R 4 002,00[/TD]
[TD="align: right"]0,00[/TD]
[TD="align: right"]43377[/TD]
[TD]43376[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]test[/TD]
[TD]2018/10/03[/TD]
[TD]test 2018/10/03_yrgcbgvbcvb[/TD]
[TD]yrgcbgvbcvb[/TD]
[TD]R64 320 750,00[/TD]
[TD]R32 456,00[/TD]
[TD]R 59 763 506,00[/TD]
[TD]R 64 353 206,00[/TD]
[TD]No[/TD]
[TD][/TD]
[TD][/TD]
[TD]R 59 763 506,00[/TD]
[TD="align: right"]0,00[/TD]
[TD][/TD]
[TD]43376[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]asdfghjkl[/TD]
[TD]2018/10/04[/TD]
[TD]asdfghjkl 2018/10/04_asdfgh45678[/TD]
[TD]asdfgh45678[/TD]
[TD]R129 925 025,00[/TD]
[TD]R234 567 890,00[/TD]
[TD]R 361 036 126,00[/TD]
[TD]R 364 492 915,00[/TD]
[TD]No[/TD]
[TD][/TD]
[TD][/TD]
[TD]R 361 036 126,00[/TD]
[TD="align: right"]0,00[/TD]
[TD][/TD]
[TD]43377[/TD]
[/TR]
</tbody>[/TABLE]
How do i get the "Sum by Date" (Column "O" or SBD ) to sum all the rows in "Grand Total" (Column "J" or GrndTot ) that has the same date in "Date" (Column "D" or DT ) and only show result in the last row that has the specific date , this has to apply to 10 000 rows and dates an rows might change.
I have tried my hand at the SUMIFS [ =SUMIF(DT;$P$8;GrndTot) ]
any help would be appreciated alot. i've been stuck here for about 2 weeks now.
PS: The last two columns are just the date selector ( date in excel years) and the date from DT (in excel years)
Last edited: