๐ข Mastering Excel: 50 Essential Formulas for Beginners, Intermediate, and Expert Users
๐ Introduction
Microsoft
Excel is a powerful tool for data analysis, automation, and business reporting.
Whether you're a beginner or an advanced user, knowing the right formulas can
save time and improve efficiency. In this blog, we will explore 50 essential
Excel formulas in three levels:
- ๐ข
25 Beginner Formulas
- ๐ก
25 Intermediate Formulas
- ๐ด
25 Expert Formulas
At the end, you’ll find a ๐ Practice Data Download Here to test these formulas yourself.
๐ข
Beginner Excel Formulas
These
are the foundational formulas that help with basic calculations and data
manipulation.
1. ➕ SUM
- =SUM(A1:A10) (Adds numbers in a range)
2. ๐
AVERAGE - =AVERAGE(A1:A10) (Finds the mean of a range)
3. ๐ฝ
MIN
- =MIN(A1:A10) (Finds the smallest value)
4. ๐ผ
MAX
- =MAX(A1:A10) (Finds the largest value)
5. ๐ข
COUNT - =COUNT(A1:A10) (Counts numeric values)
6. ๐
COUNTA - =COUNTA(A1:A10) (Counts all non-empty cells)
7. ๐ก
LEN
- =LEN(A1) (Counts characters in a cell)
8. ⬅ LEFT
- =LEFT(A1,3) (Extracts first 3 characters)
9. ➡ RIGHT
- =RIGHT(A1,3) (Extracts last 3 characters)
10. ๐
MID
- =MID(A1,3,5) (Extracts 5 characters starting at position 3)
11. ⚖ IF
- =IF(A1>10,"High","Low") (Checks a condition)
12. ๐
CONCATENATE - =CONCATENATE (A1, B1) (Joins text from
multiple cells)
13. ๐จ
TEXT
- =TEXT(A1,"$#,##0.00") (Formats numbers as text)
14. ๐
PROPER - =PROPER(A1) (Capitalizes first letter of each word)
15. ๐
UPPER - =UPPER(A1) (Converts text to uppercase)
16. ๐ก
LOWER - =LOWER(A1) (Converts text to lowercase)
17. ✂ TRIM
- =TRIM(A1) (Removes extra spaces)
18. ๐ข
ROUND - =ROUND(A1,2) (Rounds to 2 decimal places)
19. ๐ฒ
RAND
- =RAND () (Generates a random number between 0 and 1)
20. ๐ฒ
RANDBETWEEN - =RANDBETWEEN (1,100) (Generates a
random number between 1 and 100)
21. ๐
NOW
- =NOW () (Returns current date and time)
22. ๐
TODAY - =TODAY () (Returns current date)
23. ⏳ HOUR
- =HOUR(A1) (Extracts hour from a time value)
24. ⏳ MINUTE
- =MINUTE(A1) (Extracts minute from a time value)
25. ⏳ SECOND
- =SECOND(A1) (Extracts second from a time value)
๐ก
Intermediate Excel Formulas
These
formulas are useful for data analysis and automation.
26. ⚠ IFERROR
- =IFERROR(A1/B1,"Error") (Handles errors)
27. ๐ข
COUNTIF - =COUNTIF(A1:A10,">10") (Counts based
on a condition)
28. ➕ SUMIF
- =SUMIF(A1:A10,">10",B1:B10) (Sums based on a condition)
29. ๐
AVERAGEIF - =AVERAGEIF(A1:A10,">10") (Averages
based on a condition)
30. ๐
VLOOKUP - =VLOOKUP(1001,A2:C10,2,FALSE) (Finds values in a
table)
31. ๐
HLOOKUP - =HLOOKUP(1001,A1:J2,2,FALSE) (Horizontal lookup)
32. ๐
MATCH - =MATCH(50,A1:A10,0) (Finds position of a value)
33. ๐
INDEX - =INDEX(A1:C5,2,3) (Retrieves value at a specific
row and column)
34. ๐ฏ
CHOOSE - =CHOOSE(2,"Red","Blue","Green")
(Chooses from a list)
35. ๐
XLOOKUP - =XLOOKUP(50,A1:A10,B1:B10,"Not Found")
(Advanced lookup)
36. ๐
FILTER - =FILTER(A1:A10,B1:B10>50) (Filters data)
37. ๐
SORT
- =SORT(A1:B10,1,TRUE) (Sorts data)
38. ๐
SUBSTITUTE - =SUBSTITUTE(A1,"old","new")
(Replaces text)
39. ๐
TRANSPOSE - =TRANSPOSE(A1:A5) (Converts rows to columns)
40. ๐
NETWORKDAYS - =NETWORKDAYS(A1,B1) (Counts workdays
between two dates)
๐ด
Expert Excel Formulas
41. ๐งฎ
ARRAYFORMULA - =ARRAYFORMULA(A1:A10*B1:B10) (Performs
calculations on arrays)
42. ๐ข
SEQUENCE - =SEQUENCE(10,1,1,1) (Generates a sequence of
numbers)
43. ๐
TREND - =TREND(A1:A10,B1:B10) (Predicts future trends)
44. ๐
UNIQUE - =UNIQUE(A1:A10) (Finds unique values in a range)
45. ๐
INDIRECT - =INDIRECT("A"&B1) (References a cell
dynamically)
46. ๐
OFFSET - =OFFSET(A1,1,1) (References a cell dynamically)
47. ๐
FORECAST - =FORECAST(A1,B1:B10,C1:C10) (Predicts future
values)
48. ๐ข
RANK.EQ - =RANK.EQ(A1,A1:A10) (Ranks a number with ties)
49. ๐
TEXTJOIN - =TEXTJOIN(", ",TRUE,A1:A5) (Joins text
with a delimiter)
50. ๐
EOMONTH - =EOMONTH(A1,1) (Finds last day of the month)
๐ฏ
Conclusion
Mastering
these 50 Excel formulas will significantly boost your productivity. Start with
beginner formulas, progress to intermediate, and challenge yourself with expert
formulas.
Comments
Post a Comment