I have a column with birthday and month. How can I put in a cell the number of birthdays for a given month?
thanks
I have a column with birthday and month. How can I put in a cell the number of birthdays for a given month?
thanks
2 columns:
Charity 24-Jun
Denise 3-Nov
Diana 25-Nov
etc.
Well if you just want the number of birthdays in September you can use a formula like this
=SUMPRODUCT(MONTH(B2:B100)=9)+0)
assuming dates in B1:B100
Thanks! (padding)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks