M
Max
Hi guys,
I have in Sheet1, in B3:U502, a 500 row x 20 col matrix containing 10,000
randomized unique numbers from 0000 - 9999. The range is named RData.
B2:U2 are numbered 1 - 20, A3:A502 are numbered 1 - 500
In Sheet2, there's a list of 4-digit numbers in col A, A2 downwards.
I would like to match the numbers in col A against RData & extract the
"coordinates" of the matching cells, ie the row and col numbers (as per
numbering in B2:U1 and in A3:A502 in Sheet1) into cols B & C.
Since RData contains all 10,000 numbers, there will always be a match for
the numbers listed in col A.
For example, supposing the number 0000 is located in row no: 2 and col no: 3
within RData (i.e. in cell D4 in Sheet1)
In sheet2
A2: 0000
B2: 2 < extracted row no.
C2: 3 < extracted col no.
Appreciate any insights on the formulae which can be used for cols B and C.
TIA
Max
I have in Sheet1, in B3:U502, a 500 row x 20 col matrix containing 10,000
randomized unique numbers from 0000 - 9999. The range is named RData.
B2:U2 are numbered 1 - 20, A3:A502 are numbered 1 - 500
In Sheet2, there's a list of 4-digit numbers in col A, A2 downwards.
I would like to match the numbers in col A against RData & extract the
"coordinates" of the matching cells, ie the row and col numbers (as per
numbering in B2:U1 and in A3:A502 in Sheet1) into cols B & C.
Since RData contains all 10,000 numbers, there will always be a match for
the numbers listed in col A.
For example, supposing the number 0000 is located in row no: 2 and col no: 3
within RData (i.e. in cell D4 in Sheet1)
In sheet2
A2: 0000
B2: 2 < extracted row no.
C2: 3 < extracted col no.
Appreciate any insights on the formulae which can be used for cols B and C.
TIA
Max