About 5,800 results
Open links in new tab
  1. MAX function | Microsoft Support

    Syntax MAX (number1, [number2], ...) The MAX function syntax has the following arguments: Number1, number2, ... Number1 is required, subsequent numbers are optional. 1 to 255 numbers for which you …

  2. MAX function | Microsoft Support

    This article describes the formula syntax and usage of the MAX function, which returns the largest value in a set of values.

  3. Calculate the smallest or largest number in a range in Excel

    Select Min (calculates the smallest) or Max (calculates the largest), and then press ENTER. If the cells are not in a contiguous row or column To do this task, use the MIN, MAX, LARGE function, or …

  4. Excel functions (by category) | Microsoft Support

    Worksheet functions are categorized by their functionality. Click a category to browse its functions. Or press Ctrl+F to find a function by typing the first few letters or a descriptive word. To get detailed …

  5. Average, Max, Min, StdevP, Sum, and VarP functions

    Apr 19, 2025 · Reference information including syntax and examples for the Average, Max, Min, StdevP, Sum, and VarP functions.

  6. MAXIFS function | Microsoft Support

    The MAXIFS function returns the maximum value among cells specified by a given set of conditions or criteria: numbers, dates, text, etc. This feature is available on Windows or Mac if you have Office …

  7. MAX function (DAX) - DAX | Microsoft Learn

    Apr 25, 2024 · Learn more about: MAX Applies to: Calculated column Calculated table Measure Visual calculation Returns the largest value in a column, or between two scalar expressions.

  8. MAXA function | Microsoft Support

    If you do not want to include logical values and text representations of numbers in a reference as part of the calculation, use the MAX function. Example Copy the example data in the following table, and …

  9. Microsoft Support

    Microsoft Support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows 11, Surface, and more.

  10. Excel functions (alphabetical) | Microsoft Support

    A complete list of all Excel functions in alphabetical order.

  11. Enumerable.Max Method (System.Linq) | Microsoft Learn

    The Max<TSource> (IEnumerable<TSource>, Func<TSource,Double>) method uses the Double implementation of IComparable<T> to compare values. You can apply this method to a sequence of …