LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Calculating number of occurences based on dates



"Henrik Fritsche" wrote in
message ...
Sorry, it seems not to function.

Isnt SUMPRODUCT a times by times calculation ?


Hoistorically yes, but see
http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed
discussion on it's evolvement.


Have you got such values functioning in your end by using it ?


Had a small type, try these 3

=SUMPRODUCT(--(MONTH(C2:C200)=MONTH(TODAY())-2),
--(MONTH(C2:C200)<=MONTH(TODAY())))

=SUMPRODUCT(--(MONTH(C2:C200)=MONTH(TODAY())-2),
--(MONTH(C2:C200)<=MONTH(TODAY())))

=SUMPRODUCT(--(MONTH(C2:C200)=MONTH(TODAY())-2),
--(MONTH(C2:C200)<=MONTH(TODAY())),B2:B200)


 
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
Count occurences based on dates Laurence Excel Worksheet Functions 3 May 12th 07 01:27 PM
formula for calculating repeat occurences between specified dates AzMan Excel Discussion (Misc queries) 4 April 25th 07 03:28 PM
Calculating cells based on dates Superchikn Excel Worksheet Functions 1 March 17th 06 09:07 PM
Calculating number of days between two dates that fall between two other dates [email protected] Excel Discussion (Misc queries) 5 October 26th 05 06:18 PM
Calculating Due Dates Based on Payments Eric Hanson Excel Worksheet Functions 2 January 6th 05 02:41 AM


All times are GMT +1. The time now is 03:06 PM.

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

About Us

"It's about Microsoft Excel"