Minimize current workbook window

About This Shortcut This shortcut minimizes the current workbook window. Related videos The videos below demonstrate this shortcut. Shortcuts to navigate workbooks

April 14, 2025 · 1 min · 22 words · Todd Moore

Minimum if multiple criteria

In other words, we want the min valueafterapplying multiple criteria. The easiest way to solve this problem is with the MINIFS function. Each method is explained below. Excel Table For convenience, all data is in anExcel Tablenameddatain the range B5:D16. If you are new to Excel Tables,this article provides an overview. All conditions must be true in order for value to be considered. In other words, MINIFS will not treat empty cells that meet criteria as zero....

April 14, 2025 · 1 min · 213 words · Austin Gonzalez

Minimum value

Explanation In this example, the goal is to get the minimum quiz score (i.e. MIN will return the minimum value in the data provided. Text values and empty cells are ignored. Because the quiz scores are all together, the data is supplied to MIN as a single range. MIN is fully automatic. If data changes, MIN will automatically recalculate. SMALL function TheSMALL functioncan also be used to return the minimum value in a set of data....

April 14, 2025 · 1 min · 106 words · Katrina Mcintosh

Minimum value if

The easiest way to solve this problem is with the MINIFS function. However, there are actually several options. Each approach is explained below. For convenience, all data is in an Excel Table nameddatain the range B5:C16. If you are new to Excel Tables,this article provides an overview. MINIFS function TheMINIFS functioncan get the minimum value in a range based on one or more criteria. The reference to E5 is relative and changes at each new row....

April 14, 2025 · 2 min · 249 words · Kristin Ewing MD

Minimum value if unique

Explanation The goal in this example is to return the minimum value that is unique, i.e. the minimum value that occurs only once in the data. By default, this is a list of any value that occurs one or more times in the data. To enable this feature, the argument needs to be set to TRUE or 1. This is anarray formulaand must be entered with control + shift + enter, except inExcel 365....

April 14, 2025 · 1 min · 114 words · Vincent Long

MINUTE Function

For example, given a time of “7:45”, MINUTE will return 45. The MINUTE function takes just oneargument,serial_number, which must be a validExcel dateor a validExcel time. Times can be supplied to the MINUTE function as text (e.g. “7:45 PM”) or as decimal numbers (e.g. 0.5, which equals 12:00 PM). The MINUTE function will “reset” to 0 every 60 minutes (like a clock). To work with minute values larger than 60, use a formula toconvert time to decimal minutes....

April 14, 2025 · 1 min · 126 words · Tammy Barnes

MINVERSE Function

In order for MINVERSE to calculate an inverse matrix,arraymust contain numbers only. When an inverse exists, MINVERSE returns an inverse matrix with the same dimensions as thearrayprovided. If a matrix cannot be inverted, MINVERSE will return a #NUM! A matrix that can’t be inverted has adeterminantof zero (0). Array syntax The MINVERSE function returns anarrayof values. The result from MMULT is anarraythat contains the same number of rows asarray1and the same number of columns asarray2....

April 14, 2025 · 1 min · 130 words · Jacob Carroll

MIRR Function

Purpose Return value Syntax Using the MIRR function The standard Internal rate of return function (IRR) assumes all cash flows are reinvested at the same rate as the IRR. The modified internal rate of return function (MIRR) accepts both the cost of investment (discount rate) and a reinvestment rate for cash flows received. In the example shown, the formula in F6 is: In this example, we assume that the reinvestment rate is the same as the cost of capital, so we set both thefinance_rateandreinvest_rateto the value in F4, which is 10%....

April 14, 2025 · 1 min · 200 words · Katelyn Moore

Mixed reference

An mixed reference in Excel is a reference where part of the reference is absolute and part is relative. Mixed references are a common feature in well-designed worksheets. They are harder to set up, but they make formulas much easier to enter.

April 14, 2025 · 1 min · 42 words · Sara Smith

MMULT Function

The result from MMULT is anarraythat contains the same number of rows asarray1and the same number of columns asarray2. The MMULT function appears in certain more advanced formulas that need to process multiple rows or columns. For example, you could use MMULT withXLOOKUPtomatch a value in any column. The MMULT function takes twoarguments,array1andarray2, both of which are required. The column count ofarray1must equal the row count ofarray2. The MMULT function will return a #VALUE!...

April 14, 2025 · 2 min · 221 words · Scott Johnson

MOD Function

Both arguments are required. If either argument is not numeric, the MOD function returns #VALUE!. With a datetime in A1, the formula below returns the time only: Detailed explanation here. Use QUOTIENT to discard the remainder after division.

April 14, 2025 · 1 min · 38 words · Tracey Reyes

MODE Function

If supplied data does not contain any duplicate numbers, the MODE function returns a #N/A error. The MODE function takes multipleargumentsin the formnumber1,number2,number3, etc. Arguments can be a hardcoded constant, a cell reference, or a range, in any combination. MODE ignores empty cells, text values, and the logical values TRUE and FALSE. The MODE function will accept up to 255 separate arguments. Examples MODE returns the most frequently occurring number in supplied data....

April 14, 2025 · 1 min · 105 words · Jessica Reed

MODE.MULT Function

The mode is the most frequently occurring number in a set of data. When there is just one mode in a set of data, MODE.MULT will return a single result. If there is more than one mode in supplied data, MODE.MULT will return more than one result. If there are no modes, MODE.MULT will return #N/A. The MODE.MULT function takes multipleargumentsin the formnumber1,number2,number3, etc. Arguments can be a hardcoded constant, a cell reference, or a range, in any combination....

April 14, 2025 · 1 min · 193 words · Ashley Day