Here is the scenario:
In sheet(1), I have got the following table where the values in the grid are the result of a formula (IF forumla):
A1 EMPLOYEE B1 PRODUCT_1 C1 PRODUCT_2 D1 PRODUCT_3
A2 name 1 B2 order C2 completed D2 not required
A3 name 2 B3 completd C3 completed D3 order
A4 name 3 B4 order C4 not required D4 completed
In sheet(2), I have got a tracker like this:
A1 EMPLOYEE B1 PRODUCT_type C1 status
A2 name 1 B2 Product_1 C2 completed
A3 name 3
I need a formula that checks the following scenarios:
If employee in sheet(1) is listed in sheet(2) with the status "completed" then the value in sheet(1) is "completed"
if employee in sheet(1) is listed in sheet(2) with the status < >"completed" then nothing (I keep the result of my first IF Formula)
if employee in sheet(1) is not listed in sheet(2) then nothing
Can you assist, please?
In sheet(1), I have got the following table where the values in the grid are the result of a formula (IF forumla):
A1 EMPLOYEE B1 PRODUCT_1 C1 PRODUCT_2 D1 PRODUCT_3
A2 name 1 B2 order C2 completed D2 not required
A3 name 2 B3 completd C3 completed D3 order
A4 name 3 B4 order C4 not required D4 completed
In sheet(2), I have got a tracker like this:
A1 EMPLOYEE B1 PRODUCT_type C1 status
A2 name 1 B2 Product_1 C2 completed
A3 name 3
I need a formula that checks the following scenarios:
If employee in sheet(1) is listed in sheet(2) with the status "completed" then the value in sheet(1) is "completed"
if employee in sheet(1) is listed in sheet(2) with the status < >"completed" then nothing (I keep the result of my first IF Formula)
if employee in sheet(1) is not listed in sheet(2) then nothing
Can you assist, please?