csd72
Structural
- May 4, 2006
- 4,574
I have a table with a set of values across the top and another set of values along the side depending what these 2 values are I get another number in the table that I need to retrieve.
for example:
value1 value2
1 2 3 4
-----------------------------------
1 1.1 1.2 1.4 1.6
2 1.3 1.5 1 1
3 2 2 2 2
4 3 4 5 5
so if value1 is 2 and value 2 is 2 then I need to retrieve 1.5.
Can anyone help me on how I can retrieve these values?
for example:
value1 value2
1 2 3 4
-----------------------------------
1 1.1 1.2 1.4 1.6
2 1.3 1.5 1 1
3 2 2 2 2
4 3 4 5 5
so if value1 is 2 and value 2 is 2 then I need to retrieve 1.5.
Can anyone help me on how I can retrieve these values?