Hi I have some data where there is more than one entry per person & I need to concatenate data from a particular field for each duplicate entry.
Candidate QUALWT from lookup
1000026 6 6;10
1000026 10
1000091 13 13;6; 10
1000091 6
1000091 10
1000133 6 6;10
1000133 10
1000139 13 13;39
1000139 39
As you can see I'm taking the value from QUALWT & concatenating it in to one field by
=IF(A2=A3, CONCATENATE(J2,";",J3)) but there are more than two duplicates for a candidate.
Could you give me some Idea how to work out how many duplicates there are for each occurence then create the necessary formula to concatenate. My spreadsheet has 6666 lines of data.
Thank you
Claire
Candidate QUALWT from lookup
1000026 6 6;10
1000026 10
1000091 13 13;6; 10
1000091 6
1000091 10
1000133 6 6;10
1000133 10
1000139 13 13;39
1000139 39
As you can see I'm taking the value from QUALWT & concatenating it in to one field by
=IF(A2=A3, CONCATENATE(J2,";",J3)) but there are more than two duplicates for a candidate.
Could you give me some Idea how to work out how many duplicates there are for each occurence then create the necessary formula to concatenate. My spreadsheet has 6666 lines of data.
Thank you
Claire