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.
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
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.