How can I sort Seniority Dates?

Q

Quin

I have a list of employees with seniority dates. We inspect the employee's
work each year based upon their anniversary date. I want to sort the dates
so that the list is grouped by common months. For example an employee with
an anniversary date of July 10, 2001 would be grouped with an employee having
an anniversary date of July 2, 2009 even though there are many employees that
do not have an anniversary in July but do have seniority that falls between
the two dates. [EXAMPLE: February 1, 2005]

In other words, all July dates would be grouped regardless of the year, all
February dates grouped regardless of the year etc. I am guessing I will be
using the Date Function and replacing the “year†part with a set value but I
have not been able to make it work. Even after looking at the results of a
Google Search.


Thanks!

Quin
 
V

Victor Delta

Quin said:
I have a list of employees with seniority dates. We inspect the employee's
work each year based upon their anniversary date. I want to sort the
dates
so that the list is grouped by common months. For example an employee
with
an anniversary date of July 10, 2001 would be grouped with an employee
having
an anniversary date of July 2, 2009 even though there are many employees
that
do not have an anniversary in July but do have seniority that falls
between
the two dates. [EXAMPLE: February 1, 2005]

In other words, all July dates would be grouped regardless of the year,
all
February dates grouped regardless of the year etc. I am guessing I will
be
using the Date Function and replacing the “year†part with a set value but
I
have not been able to make it work. Even after looking at the results of
a
Google Search.

Quin

You need the MONTH function. I would suggest using a new column and insert
in the top cell =MONTH(C1) assuming C1 is the first employee's seniority
date. The result will be a number from 1 to 12 depending on the month. Drag
or copy this cell down the new column.

Then all you have to do is sort the table by this column and the employees
will be divided into 12 groups by seniority month.

Hope this helps,

V
 
V

Victor Delta

Quin said:
That is a wonderful and simple solution. Exactly what I needed.

Thanks so much,

Quin

Glad I was able to help. So many things in life are complicated that I'm
always in favour of simple solutions if possible!

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

next anniversary date 5
DATES 4
Seniority caclulation 1
Calculating How Old Someone Will Be in a certain year 2
criteria applies to a range of dates. 3
Sorting Dates 8
Calculating seniority 4
Sorting Dates 14

Top