H
holloch
Hello all,
I`m having a bit of trouble with the following problem. I have a larg
table (6000 plus rows) of this form:
x1 x4 x6 x8 x5
x2 x1 x9 x23 x11
x3 x9 x1 x44 x18 x101 x2
..............
I want all the values, i.e. xn, to be present in the table ONLY in th
row in which they occupy the first column. In other words, for x1 fo
example, I would like to delete all x1`s other than those in the firs
row. Since I`m dealing with a large table (and they`ll get larger) it`
very impractical to replace them one by one. Does anyone have an ide
how to do this faster ?
Thanks in advance!
Arnold B Nag
I`m having a bit of trouble with the following problem. I have a larg
table (6000 plus rows) of this form:
x1 x4 x6 x8 x5
x2 x1 x9 x23 x11
x3 x9 x1 x44 x18 x101 x2
..............
I want all the values, i.e. xn, to be present in the table ONLY in th
row in which they occupy the first column. In other words, for x1 fo
example, I would like to delete all x1`s other than those in the firs
row. Since I`m dealing with a large table (and they`ll get larger) it`
very impractical to replace them one by one. Does anyone have an ide
how to do this faster ?
Thanks in advance!
Arnold B Nag