π§ Introduction: Why Learn Excel Formulas?
Microsoft Excel is more than just rows and columns β itβs a powerful tool for organizing, calculating, and analyzing data. Whether you’re a student, office worker, or freelancer, knowing Excel formulas can save you time and increase your productivity.
In this article, weβll cover the 10 most essential Excel formulas that every beginner should learn.
β 1. SUM() β Add Values
Formula: =SUM(A1:A5)
Use: Adds values from A1 to A5.
π Example: Add total sales or expenses in a list.
β 2. AVERAGE() β Find the Mean
Formula: =AVERAGE(B1:B5)
Use: Calculates the average of selected numbers.
π Example: Calculate average marks, salary, or performance.
β 3. IF() β Logical Test
Formula: =IF(C2>60, "Pass", "Fail")
Use: Checks if a condition is true or false.
π Example: Pass/Fail based on marks.
β 4. COUNT() β Count Numbers
Formula: =COUNT(A1:A10)
Use: Counts numeric entries in a range.
π Example: Count how many products have sales data.
β 5. COUNTA() β Count Text & Numbers
Formula: =COUNTA(A1:A10)
Use: Counts all non-empty cells (text, numbers).
π Example: Count how many entries exist in a list.
β 6. VLOOKUP() β Vertical Lookup
Formula: =VLOOKUP("John", A2:C10, 2, FALSE)
Use: Searches a value in the first column and returns data from another column.
π Example: Find salary of an employee named John.
β 7. HLOOKUP() β Horizontal Lookup
Formula: =HLOOKUP("Feb", A1:D2, 2, FALSE)
Use: Similar to VLOOKUP, but works across rows.
π Example: Get February sales from a table header.
β 8. CONCATENATE() or CONCAT() β Join Text
Formula: =CONCAT(A2, " ", B2)
Use: Combines values/text from different cells.
π Example: Combine first name and last name.
β 9. TODAY() β Current Date
Formula: =TODAY()
Use: Returns todayβs date dynamically.
π Example: Use in date trackers or reports.
β 10. LEN() β Count Characters
Formula: =LEN(A1)
Use: Tells you how many characters are in a cell.
π Example: Validate phone numbers or text length.
πΈ Example Image:
(You can upload a screenshot of an Excel sheet using these formulas side-by-side in practice.)
π Conclusion:
Mastering these basic Excel formulas will set a solid foundation for automating tasks and handling data efficiently. As you grow comfortable, you can move on to more advanced functions like INDEX
, MATCH
, and ARRAYFORMULAS
.
π Start using these formulas today and unlock the power of Excel!
π You Might Also Like:
- How to Use VLOOKUP in Excel β Step-by-Step Guide
- Create a Simple Expense Tracker in Excel
- Top Excel Chart Types Explained