Forum Discussion
NancyMc91
Oct 07, 2021Copper Contributor
Help with Merging Two Columns based on 3rd column matching
Good morning. I have addresses of spouses that are on two different rows. I want to merge them into one row so ultimately I can create a mail merge for letters. So if the mailing address in column ...
OliverScheurich
Oct 07, 2021Gold Contributor
=IF(E2=E3,CONCATENATE(A2&" & "&A3&" "&C2),"")
I would insert an additional column and enter this formula in F2 (in my example) and copy formula down.
NancyMc91
Oct 12, 2021Copper Contributor
OliverScheurich Thank you very much!