Hi
Can anybody help with correcting this sum array please?
I am trying to count the records in column L where the date in column D falls between the dates specified in cells B2 and C2. This is working just fine, except some of the cells in column D are blank and I don't want these counted but no matter what I have tried it keeps counting them. (content of column D is text).
Thanks for any help
=SUM(('RAW DATA'!$D$2:$D$50000>=B2)*('RAW DATA'!$D$2:$D$50000<=C2),('RAW DATA'!$L$2:$L$50000),0)
Can anybody help with correcting this sum array please?
I am trying to count the records in column L where the date in column D falls between the dates specified in cells B2 and C2. This is working just fine, except some of the cells in column D are blank and I don't want these counted but no matter what I have tried it keeps counting them. (content of column D is text).
Thanks for any help
=SUM(('RAW DATA'!$D$2:$D$50000>=B2)*('RAW DATA'!$D$2:$D$50000<=C2),('RAW DATA'!$L$2:$L$50000),0)