Microsoft Excel is one of the most versatile tools for managing, analyzing, and visualizing data. Whether you’re working in business, engineering, accounting, or academics, Excel formulas and functions can save hours of manual work. Learning the most essential ones will boost your productivity and make your spreadsheets smarter and more efficient.
In this blog, we’ll explore the most commonly used Excel formulas and functions, with examples to help you understand how they work.
🔹 What Are Excel Formulas and Functions?
A formula is an expression that performs calculations on values in your worksheet. It usually begins with an equal sign (=) and can include operators like +
, -
, *
, /
, and references to cells.
Example:
adds the values of cells A1 and B1.
A function, on the other hand, is a predefined formula that performs specific calculations using built-in Excel syntax.
Example:
adds all numbers from cell A1 to A5 automatically.
🔹 Basic Arithmetic Formulas
Before moving to complex functions, it’s important to know the basic arithmetic formulas:
-
Addition:
=A1 + B1
-
Subtraction:
=A1 - B1
-
Multiplication:
=A1 * B1
-
Division:
=A1 / B1
-
Power:
=A1 ^ 2
(square of A1)
These simple formulas are the building blocks for more advanced Excel operations.
🔹 Commonly Used Excel Functions
Below are some essential functions every Excel user should master.
1. SUM() – Add Numbers Quickly
The SUM function adds values in a range.
Example:
adds all numbers from A1 through A10.
Tip: You can also combine non-adjacent ranges — =SUM(A1:A5, C1:C5)
2. AVERAGE() – Find the Mean
This function calculates the average value of a range.
Example:
is perfect for finding test scores or sales averages.
3. MIN() and MAX() – Find Extremes
These functions help you identify the smallest and largest values in a dataset.
Example:
4. COUNT() and COUNTA() – Count Data Points
-
=COUNT(A1:A10)
counts cells with numbers only. -
=COUNTA(A1:A10)
counts all non-empty cells, including text.
Useful when you need to count entries or data rows.
5. IF() – Apply Logical Conditions
The IF function lets you apply conditions to your data.
Syntax:
Example:
checks whether a value is above 50 and returns either Pass or Fail.
6. CONCATENATE() / CONCAT() – Join Text
Used to combine text from multiple cells.
Example:
joins first and last names in two cells.
Note: In newer Excel versions, use TEXTJOIN()
or CONCAT()
instead of CONCATENATE()
.
7. TODAY() and NOW() – Insert Dates and Time
-
=TODAY()
displays the current date. -
=NOW()
displays the current date and time.
These update automatically every time you open the workbook.
8. VLOOKUP() – Search for Data Vertically
The VLOOKUP function is used to look up data in a table by matching a value in the first column.
Syntax:
Example:
searches for a value in column B and returns data from the third column.
9. HLOOKUP() – Search Horizontally
Similar to VLOOKUP but searches across rows instead of columns.
10. SUMIF() and COUNTIF() – Conditional Calculations
These functions combine arithmetic with conditions.
Examples:
They’re perfect for filtering totals or counts based on criteria.
🔹 Bonus: Text and Date Functions
-
LEFT(A1,3) – Extracts first 3 characters.
-
RIGHT(A1,4) – Extracts last 4 characters.
-
LEN(A1) – Counts total characters.
-
TEXT(A1, "dd-mm-yyyy") – Formats dates.
These functions help clean and prepare data efficiently.
🔹 Conclusion
Excel formulas and functions are the heart of every spreadsheet. By mastering the essential ones — from SUM and IF to VLOOKUP and COUNTIF — you’ll transform your Excel skills and save hours of manual work.
Start with basic arithmetic, then practice applying these formulas in real-world data sets. The more you use them, the more confident you’ll become in handling data like a professional analyst.
கருத்துகள்
கருத்துரையிடுக