Home 〉 MS Excel Tutorials 〉 Excel Formulas and Functions Basics | Learn SUM, AVERAGE, MIN, MAX with Examples
Excel Formulas and Functions Basics | Learn SUM, AVERAGE, MIN, MAX with Examples !
Want to learn how to calculate values easily in Microsoft Excel? This guide covers the essentials of using formulas and functions such as SUM, AVERAGE, MIN, and MAX, along with how relative and absolute references affect your calculations. You'll learn how to perform basic arithmetic, use built-in functions, and set up dynamic or fixed references in your spreadsheets. These are fundamental Excel skills that every beginner should know. From simple additions to identifying highest and lowest values, this post has you covered. The full tutorial is shared below:
Microsoft Excel is not just a spreadsheet tool—it's a powerful calculator when you use it with formulas and functions. Whether you're adding up numbers, finding averages, or comparing data, formulas and functions help you automate tasks and save time. In this guide, we'll cover the basic arithmetic formulas, essential built-in functions like SUM, AVERAGE, MIN, MAX, and also help you understand how relative and absolute cell references work.
To get started, you can perform simple math calculations directly in Excel using formulas. Every formula in Excel begins with an equals sign =.
You can use these formulas directly in a cell. Excel automatically calculates the result once you press Enter.
Functions in Excel are pre-built formulas that simplify complex tasks. Here are some of the most used functions for basic data analysis.
Adds values in a range of cells.
=SUM(A1:A5)
Calculates the mean of a set of values.
=AVERAGE(A1:A5)
Returns the smallest number in a set.
=MIN(A1:A5)
Returns the largest number in a set.
=MAX(A1:A5)
When you copy formulas in Excel, the cell references may change depending on whether they are relative or absolute.
Adjusts when the formula is copied to another cell. Example: =A1 + B1 becomes =A2 + B2 when moved down one row.
Remains constant when the formula is copied. You use a dollar sign ($) before the column or row: =A1 + $B$1.
This is especially helpful when referencing fixed values like tax rates or constants.
Understanding Excel formulas and functions is essential for performing efficient data analysis. By mastering basic arithmetic, functions like SUM, AVERAGE, MIN, and MAX, along with the concepts of relative and absolute references, you'll gain the confidence to work with Excel spreadsheets more effectively.
You can learn more about functions on the official Microsoft Excel Wikipedia page.
A formula is an expression that calculates a value, while a function is a predefined formula like SUM or AVERAGE.
Use absolute references with dollar signs (e.g., $A$1) to keep the reference fixed when copying.
Yes, Excel allows nesting of functions. For example, =SUM(A1:A5) + MAX(B1:B5).
You'll get a #DIV/0! error because division by zero is undefined.
Use Ctrl + ` (grave accent) to toggle between showing formulas and results in the sheet.