I have a scenario where I have two columns that contain names (we'll call them column A and column
. I only want the names from Column B if the name doesn't already exist in Column A. Then, I want to take any unique names from Column B and append them as new rows in Column A. It's okay if any other columns associated are null with the append.
Any ideas?