Specify date range

G

Guest

I have a column with the date field "11/10/03" format and another column of numbers. I want to sum the number column for those entries in November. Please help - thank you!!! I really appreciate it.
 
R

Ron de Bruin

Try this with the datse in B1:B10 it wil sum the cells in C

=SUMPRODUCT((MONTH(B1:B10)=11)*(C1:C10))

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)




Mary L. said:
I have a column with the date field "11/10/03" format and another column of numbers. I want to sum the number column for those
entries in November. Please help - thank you!!! I really appreciate it.
 
G

Guest

Hi - I keep getting a #VALUE! error because the number field is based on a VLOOKUP command and some fields in the number field and the date field are blank.

----- Ron de Bruin wrote: -----

Try this with the datse in B1:B10 it wil sum the cells in C

=SUMPRODUCT((MONTH(B1:B10)=11)*(C1:C10))

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)




Mary L. said:
I have a column with the date field "11/10/03" format and another column of numbers. I want to sum the number column for those
entries in November. Please help - thank you!!! I really appreciate it.
 
R

Ron de Bruin

No problem for me with a Vlookup function

You can send me your test workbook private if you want.
I try to find your problem
 

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