Hello All,
I am struggeluing with a formula to get an array showing the minimum of each row of a 2D table like the case solved here :
BUt with an add'l condition : I need the lowest positive value. I Have hard time to find and you help is welcome :
Here is what I tried and what i expect. Thank you for your help :
I am struggeluing with a formula to get an array showing the minimum of each row of a 2D table like the case solved here :
Spilled array formula to match column for minimum of each row in a 2D table
I have a 2D table of timeseries data. I am able to use the following equation in column B: "=BYROW(Value_Array,LAMBDA(x,MIN(x)))" to get the minimum value for each row that results in an array output. In column C the following does not work "=BYROW(Value_Array,LAMBDA(x,MATCH(B6#,x,0)))" to find...
www.mrexcel.com
BUt with an add'l condition : I need the lowest positive value. I Have hard time to find and you help is welcome :
Here is what I tried and what i expect. Thank you for your help :