Hi Everyone,
I'm looking to merge 2 rows in order to have a "Last Name,First Name" in the same cell followed by that persons ID number and currently have a list that looks like this:
What I have
1 Smith
2 John
3 000001
4 (Blank)
5 Smith
6 Jane
7 000002
8 (Blank)
9...
etc
What I need:
Column A Column B
1 Smith,John 000001
2 Smith,Jane 000002
...etc
Any help you could provide would be greatly appreciated.
Thank you!