Question : How do I create an Excel 2003 array formula using date criteria ?

Dear All,
I have created a multiple criteria array formula to count the number of cells with a particular date in one range and a value in another range. Is there something about dates in array formulas that I should know, because it doesn't seem to recognise the criteria ?
Appreciate your help in anticipation.
Please find the worksheet attached.
 
Testing for a date in an array formula
 

Answer : How do I create an Excel 2003 array formula using date criteria ?

Once you get System date or time, use standard ways to extract month & day instead of splitting like

datetime.Month;
datetime.Year

This will be independent of locale;
Random Solutions  
 
programming4us programming4us