Spilled array formula to match the minimum But above 0 of each row in a 2D table

ED38

New Member
Joined
Mar 29, 2024
Messages
6
Office Version
  1. 365
Platform
  1. Windows
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 :
1711714485317.png
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Try this.
Mappe26
ABCDEFGH
3Expected resultActual result
4814022492954848181
5677680006767
6253350603415123123123
76586892145111414
80039600396396
Tabelle1
Cell Formulas
RangeFormula
H4:H8H4=BYROW(A4:E8,LAMBDA(x,MINIFS(x,x,">0")))
Dynamic array formulas.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,093
Messages
6,123,068
Members
449,091
Latest member
remmuS24

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top