I am trying to formulate a cell to look at who is the Assembler and then return a corresponding Factory Team Name based on a group of names - auto populating the Team name. Something like:
IF Assembler@row = Ayesha, Connor, Al, Loretta, John and Martin then cell Factory Team Name@row = Factory Team 1, IF Assembler@row = Kelly, Matt, Guy, Peter, Phil and Hayden then cell Factory Team Name@row = Factory Team 2, IF Assembler@row = Craig, Jack, Jason, Rob, Grant Jnr and Warren then cell Factory Team Name@row = Factory Team 3.
This was a guess but failed
=IF(OR(Assembler@row = "Grant Jnr", "Eru", “Connor", “Martin", "Ayesha", "Kelly", "John", "Loretta"), "Factory Team 1"; IF(OR(Assembler@row = "Guy", "George", “Al", "Jack", "Craig", "Warren", "Mark", "Matty V", "Peter"), "Factory Team 2"; IF(OR(Assembler@row = "Graeme", "Tim", "Hayden", "Phil", "Jaxon", "Jack J", "Todd", "Justin", "Prab", "Raul", "Dante", "Matt"), "Factory Team 3")
Any help will be greatly received.
Tracey