formula problem

K

kyoko

example:
A B
1 31-Oct 10000
2 31-Oct 3000
3 31-Oct 5000
4 01-Nov 6000
5 01-Nov 2000
6
7

On the above example, i want to get the sum of column B from October 31
only, the value from Nov 1 was not included. what formula is appropriate for
this situation? i only want to get the sum for Oct 31. Please do help me, i
really need it. thanks in advance.
 
P

Peo Sjoblom

=SUMIF(A:A,DATE(2009,10,31),B:B)


replace 2009 with the actual year you want to check for

--


Regards,


Peo Sjoblom
 

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