K
Kenlyn
Below is my data:
row 1 name 1, add1, city1,
row 2 patient a
row 3 name 2, add 2, city 2
row 4 patient a
row 5 patient b
row 6 name 3, add 3, city 2
row 7 patient a
I need help getting the data to one row for each name1, name 2 - as
you can see name 2 has two patients -
My result data should look like:
row 1 name 1, add1, city1, patient a
row 2 name 2, add 2, city 2, patient a, patient b
row 3 name 3, add 3, city 2, patient a
I have tried filtering - but cannot get that to work my way..
suggestoins
(e-mail address removed) - Thanks.
row 1 name 1, add1, city1,
row 2 patient a
row 3 name 2, add 2, city 2
row 4 patient a
row 5 patient b
row 6 name 3, add 3, city 2
row 7 patient a
I need help getting the data to one row for each name1, name 2 - as
you can see name 2 has two patients -
My result data should look like:
row 1 name 1, add1, city1, patient a
row 2 name 2, add 2, city 2, patient a, patient b
row 3 name 3, add 3, city 2, patient a
I have tried filtering - but cannot get that to work my way..
suggestoins
(e-mail address removed) - Thanks.