In column -I- I have dates ranging several years in the "00/00/00" format. What formula do I use to count all of the Januarys, Februarys, Marches, etc in that column. As always, thanks very much for your help.
In column -I- I have dates ranging several years in the "00/00/00" format. What formula do I use to count all of the Januarys, Februarys, Marches, etc in that column. As always, thanks very much for your help.
Try:
=SUMPRODUCT(--(MONTH($I$2:$I$100)=1))
adjust ranges to suit....
where 1 represent January
you can change that to
=SUMPRODUCT(--(MONTH($I$2:$I$100)=Row($A1))) and copy down to get January, February, March, etc. consecutively
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Thank you!
No problem!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks