Hello,
I'm trying to figure out how many employees I have had at daily intervals. Meaning, let's say I want to look at Jan 3rd and see how many employees I had on that day. Or Feb 15th, same thing. I have 2 columns that are of interest: Date Hired and Termination Date. in format of MM/DD/YYYY. This is for a collection agency and the employee turnover is high, that is why it is somewhat difficult to look. I would love for it to look like this:
Date Num_Emp
9/1/2010 6
9/2/2010 6
9/1/2010 5
9/1/2010 8
......
I'm trying to figure out how many employees I have had at daily intervals. Meaning, let's say I want to look at Jan 3rd and see how many employees I had on that day. Or Feb 15th, same thing. I have 2 columns that are of interest: Date Hired and Termination Date. in format of MM/DD/YYYY. This is for a collection agency and the employee turnover is high, that is why it is somewhat difficult to look. I would love for it to look like this:
Date Num_Emp
9/1/2010 6
9/2/2010 6
9/1/2010 5
9/1/2010 8
......