Use of MINIFS function in Excel/ Spreadsheet

- Advertisement -

This article describes the formula syntax and usage of MINIFS function in Excel/ Spreadsheet

The MINIFS function returns the minimum value among cells specified by a given set of conditions or criteria. Note: This feature is available on Windows or Mac if you have Office 2019, or if you have a Microsoft 365 subscription. If you are a Microsoft 365 subscriber, make sure you have the latest version of Office.

Before the start, do have a look on “What’s new in Excel 2019 for Windows“

Description of MINIFS Function

Opposite to MAXIFS, the MINIFS function in Excel returns the smallest numeric value that meets one or more criteria in a range of values. MINIFS can be used with criteria based on dates, numbers, text, and other conditions. MINIFS supports logical operators (>,<,<>,=) and wildcards (*,?) for partial matching.

The syntax of MINIFS Function in Excel

= MINIFS (min_range, range1, criteria1, [range2], [criteria2], …)
ArgumentDescription
min_range
(required)
Range of values used to determine minimum
range1
(required)
The first range to evaluate
criteria1
(required)
The criteria to use on range1
range2
(optional)
[optional] The second range to evaluate
criteria2
(optional)
[optional] The criteria to use on range2

Remarks

Get minimum value with criteria

Return value

Minimim value

Examples

Example

In the example, we find the minimum marks obtained by a Female or a Male.

MINIFS Function

In the example shown, the formula in J5 is:

=MINIFS(D5:D15,E3:E15,"Female")

Points to note

  • Criteria range(s) must be the same size and shape as the min_range.
  • The MINIFS function was introduced in Excel 2016.
  • In earlier versions of Excel you can use an array formula based on MIN and IF to find minimum values with criteria.

Read Also: Useful Excel Keyboard Shortcuts and Function Keys for Windows

If you have any doubt, feel free to contact.
- Related Articles -
Pardeep Patelhttps://pardeeppatel.com/
Hi!, I am Pardeep Patel, an Indian passport holder, Traveler, Blogger, Story Writer. I completed my M-Tech (Computer Science) in 2016. I love to travel, eat different foods from various cuisines, experience different cultures, make new friends and meet other.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Related

How to Freeze a Row in Excel: Step-by-Step Guide for Easy Spreadsheet Navigation

In the vast world of Excel, mastering the art...

10 Essential Excel Formulas Every Office Pro Should Know

When it comes to Excel, mastering essential formulas can...

Converting PDF to Excel: A Step-by-Step Tutorial Without Software

Data exists in various sources, formats, and types. The...

How ChatGPT Can Be Useful for Excel Users

Excel is a powerful spreadsheet program used by millions...