B
Brewisc13
We are trying to find out how many birthdays fall with in a given month using
excel.
excel.
Earl Kiosterud said:You could use a helper column, with something like = A2. Format this
(Format - Cells - Number - Custom: mmm. Now you can use Data - Subtotals,
"At each change in: Month" and "Use function: Count."
Dave Peterson said:Another option...
Use a helper cell with this formula:
=text(a1,"mmyyyy")
And fill down.
We are trying to find out how many birthdays fall with in a given month using
excel.
I want to sort my range of dates by month....we have a range of birthdays and
we want to group all of the January birthdays together, Feb birthdays, etc.