Excel Formulas Every Data Analyst Should Know in Data Analyst
This topic becomes much easier when we connect the concept to a real business problem instead of memorizing definitions.
Chapter Overview
Formulas are the working tools of Excel analysis. They help us calculate totals, assign labels, fetch values, and prepare metrics for reports.
Useful Functions
Common functions include SUM, AVERAGE, COUNTIF, IF, TEXT, LEFT, RIGHT, XLOOKUP, and IFERROR. Students should focus on understanding why a formula is used, not only how to type it.
Excel Example
=IF(E2>=5000,"High Value","Standard")
=XLOOKUP(A2,Customers!A:A,Customers!C:C,"Not Found")
=COUNTIF(B:B,"Delhi")
Learning Advice
Build formulas on small samples first. Once the result looks right, apply it to the full column. This reduces confusion and makes debugging easier.
Key Takeaways
- Master practical Excel formulas used in day-to-day reporting.
- This chapter belongs to Excel for Data Analysis and is written in a simple student-friendly style.
- Practice with Excel formulas and spreadsheet examples to build confidence faster.

