hi all need some help please.
in column 'A' I have a list of numbers with multiple duplicates. in column 'b' I have a list of names, in column 'c' I have a list of colours.
[TABLE="width: 162"]
<colgroup><col width="72" style="width: 54pt;" span="3"> <tbody>[TR]
[TD="width: 72, bgcolor: transparent"]A[/TD]
[TD="width: 72, bgcolor: transparent"]B[/TD]
[TD="width: 72, bgcolor: transparent"]C[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]1[/TD]
[TD="bgcolor: transparent"]dave[/TD]
[TD="bgcolor: transparent"]yellow[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]1[/TD]
[TD="bgcolor: transparent"]dave[/TD]
[TD="bgcolor: transparent"]red[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2[/TD]
[TD="bgcolor: transparent"]paul[/TD]
[TD="bgcolor: transparent"]yellow[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2[/TD]
[TD="bgcolor: transparent"]paul[/TD]
[TD="bgcolor: transparent"]green[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]mark[/TD]
[TD="bgcolor: transparent"]red[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]mark[/TD]
[TD="bgcolor: transparent"]red[/TD]
[/TR]
</tbody>[/TABLE]
what I would like to do in column 'D & E' is to have these values next to each other so 'a1' would stay the same (1) and 'd1' would say yellow & 'E1' would say red.
[TABLE="width: 270"]
<colgroup><col width="72" style="width: 54pt;" span="5"> <tbody>[TR]
[TD="width: 72, bgcolor: transparent"]A[/TD]
[TD="width: 72, bgcolor: transparent"]B[/TD]
[TD="width: 72, bgcolor: transparent"]C[/TD]
[TD="width: 72, bgcolor: transparent"]D[/TD]
[TD="width: 72, bgcolor: transparent"]E[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]1[/TD]
[TD="bgcolor: transparent"]dave[/TD]
[TD="bgcolor: transparent"]yellow[/TD]
[TD="bgcolor: transparent"]YELLOW[/TD]
[TD="bgcolor: transparent"]RED[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2[/TD]
[TD="bgcolor: transparent"]paul[/TD]
[TD="bgcolor: transparent"]yellow[/TD]
[TD="bgcolor: transparent"]YELLOW[/TD]
[TD="bgcolor: transparent"]GREEN[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]mark[/TD]
[TD="bgcolor: transparent"]red[/TD]
[TD="bgcolor: transparent"]RED[/TD]
[TD="bgcolor: transparent"]RED[/TD]
[/TR]
</tbody>[/TABLE]
any help would be appreciated.
Steve
in column 'A' I have a list of numbers with multiple duplicates. in column 'b' I have a list of names, in column 'c' I have a list of colours.
[TABLE="width: 162"]
<colgroup><col width="72" style="width: 54pt;" span="3"> <tbody>[TR]
[TD="width: 72, bgcolor: transparent"]A[/TD]
[TD="width: 72, bgcolor: transparent"]B[/TD]
[TD="width: 72, bgcolor: transparent"]C[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]1[/TD]
[TD="bgcolor: transparent"]dave[/TD]
[TD="bgcolor: transparent"]yellow[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]1[/TD]
[TD="bgcolor: transparent"]dave[/TD]
[TD="bgcolor: transparent"]red[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2[/TD]
[TD="bgcolor: transparent"]paul[/TD]
[TD="bgcolor: transparent"]yellow[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2[/TD]
[TD="bgcolor: transparent"]paul[/TD]
[TD="bgcolor: transparent"]green[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]mark[/TD]
[TD="bgcolor: transparent"]red[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]mark[/TD]
[TD="bgcolor: transparent"]red[/TD]
[/TR]
</tbody>[/TABLE]
what I would like to do in column 'D & E' is to have these values next to each other so 'a1' would stay the same (1) and 'd1' would say yellow & 'E1' would say red.
[TABLE="width: 270"]
<colgroup><col width="72" style="width: 54pt;" span="5"> <tbody>[TR]
[TD="width: 72, bgcolor: transparent"]A[/TD]
[TD="width: 72, bgcolor: transparent"]B[/TD]
[TD="width: 72, bgcolor: transparent"]C[/TD]
[TD="width: 72, bgcolor: transparent"]D[/TD]
[TD="width: 72, bgcolor: transparent"]E[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]1[/TD]
[TD="bgcolor: transparent"]dave[/TD]
[TD="bgcolor: transparent"]yellow[/TD]
[TD="bgcolor: transparent"]YELLOW[/TD]
[TD="bgcolor: transparent"]RED[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2[/TD]
[TD="bgcolor: transparent"]paul[/TD]
[TD="bgcolor: transparent"]yellow[/TD]
[TD="bgcolor: transparent"]YELLOW[/TD]
[TD="bgcolor: transparent"]GREEN[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]mark[/TD]
[TD="bgcolor: transparent"]red[/TD]
[TD="bgcolor: transparent"]RED[/TD]
[TD="bgcolor: transparent"]RED[/TD]
[/TR]
</tbody>[/TABLE]
any help would be appreciated.
Steve
Last edited: