Daily,monthly total

  • Thread starter Thread starter nowfal
  • Start date Start date
N

nowfal

Hi,
I have a database analysed worksheet copied to a new worksheet. Now
i need a help. The data is a full month data not always same numbers for
rows. In the 'C' colomn shows the amount , i wanted daily total after
each date, and at the end monthly total. any code or formula?
thanks in advance.
with regards
nowfal
 
If your data is sorted by that date, then maybe you could use data|subtotal.
And if you want it subtotaled by month, you could use a helper cell with:

=text(c2,"yyyymm")

to get those monthly subtotals when you do data|subtotal the second time.
 
Hi Dave,
could you please explain little more. Where do i put
that helper cell. is there any example.
thanks
nowfal
 
Just insert a new column near the date.

Then put that formula in the first cell (not counting the header rows). And
drag it down.
 

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

Back
Top