Excel formula Sum/Max/Min
Excel formulas available for various purposes. Here are a few commonly used formulas along with examples:
1. SUM: Calculates the sum of a range of cells.
Example:
If you have a list of numbers in cells A1 to A5 (e.g., 5, 10, 15, 20, 25), you can use the SUM formula to calculate their sum. In an empty cell, enter "=SUM(A1:A5)" (without quotes), and press Enter. The result will be the sum of the numbers, which in this case is 75.
2. AVERAGE: Calculates the average of a range of cells.
Example:
Suppose you have a range of numbers in cells A1 to A5 (e.g., 10, 20, 30, 40, 50). To find their average, enter "=AVERAGE(A1:A5)" (without quotes) in an empty cell, and press Enter. The result will be the average of the numbers, which is 30 in this case.
3. MAX: Returns the highest value in a range of cells.
Example:
If you have a list of numbers in cells A1 to A5 (e.g., 5, 10, 15, 20, 25), you can use the MAX formula to find the highest value. Enter "=MAX(A1:A5)" (without quotes) in an empty cell and press Enter. The result will be the maximum value in the range, which is 25 in this case.
4. MIN: Returns the lowest value in a range of cells.
Example:
Suppose you have a range of numbers in cells A1 to A5 (e.g., 5, 10, 15, 20, 25). To find the lowest value, enter "=MIN(A1:A5)" (without quotes) in an empty cell and press Enter. The result will be the minimum value in the range, which is 5 in this case.
These are just a few examples of Excel formulas. Excel offers a wide range of built-in functions for different purposes, such as mathematical calculations, date and time manipulation, text manipulation, logical operations, and more. You can explore and use these formulas based on your specific needs in Excel.
Comments
Post a Comment