What Do You Mean by Equations in Excel?
Equations in excel are none other than our formulas which we type in cell, to write an equation we start with an equals to sign (=) which excel recognizes as to calculate and then we use variables which are connected with each other with some operators, depending upon the operators we get results, an equation can be both linear or non linear.
Explanation
In an excel equation, we use two things:
- Cell References
- Operators
Cell references are cells like A1, B1, or range of cells A1:A3 and so on, whereas operators are the basic operators such as + for sum – for subtraction * for multiplication and so on.
Like a calculator, Excel can execute formulas such as addition, subtraction, etc. One of the most useful features of MS Excel is the ability to calculate using a cell address to represent a value in a cell.
This is the basic definition of the cell reference.
Excel uses both cell reference and basic operators to make an equation.
How to Use Equations in Excel? (with Examples)
To make an equation in excel, we need to keep three things in mind:
- Every equation starts with an equals sign.
- Excel uses cell addresses as values in excel.
- Operators are used to making an equation.
Example #1
I have my own monthly budget for the past five months. The budget includes data for rent, food, electricity, credit card, and car.

4.9 (1,353 ratings) 35+ Courses | 120+ Hours | Full Lifetime Access | Certificate of Completion
In the first example, we will create an equation for the sum or addition of the bills for each month.
- Step #1 – In cell B7, start with typing an equals to sign and add each cell reference from B1 to B6 with a + operator in between.
- Step #2 – When we press enter, we get the total spendings done in Jan month
In the above two steps, we used cell references and an operator + for addition, and the equation was created as =B2+B3+B4+B5+B6, which gave us our result.
Also, there is an inbuilt function in excel, which gives us the same result, but it saves us the time of giving each cell reference one at a time.
- Step #1 – In the cell C7, start with typing an equals to sign and type sum then press Tab; it opens an inbuilt sum function for us.
- Step #2 – Now select the range of cells from C2 to C6 and press enter.
This also gives the addition of total money spent in the month of February.
- Step #3 – Repeat the same process for the month of March April & may get the total money spent for the respective months.
I have my money spent on all the months.
Example #2
The above example was a simple addition using equations. Let us make a complex equation.
This time I want to excel to intimate if my money spent was high or average. If the amount spent in total for five months is above 10000, then it should show as “High” else it should show as “Average.” In this type of equation, the operators used are “If Statement.”
- Step #1 – First, we need to total the money spent on each bill. In cell G2, we will create an equation for the addition of the money spent on rent for five months. We start by typing an equals sign and type Sum, then press the tab button.
- Step #2 – Select the cell references B2 to F6, and press enter.
- Step #3 – We repeat the same addition equation for each and every bill.
- Step #4 – Now in cell H2, type an equals sign and type If then press Tab.
- Step #5 – To better understand the If equation, click on fx in the function address bar, and a dialog box pops up.
- Step #6 – In the logical test, we will insert our logic, which is the total of bills is greater than 10000. Select range G2 to G6 and insert operator “>” greater than and type 10000.
- Step #7 – If the value is true means the total is greater than 10000, we want it to show as high else average.
- Step #8 – As we are giving excel value in the string, to start and end it with inverted commas. Click on ok.
- Step #9 – Drag the formula to cell H6, and we have our final output.
In the above example, we have used cell references and If statement as an operator to make an equation.
Things to Remember
- Always remember to start an equation with an equals sign.
- Creating an equation with cell reference is useful because we can update our data without having to rewrite the formula.
- Excel will not always tell us if our equation is wrong or not. So it’s up to us to check all of our equations.
Recommended Articles
This has been a guide to Equations in Excel. Here we discuss how to create simple formulas in excel using examples of SUM and IF Formula in excel and downloadable excel templates. You may also look at these useful excel tools –
- 35+ Courses
- 120+ Hours
- Full Lifetime Access
- Certificate of Completion