Home Topics excel min function and max function usage

min function and max function usage

Oct 22, 2019 am 09:51 AM
max min

min function and max function usage

min function and max function usage

MIN function

The MIN function is a formula in Microsoft Excel, which can be expressed as min(x,y)=0.5*(x y-|x-y|). Its function is to return the minimum value in the given parameter table. Function parameters can be numbers, blank cells, logical values, or text strings representing numerical values. If there are incorrect values ​​in the parameters or text that cannot be converted into numerical values, an error will occur.

Syntax

MIN(number1,number2, ...)
【A,B】=MIN(number1,number2,...)
Copy after login

Parameters

Number1, number2,... are 1 to 30 numeric parameters from which the minimum value is to be found.

The return value A is the minimum value in the given parameter table, and B is the position in the table below where the minimum value in the parameter table is located

MAX function syntax

MAX(number1, [number2], ...)
Copy after login

MAX function syntax has the following parameters:

number1, number2, ... Number1 is required, subsequent numbers are optional. 1 to 255 numbers from which to find the maximum value.

Remarks

The parameters can be numbers or names, arrays or references containing numbers.

Logical values ​​and text representing numbers typed directly into the parameter list are counted.

If the parameter is an array or reference, only the numbers in it are used. Blank cells, logical values, or text in arrays or references are ignored.

If the argument does not contain any numbers, MAX returns 0 (zero).

If the parameter is an incorrect value or is text that cannot be converted to a number, an error will result.

If you want the calculation to include logical values ​​in references and text that represents numbers, use the MAXA function.

The above is the detailed content of min function and max function usage. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

iPhone 15 Pro Max vs iPhone 14 Pro Max: What are the comparisons and differences between them? iPhone 15 Pro Max vs iPhone 14 Pro Max: What are the comparisons and differences between them? Sep 19, 2023 pm 08:29 PM

iPhone 15 Pro Max vs iPhone 14 Pro Max: What are the comparisons and differences between them?

How to use HEIF Max (48 MP) and optimize storage on iPhone 14 Pro How to use HEIF Max (48 MP) and optimize storage on iPhone 14 Pro Sep 21, 2023 pm 02:13 PM

How to use HEIF Max (48 MP) and optimize storage on iPhone 14 Pro

what does min mean what does min mean Jan 16, 2024 pm 04:12 PM

what does min mean

Battery life comparison of all iPhone 15 series: iPhone 15 Plus beats 15 Pro Max Battery life comparison of all iPhone 15 series: iPhone 15 Plus beats 15 Pro Max Sep 30, 2023 pm 11:09 PM

Battery life comparison of all iPhone 15 series: iPhone 15 Plus beats 15 Pro Max

How to get max value from stream in java8 How to get max value from stream in java8 May 14, 2023 pm 03:43 PM

How to get max value from stream in java8

Samsung S25 Ultra details exposed: same width as iPhone 16 Pro Max, but with a larger screen Samsung S25 Ultra details exposed: same width as iPhone 16 Pro Max, but with a larger screen Aug 23, 2024 pm 09:33 PM

Samsung S25 Ultra details exposed: same width as iPhone 16 Pro Max, but with a larger screen

How to compare the size of two numbers using the Math.max() method in Java? How to compare the size of two numbers using the Math.max() method in Java? Nov 18, 2023 pm 02:29 PM

How to compare the size of two numbers using the Math.max() method in Java?

What is the format of max? What is the format of max? Mar 13, 2023 am 11:57 AM

What is the format of max?

See all articles