Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Specify date range

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Specify date range

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)
www.rondebruin.nl



"Mary L." wrote in message ...
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.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Specify date range

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)
www.rondebruin.nl



"Mary L." wrote in message ...
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.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Specify date range

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

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Mary L." wrote in message ...
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)
www.rondebruin.nl



"Mary L." wrote in message ...
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.





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find Last cell in Range when range is date format default105 Excel Discussion (Misc queries) 5 July 7th 09 03:11 PM
Create a formula in a date range to locate a specific date - ecel util Excel Discussion (Misc queries) 0 February 19th 07 03:03 PM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Worksheet Functions 2 April 21st 06 02:50 AM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Discussion (Misc queries) 1 April 20th 06 10:03 PM
How to count dates within a certain range in a column with mutiple date range entries Krisjhn Excel Worksheet Functions 2 September 1st 05 01:59 PM


All times are GMT +1. The time now is 12:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"