YTD Totals

G

Guest

I have a report that calculates monthly totals ( which works fine), I need to
calclulate a YTD total also. Can someone help with this.

Thank You
 
G

Guest

Place this in an unbound box at the end after your monthly totals:
=SUM([Jan]+[Feb]+...+[Dec])

Adjust the Jan, Feb, Dec with whatever you called your variables.

If you want totals per month, you'd have to create in the footer of the year
another unbound box where you have,

=SUM([Jan])

then you can do a grand total doing a sum over those boxes.

Hope that helps,
Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top