K
Kevin
I am using one cell to enter a list of dates. i.e.
3/9 3/11 4/27 4/28 5/4 5/5 5/9
I would like to count the number of times 3/ or 4/ ... occurs in this cell.
I read Bob Phillips post about using
=SUMPRODUCT(--(MONTH(A1:A20)=2)
or
=SUMPRODUCT(--(TEXT(A1:A20,"mmm")="Feb"))
but I am not sure how to use this. the "mmm" especially confuses me.
Thanks,
3/9 3/11 4/27 4/28 5/4 5/5 5/9
I would like to count the number of times 3/ or 4/ ... occurs in this cell.
I read Bob Phillips post about using
=SUMPRODUCT(--(MONTH(A1:A20)=2)
or
=SUMPRODUCT(--(TEXT(A1:A20,"mmm")="Feb"))
but I am not sure how to use this. the "mmm" especially confuses me.
Thanks,