Hello everyone,
I'm assuming this is the ideal function, but I could be way off.
Issue on "data" page: Need name of employee (column E) to register a "Division" (e.g. Administrative, Maintenance, Shipping, Production) in another Cell (column W)
On "Employees" page I have a the four "division" columns with all of the corresponding employees listed under each.
If the name on the "data" page is recognized on that list, then the specific division shows in column W.
Each division title is cell 1 of that column on the "employees" page.
Here's my current formula:
=IFS([@[Observer name]]=Employees!A:A,Employees!$A$1,[@[Observer name]]=Employees!B:B,Employees!$B$1,[@[Observer name]]=Employees!C:C,Employees!$C$1,[@[Observer name]]=Employees!D:D,Employees!$D$1)
Thanks for any correction
I'm assuming this is the ideal function, but I could be way off.
Issue on "data" page: Need name of employee (column E) to register a "Division" (e.g. Administrative, Maintenance, Shipping, Production) in another Cell (column W)
On "Employees" page I have a the four "division" columns with all of the corresponding employees listed under each.
If the name on the "data" page is recognized on that list, then the specific division shows in column W.
Each division title is cell 1 of that column on the "employees" page.
Here's my current formula:
=IFS([@[Observer name]]=Employees!A:A,Employees!$A$1,[@[Observer name]]=Employees!B:B,Employees!$B$1,[@[Observer name]]=Employees!C:C,Employees!$C$1,[@[Observer name]]=Employees!D:D,Employees!$D$1)
Thanks for any correction