Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I have a table which I want to extract a row which meets 2 criteria. The first is "Threshold" which references the first column and the second is "Threshold2" which references the third column. I have done it in a long winded way, but have managed to highlight the rows that I want to extract individually that partially meet the criteria, but as you can see from the "RowMatch" part, Row 8 is the one that meets both criteria.
How do I compare the matches and pull the row that meets both criteria? As obviously there is more than one row that meets both. Or is there an easier way to do this?
File attached as example.
Solved! Go to Solution.
Guess you would need some programming.
Find attached two ways to do it
Guess you would need some programming.
Find attached two ways to do it
I'm sorry I can't see either of your Mathcad documents, being limited to Mcad 11 and below at present.
Here's my attempt.
Success!
Luc
Cheers guys for the examples on this.
Top work and exactly what looking for with some good insight for other possibilities.