New to forum, forgive me if this has been asked previously and I am not as proficient in Excel as i shcould be. here is my dilema.
I have a column with a comma delimited list. some rows have more than on value, lick such.
Sheet1, Column A
Allen Brooth <+19175551234>
Allen Brooth <+19175551234>, +15165551234, +13475551234
Allen Brooth <+19175551234>, Leslie Gray <+17185551234>
Allen Brooth <+19175551234>, Leslie Gray <+17185551234>, +18008571200
Sheet2 contains a listing of each of the entries listed in Sheet1 with their corresponding value, like so
Sheet2, Column A and B
Allen Brooth <+19175551234> UID001
+15165551234 UID002
+13475551234 UID003
Leslie Gray <+17185551234> UID004
+18008571200 UID005
Is there a built in function or one already out there that could be used the create a column with the corresponding values separated by a comma, as such
Allen Brooth <+19175551234> UID001
Allen Brooth <+19175551234>, +15165551234, +13475551234 ---> UID001,UID002,UID003
Allen Brooth <+19175551234>, Leslie Gray <+17185551234> ----> UID001, UID004
Any assistance is appreciated. thank you.
I have a column with a comma delimited list. some rows have more than on value, lick such.
Sheet1, Column A
Allen Brooth <+19175551234>
Allen Brooth <+19175551234>, +15165551234, +13475551234
Allen Brooth <+19175551234>, Leslie Gray <+17185551234>
Allen Brooth <+19175551234>, Leslie Gray <+17185551234>, +18008571200
Sheet2 contains a listing of each of the entries listed in Sheet1 with their corresponding value, like so
Sheet2, Column A and B
Allen Brooth <+19175551234> UID001
+15165551234 UID002
+13475551234 UID003
Leslie Gray <+17185551234> UID004
+18008571200 UID005
Is there a built in function or one already out there that could be used the create a column with the corresponding values separated by a comma, as such
Allen Brooth <+19175551234> UID001
Allen Brooth <+19175551234>, +15165551234, +13475551234 ---> UID001,UID002,UID003
Allen Brooth <+19175551234>, Leslie Gray <+17185551234> ----> UID001, UID004
Any assistance is appreciated. thank you.