Categories: Excel Tutorial

Excel Formulas Basic Functions like Sum, Average

Excel Formulas Basic Function: The formula is a unique code which you can enter into the cell. The formulas will let you perform calculations and will give you an exact outcome. In formulas, you will find various operators and functions that you can use on values and text. Here in this post, you can check Excel Formulas Basic like sum and average that you can perform between numbers.

Excel Formulas Basic

Excel Formulas Sum

This formula is used for summation, if you want to sum the value mentioned in column or rows then you can use this Excel Sum formula. With Sum function, you can add all numbers present in the range of cells and it will give you an outcome. To add the values in the range of A1 to A5, the formula is SUM(A1:A5).

How to sum multiple rows in excel?

The cell’s values that you want to add the need to be selected first. To add the values in cells A1 and A2 you need to sum the values by clicking AutoSum function or selecting the vacant cell along with the cells that have values. (A4 = A1+A2+A3)

  • Select all the cells on which you want to perform addition along with the blank cell in the row below these cells.
  • This Sum formula will show in the cell which is active.
  • Click on Enter to perform summation completely.

Where is Autosum in excel?

To perform summation you can use an AutoSum function. All you have to click to the AutoSum located in the Home tab and then press enter. After clicking AutoSum, the Excel will automatically insert the SUM function to add all the numbers.

Excel Formulas Average

In this Excel tutorial, the Average formula is used to calculate the average of the field. If you have data on which you want to perform average are from A1 to A20. The basic excel formulas pdf that is used to calculate the average is AVERAGE(A1:A20) which will return the average of all the numbers.

AVERAGE(number1, number2,…) where Number 1 is the first number that is cell reference for which you want to calculate the average. Number 2 is additional numbers and cell references on which you want to calculate the average of up to 255.

The average is the arithmetic mean that is calculated by performing the addition on the group of numbers and then dividing it by total count. The formula of the Average is calculated as =AVERAGE(A2:A6).

How to calculate the average percentage in excel?

  • Open MS Excel.
  • You need to enter the data to calculate the average in column A.
  • Enter percentages in column B.
  • Then in column C, you will get the result of A and B that is C1 = A1*B1.

How to create a formula in Excel?

  • To create a formula in Excel, you need to type that formula in its Formula bar which begins with “=” sign.
  • You can also point functions in the worksheet using the pointing method.
  • You can use inbuilt functions, all you have to click on the cell and drag via cell range whichever you want to use.
  • After doing the calculation, Excel will give you an outcome of the formula used that you can see on your worksheet.

Apart from these excel formulas basic, you can also check advanced excel formulas in our next post that will help you learning vlookup, conditional formatting, pivot table, and many other advanced functionalities available in this tutorial.

Arslan ud Din Shafiq

Alibaba Cloud MVP, Alibaba Cloud Technical Author, Dzone MVB, Software Engineer, Software Developer, Software Designer, Web Engineer, Web Developer, Web Designer, Database Designer, Database Developer, Cloud Computing Specialist, Linux Expert, Servers, 3D Modeling, Blogger, Facebook Map Editor, Google Map Editor

Recent Posts

How To Set Up Secure Nginx Server Blocks on Ubuntu 22.04

NGINX Server Nginx, a popular open-source web server, excels at handling high traffic websites efficiently.… Read More

3 days ago

The Web Server Showdown: Nginx vs. Apache, LiteSpeed, Caddy, and Beyond

In the realm of web hosting, choosing the right web server is paramount. It acts… Read More

3 days ago

Linear guidance systems

Are indispensable for ensuring smooth, precise linear motion in many industrial applications. Whether in robotics,… Read More

2 months ago

Cyber Attack Statistics – Identifying Vulnerabilities and Strengthening Defenses

Cyber attacks are becoming more frequent, complex, and damaging. They can disrupt critical operations and… Read More

3 months ago

Empowering Cybersecurity in 2024 with XDR for Comprehensive Threat Detection and Response

With the rise of new threats and the increasing complexity of IT environments, organizations need… Read More

3 months ago

Facade Design Pattern: Simplifying Complex Systems

1. Introduction In software design, managing complex systems can be challenging. The Facade Design Pattern… Read More

5 months ago