Top 50 Excel Formulas
Top 50 Excel Formulas
1. VLOOKUP: Searches for a value in the leftmost column of a table and returns a
FALSE)
3. IF: Performs a conditional test and returns different values based on the result.
4. COUNT: Counts the number of cells in a range that contains numbers. Example:
=COUNT(A1:A10)
6. SUMIF: Adds up the cells that meet a specific condition. Example: =SUMIF(A1:A10,
">50")
7. INDEX: Returns the value of a cell in a specified row and column. Example:
=INDEX(A1:C10, 5, 2)
10. COUNTIF: Counts the number of cells that meet a specific condition. Example:
=COUNTIF(A1:A10, ">50")
11. IFERROR: Checks if a formula produces an error and returns a specified value if true.
12. LEFT: Extracts a specified number of characters from the beginning of a text string.
Example: =LEFT(A1, 3)
13. RIGHT: Extracts a specified number of characters from the end of a text string.
Example: =RIGHT(A1, 2)
TOP 50 EXCEL FORMULAS
14. MID: Extracts a specified number of characters from a text string, starting at a specified
15. LEN: Returns the number of characters in a text string. Example: =LEN(A1)
16. DATE: Returns the serial number of a specific date. Example: =DATE(2022, 3, 15)
17. NOW: Returns the current date and time. Example: =NOW()
18. INDIRECT: Converts a text string into a valid cell reference. Example: =INDIRECT("A1")
19. TRIM: Removes leading and trailing spaces from a text string. Example: =TRIM(A1)
20. SUBSTITUTE: Replaces specific text in a text string with new text. Example:
21. RANK: Returns the rank of a number in a list of numbers. Example: =RANK(A1, A1:A10)
22. MAX: Finds the maximum value in a range of cells. Example: =MAX(A1:A10)
23. MIN: Finds the minimum value in a range of cells. Example: =MIN(A1:A10)
=ROUND(A1, 2)
26. TEXT: Converts a value to text in a specific format. Example: =TEXT(A1, "yyyy-mm-dd")
28. IFNA: Checks if a formula returns the #N/A error and returns a specified value if true.
29. HLOOKUP: Searches for a value in the top row of a table and returns a corresponding
30. CONCAT: Joins two or more text strings together. Example: =CONCAT(A1, " ", B1, " ",
C1)
=OR(A1>10, B1="Yes")
33. AND: Checks multiple conditions and returns true if all of them are true. Example:
=AND(A1>10, B1="Yes")
34. DATEVALUE: Converts a date in the text format to a serial number. Example:
=DATEVALUE("2022-03-15")
=ROUNDUP(A1, 0)
Example: =ROUNDDOWN(A1, 0)
37. ISNUMBER: Checks if a value is a number and returns true or false. Example:
=ISNUMBER(A1)
38. IFBLANK: Checks if a cell is blank and returns a specified value if true. Example:
=IFBLANK(A1, "Empty")
39. PROPER: Converts the first letter of each word in a text string to uppercase. Example:
=PROPER(A1)
41. MODE: Returns the most frequently occurring value in a range of numbers. Example:
=MODE(A1:A10)
42. DAY: Extracts the day value from a date. Example: =DAY(A1)
43. MONTH: Extracts the month value from a date. Example: =MONTH(A1)
44. YEAR: Extracts the year value from a date. Example: =YEAR(A1)
45. TRANSPOSE: Transposes the rows and columns of a range. Example: Enter the formula,
48. STDEV: Estimates the standard deviation based on a sample from a population.
Example: =STDEV(A1:A10)
49. LEFTB: Extracts a specified number of bytes from the beginning of a text string.
Example: =LEFTB(A1, 3)
50. FIND: Finds the position of a specific character or text within a text string. Example:
=FIND("a", A1)