Hi,
Been struggling with this over the last couple of days. I have reports that contain two separate sets of "First" and "Last" names in columns similar to the below example, except the reports can be thousands of rows long:
set1_FirstName set1_LastName set2_FirstName set2_LastName Jenell P Judah Jaquelyn Wafford Leoma Shore
The end goal is to merge all these First/Last names together into a new single combined "Full Name" column, keeping any blank rows that may have been present, like this:
combined_FullName Jenell P Judah Jaquelyn Wafford Leoma Shore
The two sets never have a data overlap, if names are in the first set the second set is always blank and/or vice versa.
But either set can contain middle initials, have blank rows or in some cases be completely blank altogether.
It's this variable nature I'm struggling with accounting for when merging the name sets together. A simple "=A2&" "&B2" type formula won't cut it.
I have attached an example workbook that contains four sheets of the different scenarios that the reports can contain along with a full_name column with the expected result for each scenario.
Thanks for any insight into this problem.
Bookmarks