Skip to main content
10-Marble
September 10, 2013
Solved

Extract row of data based on 2 criteria

  • September 10, 2013
  • 3 replies
  • 1877 views

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.

Best answer by Werner_E

Guess you would need some programming.

Find attached two ways to do it

3 replies

Werner_E
Werner_E25-Diamond IAnswer
25-Diamond I
September 10, 2013

Guess you would need some programming.

Find attached two ways to do it

23-Emerald IV
September 10, 2013

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

10-Marble
September 10, 2013

Cheers guys for the examples on this.

Top work and exactly what looking for with some good insight for other possibilities.