DDP
Structural
- Apr 23, 2002
- 38
I want to change data from this
Row Column Value
1 1 5
1 2 6
2 1 7
2 2 8
to this:
Row Column
1 2
--- ------
1 5 6
2 7 8
I cant seem to figure it out using VLOOKUP, any suggestions?
Row Column Value
1 1 5
1 2 6
2 1 7
2 2 8
to this:
Row Column
1 2
--- ------
1 5 6
2 7 8
I cant seem to figure it out using VLOOKUP, any suggestions?