Hi,
Help! I have 2 worksheets of employee data. The first has employee name, dob, start date, etc., with one row for each employee.
I would like to add the employee's health, life, and dental plans and costs to their row from the second worksheet.
However, my second worksheet has the employee insurance choices in multiple rows, if they have multiple choices, and the choices may vary (different plan, or no plan.) So the second table looks like this:
I can't use my old standby, LOOKUP, because I need to compare the employee name in my first table, and then extract their appropriate insurance choices from the second table, and post in that employee's row in the first table. Their selections may differ, or they may not have a selection in the category. Ideally:
Thanks for any help you could provide!
Help! I have 2 worksheets of employee data. The first has employee name, dob, start date, etc., with one row for each employee.
I would like to add the employee's health, life, and dental plans and costs to their row from the second worksheet.
However, my second worksheet has the employee insurance choices in multiple rows, if they have multiple choices, and the choices may vary (different plan, or no plan.) So the second table looks like this:
Code:
Employee Plan Cost
A Blue Cross $70
A Dental $15
A Life Ins $ 3
B Harvard Pilg $65
B Life $3
I can't use my old standby, LOOKUP, because I need to compare the employee name in my first table, and then extract their appropriate insurance choices from the second table, and post in that employee's row in the first table. Their selections may differ, or they may not have a selection in the category. Ideally:
Code:
Emp DOB Start Date Health Cost Dental Cost Life Cost
B xx/xx/xx xx/xx/xx Havard Pilg $65 - - Life $3
Thanks for any help you could provide!
Last edited: