i'm having an issue trying to count the number items in a list occurring on a given date.
=SUMPRODUCT(--(List!$S:$S=$A$1))
where column S is a datetime list and $A$1 is the date i am looking for. i only get 0, i think it is an issue counting a date in a datetime list, but i'm not sure?
thanks
=SUMPRODUCT(--(List!$S:$S=$A$1))
where column S is a datetime list and $A$1 is the date i am looking for. i only get 0, i think it is an issue counting a date in a datetime list, but i'm not sure?
thanks