J
JohnSky
I have the chart contain of the number of infornmation.
the Chart contains 3 Columns (Error )and 3 Rows (Speed).
example:
0-10 | 11-20 | 21-35|
------|-----|--------|------|
10-20 | 10 | 20 | 30 |
------|-----|--------|------|
30-40 | 5 | 6 | 8 |
------|-----|--------|------|
45-50 | 25 | 30 | 40 |
----------------------------|
There's also have two fields for user to input into A1
cell and A2 cell. A1 cell refer to the Column(Error) and
A2 refer to the Rows(Speed). If the user input the Value
into A1 Cell(Error) as number 8 and A2(Speed) as number
35. Then the answer will be number 5. How do I write the
code to check the range number in the chart. I hope I
clarify good.
Any help would be very appreciated.
the Chart contains 3 Columns (Error )and 3 Rows (Speed).
example:
0-10 | 11-20 | 21-35|
------|-----|--------|------|
10-20 | 10 | 20 | 30 |
------|-----|--------|------|
30-40 | 5 | 6 | 8 |
------|-----|--------|------|
45-50 | 25 | 30 | 40 |
----------------------------|
There's also have two fields for user to input into A1
cell and A2 cell. A1 cell refer to the Column(Error) and
A2 refer to the Rows(Speed). If the user input the Value
into A1 Cell(Error) as number 8 and A2(Speed) as number
35. Then the answer will be number 5. How do I write the
code to check the range number in the chart. I hope I
clarify good.
Any help would be very appreciated.
10,MATCH(A1,'sheet1'!A1