Basic Excel Formulas Last Updated : 26 May, 2025 Comments Improve Suggest changes Like Article Like Report Functions in Excel are the predefined formulas that have their specific meaningful work. They make our task easy and quick, like finding the sum, count, average, maximum value, and minimum values for a range of cells. For example, the SUM function will calculate the sum of the range passed to it as an argument. Now, if you are looking for one guide where you find all the basic formulas of Excel, then this article will help you a lot. Here in the article, we have listed all the basic Excel formulas that anyone can use in day-to-day work and increase their productivity.Basic Functions in ExcelWe have data on vegetables used in 1 week in a house, and we find the total cost of vegetables. Now, we'll apply basic Excel functions to the data.Sum(): It adds all the values in a range of cells. =SUM(C3:C8) will find sum of values given in the range from C3 to C8.Max(): It will find the maximum value in the given range of values.Max value from C5 to C12 is 80.Min(): It will find the minimum value in the given range of values.MIn value from C5 to C10 is 12.Average(): It calculates the average value in a range of cells.Count(): It will count the number of cells in a range of cells.Len(): It will return the number of characters in a string text.Sumif(): It Adds all the values in a range of cells that meet a specified condition. = SUMIF(range,criteria,[sum_range]).AverageIf():- It Calculates the average value in a range of cells that meet the specified criteria. =AVERAGEIF(range,criteria,[average_range]). Comment More infoAdvertise with us Next Article Basic Excel Formulas divyansheevarshney Follow Improve Article Tags : Excel ExcelGuide MSExcel Similar Reads Basic Math Formulas Mathematics is divided into various branches according to the way of calculation involved and the topics covered by them. All the branches have various formulas that are used for solving various mathematical problems. The branches include geometry, algebra, arithmetic, percentage, exponential, etc.T 12 min read Basic Geometry Formulas In mathematics, geometry stands as a discipline of study and is a subject for the analysis of shapes and structures along with their properties. Geometry formulas are used for finding dimensions, perimeter, area, surface area, volume, etc. of the geometric shapes.The article below illustrates the st 7 min read Algebra Formulas Algebra formulas are mathematical expressions that help solve problems involving variables and constants. They often represent relationships between quantities and can be used to simplify calculations. This article provides a comprehensive overview of all algebra formulas taught from Class 9 through 10 min read a2 - b2 Formula a2 - b2 formula in Algebra is the basic formula in mathematics used to solve various algebraic problems. a2 - b2 formula is also called the difference of squares formula, as this formula helps us to find the difference between two squares without actually calculating the squares. The image added bel 6 min read Double Angle Formulas Double Angle Formulas are formulas in trigonometry to solve trigonometric functions where their angle is in the multiple of 2, i.e. in the form of (2θ). Double angle formulas are special cases of trigonometric formulas and are used to solve various types of trigonometric problems. In this article, w 6 min read What is an Algebraic Formula? An algebraic formula is a mathematical expression that uses algebraic symbols to represent relationships and calculations. These formulas involve variables, constants, and arithmetic operations such as addition, subtraction, multiplication, division, and exponentiation. Algebraic formulas are fundam 5 min read Half Angle Formulas Half-angle formulas are used to find various values of trigonometric angles such as for 15°, 75°, and others, they are also used to solve various trigonometric problems.Several trigonometric ratios and identities help in solving problems of trigonometry. The values of trigonometric angles 0°, 30°, 4 6 min read Derivative Formulas in Calculus Derivative Formulas in Calculus are one of the important tools of calculus as Derivative formulas are widely used to find derivatives of various functions with ease and also, help us explore various fields of mathematics, engineering, etc.The derivatives represent the rate of function with respect t 8 min read How to Create an Array Formula in Excel? Array formulas in excel are important tools. A single formula can perform multiple calculations and replace thousand of useful formulas. Most of us have never used array functions in our excel sheet just because we don't know how to use these formulas. Array formulas is one of the most confusing exc 10 min read Exponential Function Formulas The exponential function, typically denoted as ex or expâ¡(x), is a mathematical function where 'e' is the base of the natural logarithm, approximately equal to 2.71828. The formula for the exponential function is:f(x) = ax This function is characterized by the fact that the rate of growth is proport 5 min read Like