Hi,
I'm working on a resource model which has names in column A, dates of employment in (mm/yy) format across row 1. I have the names of employees, and how many days they have worked per month over the last 2 years.
As an example you could see:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]End Date[/TD]
[TD]Feb-15[/TD]
[TD]Mar-15[/TD]
[TD]Apr-15[/TD]
[TD]May-15[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Formula[/TD]
[TD]15[/TD]
[TD]20[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Employee 2[/TD]
[TD]Formula[/TD]
[TD][/TD]
[TD]17[/TD]
[TD]10[/TD]
[TD]16[/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to figure out a way for a formula to look at each row, and where the number chain finishes, give me the corresponding date in row 1 - ie. employees end date. I'm not sure how to write the syntax which would tell excel "where the number chain finishes".
In a similar fashion, do the same for a start date.
Some of the employees may have started mid way though the year as temporary staff, and others may be full-time employees who have decided to leave the organisation.
Appreciate the help!
I'm working on a resource model which has names in column A, dates of employment in (mm/yy) format across row 1. I have the names of employees, and how many days they have worked per month over the last 2 years.
As an example you could see:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]End Date[/TD]
[TD]Feb-15[/TD]
[TD]Mar-15[/TD]
[TD]Apr-15[/TD]
[TD]May-15[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Formula[/TD]
[TD]15[/TD]
[TD]20[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Employee 2[/TD]
[TD]Formula[/TD]
[TD][/TD]
[TD]17[/TD]
[TD]10[/TD]
[TD]16[/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to figure out a way for a formula to look at each row, and where the number chain finishes, give me the corresponding date in row 1 - ie. employees end date. I'm not sure how to write the syntax which would tell excel "where the number chain finishes".
In a similar fashion, do the same for a start date.
Some of the employees may have started mid way though the year as temporary staff, and others may be full-time employees who have decided to leave the organisation.
Appreciate the help!