R
rrstudio2
I have a spreadsheet that has some duplicate ID values but with
different details in another column. When there are duplicate IDs, I
want to concatenate all the different details into one row so I just
have one row with all the information. For example,
ID State DesiredConcatentation
1 AZ AZ
2 CA CAAZ
2 AZ CAAZ
3 Fl FlCaAz
3 Ca FlCaAz
3 Az FlCaAz
4 Fl Fl
I have thought of some ways to make the last row or first row contain
the desired concatentation, but I can't figure out how to make all the
rows contain the same value.
Thanks,
Andrew V. Romero
different details in another column. When there are duplicate IDs, I
want to concatenate all the different details into one row so I just
have one row with all the information. For example,
ID State DesiredConcatentation
1 AZ AZ
2 CA CAAZ
2 AZ CAAZ
3 Fl FlCaAz
3 Ca FlCaAz
3 Az FlCaAz
4 Fl Fl
I have thought of some ways to make the last row or first row contain
the desired concatentation, but I can't figure out how to make all the
rows contain the same value.
Thanks,
Andrew V. Romero