I have columned data that i would like to concatenate by row. I would like to automate this via an excel formula if possible. The data in question looks like this:
1 0 300 A
1 1 275 A
1 2 250 D
2 0 326 A
2 1 301 D
3 0 323 A
3 1 302 D
3 2 281 D
3 3 260 D
I need to move the data in Column A and Column C into row format (concatenate). I also need the data to be listed on seperate rows according to coulmn D. The result would hopefully look like this:
1 300 275
1 250
2 326
2 301
3 323
3 302 281 260
etc..
Can someone give me some insight as to where to start on this? Much appreciated.
Wax
1 0 300 A
1 1 275 A
1 2 250 D
2 0 326 A
2 1 301 D
3 0 323 A
3 1 302 D
3 2 281 D
3 3 260 D
I need to move the data in Column A and Column C into row format (concatenate). I also need the data to be listed on seperate rows according to coulmn D. The result would hopefully look like this:
1 300 275
1 250
2 326
2 301
3 323
3 302 281 260
etc..
Can someone give me some insight as to where to start on this? Much appreciated.
Wax