Summing weekly balances

meamuka

New Member
Joined
Aug 27, 2016
Messages
25
Office Version
  1. 365
Platform
  1. Windows
Hi guys!

I have to do a weekly cash report:


1234
ABalance as ofdrop-down date (e.g. 1 sep 15)1xx0x (formula here. NOTE: end of the day balance)
BCash in1xx1 (from day 2 and so on)
CCash out-1xx2 (from day 2 and so on)
DBalance as ofdrop-down date (e.g. 10 sep 15)1xx0 (that's the simple part: A+B-C)

<tbody>
</tbody>

I want to change only the dates and the formula would give me the final balances.

The database is as follows:

DataCash InCash OutBalance
1 sep 155050
1 sep 154010
5 sep 153040
10 sep 152020

<tbody>
</tbody>

Maybe the formula would include something with a SUMPRODUCT or another formula. If anyone has any idea please share.

Thanks in advance!
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
I'm doing it with a SUMPRODUCT but it's considering the blank cells as zeros and thus it will show a 0 result.
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,728
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top