G
Guest
I'm using the folowing formula to locate a specific cell
and return the value in that cell based on matching 2
different values to values in cells to the side of and
above the specific value I want (I'm using the values in
two columns as x y coordinates to locate and enter a
value in a cell automatically.
=INDEX(Sheet1!$B$1:$AE$100,MATCH(A31,Sheet1!
$B$1:$B$100,0),MATCH(B31,Sheet1!$C$1:$AE$1,0))
Unfortunately this always give me the value one cell left
of the value I want.
Any ideas
thanks in advance
ps. the numbers used s coordinates are in columns a ,b
sheet 1 has the values i need.
the range of values to be matched with column b is sheet
1 c1:ae1 (x coord)
The range of values to be matched with column a is sheet
1 b1:b100 (y coord) ( which seems to be working fine.
and return the value in that cell based on matching 2
different values to values in cells to the side of and
above the specific value I want (I'm using the values in
two columns as x y coordinates to locate and enter a
value in a cell automatically.
=INDEX(Sheet1!$B$1:$AE$100,MATCH(A31,Sheet1!
$B$1:$B$100,0),MATCH(B31,Sheet1!$C$1:$AE$1,0))
Unfortunately this always give me the value one cell left
of the value I want.
Any ideas
thanks in advance
ps. the numbers used s coordinates are in columns a ,b
sheet 1 has the values i need.
the range of values to be matched with column b is sheet
1 c1:ae1 (x coord)
The range of values to be matched with column a is sheet
1 b1:b100 (y coord) ( which seems to be working fine.