excel - Getting the Second Lowest Value from a Range -



excel - Getting the Second Lowest Value from a Range -

my input range ac38:bh38 contains either value or empty. there range, $ac$58:$bh$58, contains value of "y" or empty.

if cell within range $ac$58:$bh$58 contains value "y", corresponding cell within row 38 not empty. want value within cell if value greater 0.

the answers required (formatted answer#_ = ):

value of 'last cell' (right hand side) of input range ac38:bh38 meeting above 2 conditions. value of 1 cell left of cell satisfies reply #1 if satisfies initial conditions. value of 2 cell left above cell(answer #1) provided meets above conditions. value of 3 cell left above cell(answer #1) provided meets above conditions.

what can rightmost cell come in formula:

=if(and($bh$58="y",$bh$38 > 0),true,"")

and starting column ac take this:

=if(and(<your reply cell>=true, ac$58="y", ac$38 > 0),true,"")

make sure apply along row until formula entered above

excel

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -