cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

return value from the intersection of a particular row and column in a table

Otilia
6-Contributor

return value from the intersection of a particular row and column in a table

Hello,

 

I have the attached mathcad with the inputs: "a", "b" and "Table". "a" should be looking in the first row of "Table" to find a match, vector "b" should be looking in the first column of "Table" to find a match for each value of the vector. The final result should return the result from the intersection of the column and line previously identified to get the result from "Table". 

 

Thank you,

Otilia

1 ACCEPTED SOLUTION

Accepted Solutions
Werner_E
24-Ruby V
(To:Otilia)

Here's one way to do it. Another way might be using 2-dimensional interpolation

B.png

View solution in original post

2 REPLIES 2
Werner_E
24-Ruby V
(To:Otilia)

Here's one way to do it. Another way might be using 2-dimensional interpolation

B.png

Otilia
6-Contributor
(To:Werner_E)

Thank you Werner_E. Problem solved with your help.

Top Tags