NumberMuncher
New Member
- Joined
- Jul 20, 2015
- Messages
- 16
- Office Version
- 365
- Platform
- Windows
Hi,
I have a data table with movements every month. This is then summarised into a report using INDEX MATCH MATCH. This is perfect for month to month.
But how do I sum these so it will add the movement of the month to the sum of the previous months (YTD result)?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Result required[/TD]
[TD]Jun 2015[/TD]
[/TR]
[TR]
[TD]Cash at Bank[/TD]
[TD]13,250.00[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Info provided[/TD]
[TD]Jan 2015[/TD]
[TD]Feb 2015[/TD]
[TD]Mar 2015[/TD]
[TD]Apr 2015[/TD]
[TD]May 2015[/TD]
[TD]Jun 2015[/TD]
[/TR]
[TR]
[TD]Cash at Bank[/TD]
[TD]2,500.00[/TD]
[TD]3,000.00[/TD]
[TD]5,000.00[/TD]
[TD]1,000.00[/TD]
[TD]750.00[/TD]
[TD]1,000.00[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance!
I have a data table with movements every month. This is then summarised into a report using INDEX MATCH MATCH. This is perfect for month to month.
But how do I sum these so it will add the movement of the month to the sum of the previous months (YTD result)?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Result required[/TD]
[TD]Jun 2015[/TD]
[/TR]
[TR]
[TD]Cash at Bank[/TD]
[TD]13,250.00[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Info provided[/TD]
[TD]Jan 2015[/TD]
[TD]Feb 2015[/TD]
[TD]Mar 2015[/TD]
[TD]Apr 2015[/TD]
[TD]May 2015[/TD]
[TD]Jun 2015[/TD]
[/TR]
[TR]
[TD]Cash at Bank[/TD]
[TD]2,500.00[/TD]
[TD]3,000.00[/TD]
[TD]5,000.00[/TD]
[TD]1,000.00[/TD]
[TD]750.00[/TD]
[TD]1,000.00[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance!