Open In App

How to Insert a Function in Excel?

MS Excel has many inbuilt in functions that we can use in our formula. If you want to see all the functions by category choose Formulas Tab and then Insert Function. Then Insert function Dialog appears from which we can choose function. 

Some important functions of Excel by categories are:



Text Functions

Date & Time



Statistical

Logical

Mathematical

How to Insert a function in Excel

Every function has the same structure. For example, SUM(A1:A4). The name of this function is SUM. The part between the brackets (arguments) means we’re giving Excel the range A1:A4 as input. This function adds the value in cells A1, A2, A3, and A4. It’s not easy to reminder which function and which arguments to use for each task. Fortunately, the Insert Function features in Excel help you with this.

To insert SUM function, need to follow the following steps:

Step 1. Select a cell.

Step 2. Click the Insert Function button. The ‘Insert Function‘ dialog box appears.

Step 3. Look for a function or select a function from a category. For example, choose SUM from the statistical category.

Step 4. Click OK. 

The ‘Function Arguments‘ dialog box appears. 

Step 5. Click within the Range box and select the range A1:E1. 

Step 6. Click OK.

Result: Excel will sum all the number which are present from A1:E1.

To insert MAX function, need to follow the following steps:

Step 1. Select a cell.

Step 2. Click the Insert Function button. The ‘Insert Function‘ dialog box appears.

Step 3. Look for a function or select a function from a category. For example, choose MAX from the statistical category.

Step 4. Click OK. The ‘Function Arguments‘ dialog box appears. 

Step 5. Click within the Range box and select the range A1:E1. 

Step 6. Click OK

Result: Excel will MAX all the number which are present from B2:E21

To insert COUNT function, need to follow the following steps:

Step 1. Select a cell.

Step 2. Click the Insert Function button. The ‘Insert Function‘ dialog box appears.

Step 3. Look for a function or select a function from a category. For example, choose COUNT from the statistical category.

Step 4. Click OK.  

The ‘Function Arguments‘ dialog box appears.  

Step 5. Click within the Range box and select the range B2:E2. 

Step 6. Click OK.

Result: Excel will COUNT all the number which are present from B2:E2

Article Tags :