Current Month to date

  • Thread starter Thread starter Barry
  • Start date Start date
B

Barry

I need a formula that will automatically calculate the
totals for the current month and then start over when the
month changes. Thanks!
 
try this where checksA has the dates and checksD has the values to sum
=SUMPRODUCT((MONTH(ChecksA)=MONTH(TODAY()))*ChecksD)
 
I think I might have misled you. The worksheet is updated
on a DAILY basis automatically. The date format looks like
this: 09/02/03.
Your formula returns an error = NUM#. Is that because of
the daily update?
 
Send me a SMALL worksheet example to MY email, NOT the list.
 

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