EXCEL formulas and Its uses

What is Excel Formula

The capacity to compute numerical data using formulae is one of Excel’s most powerful capabilities.

In a spreadsheet, formulas are utilized to do calculations. Every formula must start with an equal symbol (=).

Formulas can include the following components:

  1. Values that remain constant (such as 5 or 100).
  2. References to cells (such as A1 or A1:A3).
  3. Operators (for example, + for addition or * for multiplication).
  4. A list of functions (such as SUM or AVERAGE).

Operators in Excel’s Formula

Operators are mathematical symbols that represent certain operations.

Excel formulae support a wide range of operators (see Figure 1).

Arithmetic operators carry out fundamental mathematical operations (such as addition and subtraction) and provide numerical values.

When two values are compared, the comparison operator returns TRUE or FALSE.

Figure 1- Arithmetic and Comparison Operators
Note: When a formula has more than one operator, Excel calculates from left to right in accordance with the conventional mathematical order of operations. This order can be changed by using parenthesis.computations within parentheses are done first.

The fundamental order of operations is as follows:

  1. Percentage
  2. Exponentiation
  3. Division and Multiplication
  4. Addition and subtraction
  5. Comparison

1. Simple Excel Formula

Excel, like a calculator, can Add, Subtract, Multiply, and Divide numbers. We’ll learn here how to utilize cell references to build simple formulae in this session.

Mathematichal Operators in simple formula

For formulae, Excel employs conventional operators such as a plus symbol (+) for addition, a minus sign (-) for subtraction, an asterisk (*) for multiplication, a forward slash (/) for division, and a caret (^) for exponents.

Mathematical operators
Figure 2- Mathematical operators

In Excel, all formulae must begin with an equals symbol (=). This is due to the fact that the cell includes, or is equal to, the formula and the value it computes.

What is cell references

The majority of formulae are built via cell references.

A cell reference identifies a single cell or a group of cells.
There are three sorts of cell references: Relative, Absolute, and Mixture.

When a formula is transferred to other cells, these references act differently.

This is referred to as creating a cell reference. Because you may alter the value of referred cells without having to redo the calculation, using cell references ensures that your formulae are always accurate.

Note: Here note that cell reference could be entered manualy or we can select referenced cell's address by clicking on that cell.

Types of Cell References

Relative Cell References

Cells are referred to by their location in respect to the cell containing the formula (for example, “the cell two rows above this cell”). When you duplicate a formula with relative references, the references go to the new position. Example: A1

Absolute Cell References

Cells are referred to by their fixed location in the worksheet (for example, “the cell positioned at the intersection of column A and row 1”). Regardless of where the formula is copied, absolute references always refer to the same cell. Example: $A$1

Mixed Cell References

Include both relative and absolute references (for example, “the cell in column A and two rows above this cell”). When you duplicate a formula that has both relative and absolute references, the relative references adapt but the absolute references do not. Example: $A1 or A$1

Steps to create a formula

  1. Choose the cell that will house the formula. Here A4 (See the below image).
  2. Enter the equals sign (=) into the text box. Take note of how it looks in the cell as well as the formula bar.
  3. In the formula, type the cell address of the cell you want to reference first: cell A1 in our example.
  4. The mentioned cell will be surrounded by a blue border.
  5. Enter the mathematical operation that you want to utilize. In this example, we’ll use the plus symbol (+).
  6. In the formula, type the cell address of the cell you want to reference second: cell A2 in our case. The mentioned cell will be surrounded by a red border.
  7. On your keyboard, press Enter. The formula will be computed, and the result will be shown in the cell.
Entering-Formula-in-a-cell
Figure 3- Entering Formula in a cell
Note:  If the result of a formula is too large to fit in a cell, it will be shown as pound marks (#######) instead of a value. This indicates that the column is too narrow to display the cell content. To display the cell content, just raise the column width.
The formula will be shown in both the cell and the formula bar.

Modifying values with cell references

The actual benefit of cell references is that they allow you to alter data in your spreadsheet without rewriting the formula.

Steps to Modifying a formula

  1. Selct a cell in which formula is applied.
  2. Now select referenced cell then click on new referenced cell from where we want to update the data.
  3. Repeat same process for other refrences cells if you want to change them all.
  4. We can change single or multiple referenced cells as required.
  5. And then click Enter to find new updated value.
  6. See below Figure, Here we are updating Formula in cell A3 by changing referenced cells A1 to C1 and A2 to C2.
Modifying values with cell references
Figure 4-Modifying values with cell references
Note: Excel will not always inform you if your formula includes a mistake, therefore it is your responsibility to double-check all of your formulae.

How to edit a formula

You may wish to change an existing formula from time to time. We’ve put an erroneous cell address in our formula in the example below, so we’ll need to change it.

Actually, this is a similar process as mentioned above (Modifying values with cell references).

Steps to edit a formula

  1. Select the cell that contains the formula you want to change.
  2. To change the formula, click the formula bar.
  3. You may also examine and change the formula right within the cell by double-clicking it.
  4. Any referenced cells will be surrounded by a border.
  5. When you’re finished, press Enter on your keyboard or choose the Enter option from the formula bar.
  6. The formula is changed, and the new value is presented in the cell.
Editing values with cell references
Figure 5- Editing values with cell references
Note: If you change your mind, you may cancel your formula by using the Esc key on your computer or clicking the Cancel command on the formula bar.
Note: Hold the Ctrl key and hit (grave accent) to see all of the formulae in a spreadsheet. The grave accent key is commonly found in the upper-left region of the keyboard. You may return to the usual view by pressing Ctrl+ again.

How to Display Formulas

Cells containing formulae display the formula’s results rather than the formula itself.

By choosing specific cells and glancing at the Formula bar, you can examine the underlying formulae.

Making all of the formulas in a worksheet accessible is another method to see them.

To display all formulas:

Click the Show Formulas button on the Formulas tab, in the Formula Auditing group. To fit the formulae, the width of each column is increased.

Display Formula
Figure 6- Display Formula

2. Complex Excel Formulas

A simple formula is a mathematical expression that contains only one operator, such as 8+4.

A complex formula, such as 8+4*7, contains more than one mathematical operator.

When a formula contains more than one operation, the order of operations tells Excel which operation to calculate first.

In order to calculate complex formulas, you must first understand the order of operations.

The sequence of events

Excel computes formulas in the following order of operations:

  1. Operations surrounded by parentheses
  2. Exponential calculations (e.g., 4^2)
  3. Division and multiplication, whichever comes first
  4. Subtraction and addition, whichever comes first

Creating complicated formula 

In the next example, we will show how Excel solves a complicated formula using the sequence of operations.

In this case, we wish to compute the cost of sales tax for an invoice.

In cell D4, we’ll write our formula as =(D2+D3)*0.075.

To determine the cost of sales tax, we will put the costs of our products together and then multiply that total by the 7.5 percent tax rate (which is printed as 0.075).

Creating a complicated formula
Figure 7- Creating a complicated formula
Note: It is critical to input complicated formulae in the right order of operations.
 Otherwise, Excel will not produce correct results. If the parenthesis are not present in our example, the multiplication is computed first, and the result is wrong. Parentheses are the most effective technique to specify which computations in Excel will be done first.

Enjoy!! Happy Learning👍

THANK YOU FOR READING. PLEASE PROVIDE YOUR VALUABLE FEEDBACK.

Free Excel EBOOK

We don’t spam! Read our privacy policy for more info.

Digitalsant

Digitalsant

You may also like...

87 Responses

  1. Shawntell says:

    Wow that was unusual. I just wrote an extremely long
    comment but after I clicked submit my comment didn’t appear.
    Grrrr… well I’m not writing all that over again. Regardless, just
    wanted to say great blog!

  2. Thom says:

    Hello I am so delighted I found your blog page, I really found you by mistake, while I was searching on Askjeeve for something else, Regardless
    I am here now and would just like to say kudos for a tremendous post and a all round enjoyable
    blog (I also love the theme/design), I don’t have time to read
    through it all at the moment but I have saved it and also included your RSS feeds, so
    when I have time I will be back to read much more, Please do keep up the superb job.

  3. Marykathleen says:

    It’s awesome in favor of me to have a web site, which is useful in favor of my experience.
    thanks admin

  4. Jeneva says:

    I am really loving the theme/design of your blog. Do you ever run into any
    internet browser compatibility issues? A couple of
    my blog readers have complained about my website not operating correctly in Explorer but
    looks great in Chrome. Do you have any ideas to help fix this problem?

  5. Vassilios says:

    Hello my loved one! I wish to say that this article is amazing, great written and
    come with almost all significant infos. I’d like to see
    extra posts like this .

  6. Cristabel says:

    Hi there, I want to subscribe for this website
    to take most up-to-date updates, so where can i do it please help.

  7. Geffery says:

    I am really inspired with your writing abilities as neatly as with the structure
    to your weblog. Is this a paid subject matter or did you customize it
    yourself? Either way keep up the excellent quality writing, it’s rare to peer a nice weblog like this one today..

  8. Gage says:

    Wow, this piece of writing is nice, my younger sister is analyzing such things, therefore I am going
    to tell her.

  9. Sarahi says:

    Hey there this is kinda of off topic but I was wondering if
    blogs use WYSIWYG editors or if you have to manually code with HTML.

    I’m starting a blog soon but have no coding know-how so I wanted to get guidance
    from someone with experience. Any help would be enormously appreciated!

  10. Ralphael says:

    Sweet blog! I found it while searching on Yahoo News.
    Do you have any suggestions on how to get listed in Yahoo
    News? I’ve been trying for a while but I never seem to get there!
    Appreciate it

Leave a Reply

Your email address will not be published. Required fields are marked *