Mar 14 2023 03:46 AM
I want to sort a list using day of birth, it is all the same month but different years. How do I go about it?
Mar 14 2023 04:46 AM
SolutionLet's say the birth dates are in D2:D100.
Insert a column to the right of column D. Enter the following formula in E2, then fill down:
=TEXT(D2, "mmdd")
Sort the entire range on column E.
Mar 14 2023 04:46 AM
SolutionLet's say the birth dates are in D2:D100.
Insert a column to the right of column D. Enter the following formula in E2, then fill down:
=TEXT(D2, "mmdd")
Sort the entire range on column E.