Using MIN function in column with blanks

oldpup223

Board Regular
Joined
Jul 31, 2012
Messages
83
I have a scoring sheet that lists scores in a column but never know how many names will be entered and want to find the minimum score in a column with several blanks above the formula
 

Book1
HIJKL
1040.0000.0000.000
1050.0000.0000.000
106[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?
Score Entry


and this is what I get trying all versions that you have offered #NAME ?
 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Cell Formulas
RangeFormula
J100=SUM(E100+F100+G100+H100+I100)
J101=SUM(E101+F101+G101+H101+I101)
J102=SUM(E102+F102+G102+H102+I102)
J103=SUM(E103+F103+G103+H103+I103)
J104=SUM(E104+F104+G104+H104+I104)
J105=SUM(E105+F105+G105+H105+I105)
K100=SUM(J100/5)
K101=SUM(J101/5)
K102=SUM(J102/5)
K103=SUM(J103/5)
K104=SUM(J104/5)
K105=SUM(J105/5)
L100=MIN(E100:I100)
L101=MIN(E101:I101)
L102=MIN(E102:I102)
L103=MIN(E103:I103)
L104=MIN(E104:I104)
L105=MIN(E105:I105)
L106{=MINIFS(L5:L105,L5:L105,"<>0")}
Press CTRL+SHIFT+ENTER to enter array formulas.

thanks for the help
and this is what I get using any options that I have tried
 
Upvote 0
Xl 2016 doesn't have MINIFs so use the formula I supplied in post#20
 
Upvote 0
You Sir are my new hero as that does work for what I want and now to figure out how to get value in column A corresponding to the result :p and where to find the answer
Thank you very much for the help and patience with my ability's
 
Upvote 0
Glad we could help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,213,482
Messages
6,113,915
Members
448,532
Latest member
9Kimo3

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