|
HI ,
I have a data set with three colomns
row col XX
1 1 45
1 2 34
1 3 34
2 1 67
2 2 89
2 3 09
3 1 33
3 2 34
3 3 45
I want a create a dataset like that 3*3 dimension w.r.to row and col value
and the dataset only contain the value of XX
variable name is by defult
here (row=1,col=1) means reference of cell 1 of new dataset
it a sample example I am looking to create dynamic code which will not
depend on row & col value(how long is that)
|