johnbarr44
Technical User
I have two columns, Surname and Given Name.
Given Name column contains a mixture of
initials, (some with words) e.g. A, AB, AB and CD,
and
words e.g. Alan, John and Fred, Bros, Brothers.
Wherever the Given Name is "Bros" or "Brothers" I would like to cut that word from the Given Name column and paste it (after a space) onto whatever word (or words) appears in the Surname column.
I have some 40,000 rows of data to process, so would welcome any suggestions for a formula or macro that could accomplish this.
I have tried "IF" function =IF(A1="Brothers",B1+" Brothers",A1) but it will not accept the B1+" Brothers" value.
John B
Given Name column contains a mixture of
initials, (some with words) e.g. A, AB, AB and CD,
and
words e.g. Alan, John and Fred, Bros, Brothers.
Wherever the Given Name is "Bros" or "Brothers" I would like to cut that word from the Given Name column and paste it (after a space) onto whatever word (or words) appears in the Surname column.
I have some 40,000 rows of data to process, so would welcome any suggestions for a formula or macro that could accomplish this.
I have tried "IF" function =IF(A1="Brothers",B1+" Brothers",A1) but it will not accept the B1+" Brothers" value.
John B