I checked other threads and could not find something similar to what I need to do (maybe because I don't know what to call it!) Here it is ...
I have a table structured like this
A Text1 (first column numeric, second text)
A Text2
A Text3
B Text4
C Text5
C Text6
What I want to make is a table like this:
A Text1 Text2 Text3
B Text3
C Text5 Text6
Cross tabs don't quite get me there.
What I want to do with the second table is concatenate the text so it looks like this:
A Text1&Text2&Text3
B Text3
C Text5&Text6
Thanks for any help!
Per
I have a table structured like this
A Text1 (first column numeric, second text)
A Text2
A Text3
B Text4
C Text5
C Text6
What I want to make is a table like this:
A Text1 Text2 Text3
B Text3
C Text5 Text6
Cross tabs don't quite get me there.
What I want to do with the second table is concatenate the text so it looks like this:
A Text1&Text2&Text3
B Text3
C Text5&Text6
Thanks for any help!
Per