Excel Formulas Pdf

Introduction to Excel Formulas

Excel formulas are used to perform calculations, manipulate data, and create interactive spreadsheets. A formula in Excel is an equation that performs a specific calculation using values from a cell or range of cells. Formulas can be used to perform simple arithmetic operations, such as addition and subtraction, as well as more complex calculations, such as statistical analysis and data modeling. In this article, we will explore the basics of Excel formulas, including how to create and use them, and provide some examples of commonly used formulas.
Creating Formulas in Excel

To create a formula in Excel, you need to start by typing an equals sign (=) in the cell where you want the formula to be displayed. This tells Excel that the cell contains a formula, rather than a value. Next, type the formula itself, using values from other cells or ranges of cells as needed. For example, to create a formula that adds the values in cells A1 and B1, you would type “=A1+B1” in the cell where you want the formula to be displayed.
Basic Excel Formulas

Here are some basic Excel formulas: * SUM: The SUM formula is used to add up a range of cells. For example, “=SUM(A1:A10)” would add up the values in cells A1 through A10. * AVERAGE: The AVERAGE formula is used to calculate the average of a range of cells. For example, “=AVERAGE(A1:A10)” would calculate the average of the values in cells A1 through A10. * COUNT: The COUNT formula is used to count the number of cells in a range that contain numbers. For example, “=COUNT(A1:A10)” would count the number of cells in the range A1 through A10 that contain numbers. * MAX: The MAX formula is used to find the largest value in a range of cells. For example, “=MAX(A1:A10)” would find the largest value in the range A1 through A10. * MIN: The MIN formula is used to find the smallest value in a range of cells. For example, “=MIN(A1:A10)” would find the smallest value in the range A1 through A10.
Using References in Excel Formulas

In Excel, you can use references to refer to cells or ranges of cells in a formula. There are two types of references: relative references and absolute references. Relative references change when the formula is copied to a new location, while absolute references remain the same. For example, if you type “=A1” in cell B1, and then copy the formula to cell C1, the formula will change to “=B1”. This is an example of a relative reference. If you type “=A1” in cell B1, and then copy the formula to cell C1, the formula will remain the same, “A1”. This is an example of an absolute reference.
Using Functions in Excel Formulas

Functions are pre-built formulas that can be used to perform specific calculations. There are many functions available in Excel, including statistical functions, financial functions, and text functions. Some examples of functions include: * IF: The IF function is used to perform a logical test. For example, “=IF(A1>10,“Greater than 10”,“Less than or equal to 10”)” would check if the value in cell A1 is greater than 10, and return “Greater than 10” if true, and “Less than or equal to 10” if false. * VLOOKUP: The VLOOKUP function is used to look up a value in a table. For example, “=VLOOKUP(A2, B:C, 2, FALSE)” would look up the value in cell A2 in the first column of the range B:C, and return the corresponding value in the second column. * INDEX/MATCH: The INDEX/MATCH function is used to look up a value in a table. For example, “=INDEX(C:C, MATCH(A2, B:B, 0))” would look up the value in cell A2 in the range B:B, and return the corresponding value in the range C:C.
Example of Excel Formulas

Here are a few examples of how you can use Excel formulas: * Calculating a total: To calculate the total of a range of cells, you can use the SUM formula. For example, “=SUM(A1:A10)” would add up the values in cells A1 through A10. * Calculating a percentage: To calculate a percentage, you can use the formula “=A1/B1*100”, where A1 is the value you want to calculate the percentage for, and B1 is the total value. * Looking up a value: To look up a value in a table, you can use the VLOOKUP function. For example, “=VLOOKUP(A2, B:C, 2, FALSE)” would look up the value in cell A2 in the first column of the range B:C, and return the corresponding value in the second column.
Formula | Description |
---|---|
=SUM(A1:A10) | Adds up the values in cells A1 through A10 |
=AVERAGE(A1:A10) | Calculates the average of the values in cells A1 through A10 |
=VLOOKUP(A2, B:C, 2, FALSE) | Looks up the value in cell A2 in the first column of the range B:C, and returns the corresponding value in the second column |

📝 Note: When using formulas in Excel, make sure to press Enter after typing the formula to apply it to the cell.
To summarize the key points, Excel formulas are a powerful tool for performing calculations, manipulating data, and creating interactive spreadsheets. By using formulas, you can simplify complex calculations, automate tasks, and gain insights into your data. Whether you’re a beginner or an advanced user, mastering Excel formulas can help you to become more efficient and effective in your work.
What is an Excel formula?

+
An Excel formula is an equation that performs a specific calculation using values from a cell or range of cells.
How do I create a formula in Excel?

+
To create a formula in Excel, start by typing an equals sign (=) in the cell where you want the formula to be displayed, and then type the formula itself, using values from other cells or ranges of cells as needed.
What are some common Excel formulas?

+
Some common Excel formulas include SUM, AVERAGE, COUNT, MAX, and MIN. These formulas can be used to perform calculations, such as adding up a range of cells, calculating the average of a range of cells, and finding the largest or smallest value in a range of cells.