Difficulties with date in conditional calculations

B

Basha

Hi all

I am currently trying to generate a table to add up all payments due to
suppliers per month, using the function "DSUM('PAYMENT
DUE'!$B$4:$I$1073,"PAYMENT DUE",A36:C38)", with 'A36:C38' in this example
containing the criteria determining the month in which the payment is due,
e.g. '>=01-Jan' and '<=31-Jan'.

However, the year of the dates in the criteria is automatically populated as
2008. Therefore, payments due in any other year is not added in the
calculation. This is problematic since the seasons determining the payments
usually fall in more than one year.

How can I bypass the year-issue, i.e. so that either the year value is
ignored in the calculations, or that the criteria can be adapted to include
all year values?

Regards
B
 
B

Bernie Deitrick

Basha,

The easiest thing to do would be to add a column to your database, with the formula

=MONTH(cell with date)

and then do your DSUM based on that value being =1

HTH,
Bernie
MS Excel MVP
 
B

Basha

Thanks Bernie, this is working perfectly!

B

Bernie Deitrick said:
Basha,

The easiest thing to do would be to add a column to your database, with the formula

=MONTH(cell with date)

and then do your DSUM based on that value being =1

HTH,
Bernie
MS Excel MVP
 

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

Top