Excel Formulas

How to Sum Multiple Rows and Columns in Excel

The sample dataset contains the sales records of 5 products over 3 months. We will sum this dataset by rows and columns. Method 1 - Using ...

How to Round to Nearest 1000 in Excel (7 Easy Methods)

Here's an overview of the different ways you can round numbers to the nearest 1,000. Let's dig into each option. Method 1 - Using Excel ...

How to Count Cells with Specific Text in Excel (5 Easy Ways)

We have a dataset here with information on fruit names and their amounts. We want to find the number of cells that have the name Apple in them. ...

How to Use VLOOKUP and HLOOKUP Combined Formula in Excel

Steps: In cell D14, insert the following formula. =IF(VLOOKUP(B14,$B$4:$D$11,3,FALSE )>=30000, VLOOKUP(B14,$B$4:$D$11,3,FALSE)*20%, ...

How to Calculate IRR (Internal Rate of Return) in Excel (8 Ways)

  What Is Net Present Value? If you have $1000 today, you can invest it in a business or buy a product today and sell it later, or at least ...

Data Validation Based on Another Cell in Excel (4 Examples)

How to Do Data Validation in Excel? Take a dataset that includes student ID, student name, and age. We would like to make a data validation where ...

How to Match Two Columns and Return a Third in Excel

Suppose you have a simple table with two columns, and you want to make a new table that is a subset of the first one. You can do so by making a new ...

How to Use the Excel INDEX MATCH Function with Multiple Criteria and Multiple Results

This is an overview: Method 1 - Get Multiple Results Using the INDEX-MATCH Formula Based on 2 Criteria (in the Same Column) Consider the ...

Excel Formula to Compare Two Columns and Return a Value (5 examples)

Method 1 Compare Two Columns and Return a Value from the Second Column with the VLOOKUP Formula In the following spreadsheet, we have a list of ...

How to Remove Leading Zeros in Excel: 8 Easy Methods

Method 1 - Converting Text to Number to Remove Leading Zeros in Excel Steps: Arrange a dataset like the below image. Select the ...

VLOOKUP Formula to Compare Two Columns in Different Excel Sheets

We have data from two teams that have some common members in two different worksheets named TeamA and TeamB. We'll find the common names and the ...

How to Get Data from Another Sheet Based on Cell Value in Excel

Method 1 - Combining INDEX and MATCH Functions We have a dataset that includes several months and the sales amount of several products. We'll get ...

Excel Formula Symbols Cheat Sheet: 13 Cool Methods

Method 1 - Order and Precedence of Operators in Excel Excel uses many symbols for mathematical operations. These operations follow some precedence. ...

Excel IF Function with 3 Conditions (5 Logical Tests)

We'll use a dataset of a company’s Sales Report. It shows the information for Product Code and Monthly Sales in the cell range B4:C10. We need ...

How to Find Duplicate Values Using VLOOKUP in Excel: 3 Suitable Examples

Method 1 - Use VLOOKUP to Find Duplicate Values in Two Columns Make two columns that contain different product names. Look for the Product Name-1 ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo