Using wildcards in criteria for sumifs functions

P

PaulJK

Hi

I have a range of dates in Column A in the format of dd/mm/yyyy

When I try to use the following function the result is just zero

=SUMIFS(J:J,A:A,"??/01/2008")

I am trying to add all entries in J for each month

Can anybody please help?

Thanks

Paul
 
G

Gary''s Student

=SUMPRODUCT((J1:J300)*(--(MONTH(A1:A300)=1))) for January

=SUMPRODUCT((J1:J300)*(--(MONTH(A1:A300)=2))) for February

etc.
 

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