Well, to be honest, I'm not sure I need to use Union - I just thought it would return what I needed.
What I want to do is take the list from column A: (Joe, Mark, Tom, Sue) and my list from column B: (Mark, Sarah, Betty, Tom) and column C display the union: (Mark, Tom).
Perhaps I'm going...