Hi All,
I need to amalgamate some data I've got but my minds gone completely blank. The name is all one person but I need all the types to come into one Cell. I'd normally use concatenate but some people haven't had all the tests so the data isn't consistent. Some have only had 2 parts..I basically need it to be one name and the range of tests they had. Is this simple enough to do?
My data looks like:
[TABLE="width: 1291"]
<colgroup><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Name[/TD]
[TD]Surname[/TD]
[TD]DOB[/TD]
[TD]SEX[/TD]
[TD]Occupation[/TD]
[TD]Location[/TD]
[TD]Type[/TD]
[/TR]
[TR]
[TD]Generic[/TD]
[TD]Generic 2[/TD]
[TD="align: right"]20/04/1974[/TD]
[TD]Male[/TD]
[TD]Fitter[/TD]
[TD]Test[/TD]
[TD]HAVS Tier 2 [/TD]
[/TR]
[TR]
[TD]Generic[/TD]
[TD]Generic 2[/TD]
[TD="align: right"]20/04/1974[/TD]
[TD]Male[/TD]
[TD]Fitter[/TD]
[TD]Test[/TD]
[TD]Audiometry[/TD]
[/TR]
[TR]
[TD]Generic[/TD]
[TD]Generic 2[/TD]
[TD="align: right"]20/04/1974[/TD]
[TD]Male[/TD]
[TD]Fitter[/TD]
[TD]Test[/TD]
[TD]Skin[/TD]
[/TR]
[TR]
[TD]Generic[/TD]
[TD]Generic 2[/TD]
[TD="align: right"]20/04/1974[/TD]
[TD]Male[/TD]
[TD]Fitter[/TD]
[TD]Test[/TD]
[TD]Respiratory
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks so much!
Kind Regards
Jonathan
I need to amalgamate some data I've got but my minds gone completely blank. The name is all one person but I need all the types to come into one Cell. I'd normally use concatenate but some people haven't had all the tests so the data isn't consistent. Some have only had 2 parts..I basically need it to be one name and the range of tests they had. Is this simple enough to do?
My data looks like:
[TABLE="width: 1291"]
<colgroup><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Name[/TD]
[TD]Surname[/TD]
[TD]DOB[/TD]
[TD]SEX[/TD]
[TD]Occupation[/TD]
[TD]Location[/TD]
[TD]Type[/TD]
[/TR]
[TR]
[TD]Generic[/TD]
[TD]Generic 2[/TD]
[TD="align: right"]20/04/1974[/TD]
[TD]Male[/TD]
[TD]Fitter[/TD]
[TD]Test[/TD]
[TD]HAVS Tier 2 [/TD]
[/TR]
[TR]
[TD]Generic[/TD]
[TD]Generic 2[/TD]
[TD="align: right"]20/04/1974[/TD]
[TD]Male[/TD]
[TD]Fitter[/TD]
[TD]Test[/TD]
[TD]Audiometry[/TD]
[/TR]
[TR]
[TD]Generic[/TD]
[TD]Generic 2[/TD]
[TD="align: right"]20/04/1974[/TD]
[TD]Male[/TD]
[TD]Fitter[/TD]
[TD]Test[/TD]
[TD]Skin[/TD]
[/TR]
[TR]
[TD]Generic[/TD]
[TD]Generic 2[/TD]
[TD="align: right"]20/04/1974[/TD]
[TD]Male[/TD]
[TD]Fitter[/TD]
[TD]Test[/TD]
[TD]Respiratory
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks so much!
Kind Regards
Jonathan