EXCEL formulas and Its uses

What is Excel’s 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.

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.
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.
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.

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).

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.

You may also like...

58 Responses

  1. Pritesh says:

    I am not sure where you’re getting your information, but
    great topic. I needs to spend some time learning much more
    or understanding more. Thanks for fantastic info I
    was looking for this information for my mission.

  2. Markela says:

    Awesome blog! Is your theme custom made or did you download it from
    somewhere? A theme like yours with a few simple adjustements would really
    make my blog stand out. Please let me know where you
    got your theme. Thank you

  3. Chanette says:

    Excellent way of telling, and nice post to take data regarding my presentation subject, which i am going to deliver in school.

  4. Auston says:

    Great post. I used to be checking constantly this weblog and I’m impressed!
    Very helpful info specially the last phase 🙂 I deal with such
    info a lot. I used to be looking for this certain information for a long time.
    Thank you and best of luck.

  5. Alanah says:

    It’s appropriate time to make some plans for the future and
    it is time to be happy. I’ve read this post and if I could
    I want to suggest you some interesting things or suggestions.
    Maybe you can write next articles referring to this article.
    I wish to read even more things about it!

  6. Liana says:

    Have you ever considered about including a little bit more than just your articles?
    I mean, what you say is fundamental and all. But imagine if you added
    some great images or video clips to give your posts more,
    “pop”! Your content is excellent but with images
    and videos, this website could definitely be one of the greatest in its field.
    Amazing blog!

  7. Shaquina says:

    Nice post. I learn something new and challenging on blogs I stumbleupon on a daily basis.

    It’s always interesting to read content from other authors
    and use a little something from other web sites.

  8. Jovanny says:

    This article gives clear idea in favor of the new visitors
    of blogging, that actually how to do blogging and site-building.

  9. 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

  10. 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!

  11. Gage says:

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

  12. 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..

  13. 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.

  14. 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 .

  15. 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?

  16. Marykathleen says:

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

  17. 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.

  18. 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!

  19. Maquita says:

    This piece of writing is actually a pleasant one it assists new internet people, who are
    wishing in favor of blogging.

  20. Mery says:

    Hi everybody, here every one is sharing such familiarity, so it’s fastidious to read this weblog, and I used to pay a
    quick visit this blog daily.

  21. Staceyann says:

    It’s remarkable in favor of me to have a website, which is helpful in favor of my know-how.
    thanks admin

  22. Tremayne says:

    Appreciate this post. Let me try it out.

  23. Abigael says:

    Awesome! Its in fact awesome paragraph, I have got much clear
    idea concerning from this post.

  24. Wilma says:

    Woah! I’m really loving the template/theme of this blog.

    It’s simple, yet effective. A lot of times it’s very difficult to get that “perfect balance” between usability and
    visual appeal. I must say you’ve done a great job with this.

    Also, the blog loads super fast for me on Firefox. Superb
    Blog!

  25. Manolo says:

    I like the helpful information you provide in your articles.
    I will bookmark your blog and check again here frequently.
    I am quite certain I will learn many new stuff right here!
    Best of luck for the next!

  26. Sai says:

    If some one needs to be updated with hottest technologies afterward he must be visit this web page and be up
    to date all the time.

  27. Corian says:

    Greetings! Very helpful advice in this particular post!
    It’s the little changes which will make the largest changes.
    Many thanks for sharing!

  28. Shantana says:

    Hello, of course this piece of writing is in fact nice and I
    have learned lot of things from it on the topic of blogging.
    thanks.

  29. Rodrick says:

    Have you ever thought about including a little bit more than just your articles?
    I mean, what you say is valuable and all. Nevertheless just imagine if you added some great graphics or video clips to give your posts more, “pop”!

    Your content is excellent but with images and video clips, this blog
    could definitely be one of the greatest in its niche.
    Terrific blog!

  30. Destanie says:

    Hi, I do think this is a great blog. I stumbledupon it 😉 I may return once again since i have saved as a favorite it.
    Money and freedom is the greatest way to change, may you be rich and continue to guide others.

  31. Kedar says:

    I simply could not depart your website prior to suggesting that
    I extremely enjoyed the usual info a person provide to your guests?

    Is going to be again continuously to check up on new posts

  32. Kandise says:

    Hi there just wanted to give you a quick heads up and let you know a few
    of the pictures aren’t loading properly. I’m not sure why but
    I think its a linking issue. I’ve tried it in two different browsers and both show
    the same outcome.

  33. Nadene says:

    I think what you posted was actually very reasonable.
    But, what about this? suppose you were to create a awesome headline?

    I am not suggesting your content is not solid, however suppose you added something to possibly get a person’s attention? I mean EXCEL formulas and Its uses – MS Excel tutorial is a little
    boring. You could look at Yahoo’s home page and watch how they create article titles to grab people
    interested. You might add a related video or a picture or two to grab people interested about what you’ve got to say.

    Just my opinion, it could bring your posts a little livelier.

  34. Cambri says:

    Do you mind if I quote a couple of your posts as long as I provide credit and sources back
    to your website? My website is in the exact same area of interest as yours and my visitors would
    genuinely benefit from a lot of the information you provide here.
    Please let me know if this alright with you. Appreciate it!

  35. A formidable share, I just given this onto a colleague who was doing a bit of analysis on this. And he in fact purchased me breakfast as a result of I found it for him.. smile. So let me reword that: Thnx for the treat! However yeah Thnkx for spending the time to debate this, I really feel strongly about it and love studying extra on this topic. If potential, as you grow to be expertise, would you mind updating your weblog with extra details? It’s highly useful for me. Massive thumb up for this weblog put up!

  36. Thanks for sharing excellent informations. Your web site is very cool. I am impressed by the details that you?¦ve on this site. It reveals how nicely you understand this subject. Bookmarked this web page, will come back for more articles. You, my friend, ROCK! I found simply the information I already searched all over the place and just couldn’t come across. What a great site.

  37. I’m really enjoying the design and layout of your site. It’s a very easy on the eyes which makes it much more enjoyable for me to come here and visit more often. Did you hire out a developer to create your theme? Exceptional work!

  38. Java Burn says:

    Howdy! This post could not be written any better! Reading through this post reminds me of my previous room mate! He always kept chatting about this. I will forward this article to him. Fairly certain he will have a good read. Thank you for sharing!

  39. Hello there, just became aware of your blog through Google, and found that it’s really informative. I am going to watch out for brussels. I will appreciate if you continue this in future. A lot of people will be benefited from your writing. Cheers!

  40. I just could not depart your site before suggesting that I extremely loved the standard info a person supply in your guests? Is going to be again regularly to check up on new posts.

  41. Youtube MP3 says:

    I like this web blog so much, bookmarked.

  42. I was suggested this blog by means of my cousin. I’m not sure whether or not this publish is written by him as no one else recognise such detailed about my trouble. You’re amazing! Thanks!

  43. Good write-up, I am normal visitor of one¦s site, maintain up the nice operate, and It is going to be a regular visitor for a long time.

  44. tlover tonet says:

    I haven¦t checked in here for some time because I thought it was getting boring, but the last several posts are great quality so I guess I will add you back to my everyday bloglist. You deserve it my friend 🙂

  45. Good day! I know this is kinda off topic however I’d figured I’d ask. Would you be interested in trading links or maybe guest writing a blog post or vice-versa? My website covers a lot of the same subjects as yours and I feel we could greatly benefit from each other. If you are interested feel free to send me an e-mail. I look forward to hearing from you! Fantastic blog by the way!

Leave a Reply

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