I have some results that I need to combine into one row per ID# (column B). There are currently 4 different Subjects (column A) that an ID may have a Score (column C) for.
Currently looks like this:
[TABLE="width: 273"]
3 M 2014
[TD="align: right"]1008359[/TD]
[TD="align: right"]1413[/TD]
3 R 2014
[TD="align: right"]1008359[/TD]
[TD="align: right"]1518[/TD]
2 M 2013
[TD="align: right"]1008359[/TD]
[TD="align: right"]1482[/TD]
2 R 2013
[TD="align: right"]1008359[/TD]
[TD="align: right"]1488[/TD]
[/TABLE]
I would like the end result to look like the example below
[TABLE="width: 365"]
ID
2 M 2013
[/td]2 R 2013
[/td]3 M 2014
[/td]3 R 2014
[/td]1008359
1482
[/td]1488
[/td]1413
[/td]1518
[/TABLE]
Thank you for any assistance, I am just beginning to explore the possibilities of vlookup
Attached is a sample fileforum.ozgrid.com/index.php?attachment/63340/