Hi,
It doesn't seem a particularly good example since there is no bending strength lower than 2.5 so if I understand you correctly it's a trivial answer to look for the lowest conductivity and get the answer .0692.
If I understand the request correctly then the following array formula, i.e. you MUST enter it with Ctrl-Shift-Enter not just the Enter key will give you the lowest conductivity that meets the requirement that the bending strength be > 2.5
In E18
Formula:
=MIN((IF(F5:F13>E16,G5:G13,"")))
and for the associated porosity in E19
Formula:
=INDEX(E5:E13,MATCH(E18,G5:G13,FALSE),1)
See attached
Bookmarks