Is there any way to use the MINIFS formula in numbers?

In Excel one can use the statistical function MINIFS, however, Numbers lacks that function. Is there any way around that, maybe a nested MIN in an IF function?


I am trying to find a minimal value in column 2 if the string condition in column 1 is true.

Mac mini (Late 2012)

Posted on Jul 26, 2017 5:12 PM

Reply
4 replies

Jul 27, 2017 4:11 AM in response to Grumpy52

Numbers does not support MINIF, MINIFS,MAXIF or MAXIFS.


You could, however extract the values meeting the condition(s) to a new column, then use MIN to get the minimum value fitting the condition(s):


Example:

User uploaded file

Columns A and B contain entered data.


C2: IF(A="dog",B,"")

Fill down to all cells in column C

Returns the mass if the pet is identified as a dog. Returns a null string (ignored by MIN() ) if the pet is not identified as a dog.


D2: MIN(C)

Returns minimum numeric value from column C. Ignores all text values.


Regards,

Barry


EDIT: Essentially the same solution as proposed by Wayne. I really should scroll to the end of the thread before responding. 😊

B

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Is there any way to use the MINIFS formula in numbers?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.