SAMCRO2014
Board Regular
- Joined
- Sep 3, 2015
- Messages
- 160
I have 850 employees and I need to calculate an estimated costs for them. I need to be able to loop through the employees, for each employee, look up their annual salary based on date ranges and Group and level. Here is an example of the pay table (simplified):
[TABLE="width: 422"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]EE Number[/TD]
[TD]Group and Level[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD]Salary[/TD]
[/TR]
[TR]
[TD]11111[/TD]
[TD]AA-1 2[/TD]
[TD]2018.04.01[/TD]
[TD]2018.05.23[/TD]
[TD] $ 10,000 [/TD]
[/TR]
[TR]
[TD]11111[/TD]
[TD]BB-3 5[/TD]
[TD]2018.05.24[/TD]
[TD]2019.03.15[/TD]
[TD] $ 15,000 [/TD]
[/TR]
[TR]
[TD]11111[/TD]
[TD]CC-1 1[/TD]
[TD]2019.03.16[/TD]
[TD]2019.03.31[/TD]
[TD] $ 90,000 [/TD]
[/TR]
[TR]
[TD]22222[/TD]
[TD]AA-2 3[/TD]
[TD]2018.04.01[/TD]
[TD]2018.07.15[/TD]
[TD] $ 15,000 [/TD]
[/TR]
[TR]
[TD]22222[/TD]
[TD]DD-2 1[/TD]
[TD]2018.07.16[/TD]
[TD]2019.03.31[/TD]
[TD] $ 17,500
[/TD]
[/TR]
</tbody>[/TABLE]
I need to determine what the annual salary for EE 1111 was on May 25, 2019 (15k) and March 31, 2019 (90K). For employee 22222 I need to know the annual salary for August 25 (17.5K), etc.
I have no clue where to start. I have the VLOOKUP table created but I have no idea where to go from there.
Can anyone help me please?
[TABLE="width: 422"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]EE Number[/TD]
[TD]Group and Level[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD]Salary[/TD]
[/TR]
[TR]
[TD]11111[/TD]
[TD]AA-1 2[/TD]
[TD]2018.04.01[/TD]
[TD]2018.05.23[/TD]
[TD] $ 10,000 [/TD]
[/TR]
[TR]
[TD]11111[/TD]
[TD]BB-3 5[/TD]
[TD]2018.05.24[/TD]
[TD]2019.03.15[/TD]
[TD] $ 15,000 [/TD]
[/TR]
[TR]
[TD]11111[/TD]
[TD]CC-1 1[/TD]
[TD]2019.03.16[/TD]
[TD]2019.03.31[/TD]
[TD] $ 90,000 [/TD]
[/TR]
[TR]
[TD]22222[/TD]
[TD]AA-2 3[/TD]
[TD]2018.04.01[/TD]
[TD]2018.07.15[/TD]
[TD] $ 15,000 [/TD]
[/TR]
[TR]
[TD]22222[/TD]
[TD]DD-2 1[/TD]
[TD]2018.07.16[/TD]
[TD]2019.03.31[/TD]
[TD] $ 17,500
[/TD]
[/TR]
</tbody>[/TABLE]
I need to determine what the annual salary for EE 1111 was on May 25, 2019 (15k) and March 31, 2019 (90K). For employee 22222 I need to know the annual salary for August 25 (17.5K), etc.
I have no clue where to start. I have the VLOOKUP table created but I have no idea where to go from there.
Can anyone help me please?