Latest Blog Posts

How to Get Cell Value by Row and Column in Excel VBA

Get Cell Value by Row and Column in Excel VBA (Quick View) Sub Cell_Value_from_Whole_Worksheet() Value = Worksheets("Sheet1").Cells(7, 3) ...

How to Keep Header in Excel When Printing (3 Ways)

  For this tutorial, we'll use a table that has 50 rows which aren’t possible to print on one page. Upon printing, on the second page, ...

How to Remove Text before a Space with Excel Formula (5 Methods)

Often we need to remove the text before a space using an Excel formula. Although there are several ways to delete text before a space, using formulas ...

VBA to Change Cell Color Based on Value in Excel (3 Easy Methods)

Suppose you have the following dataset: Method 1 - Apply VBA to Change Cell Color in Excel Based on Filled Value Steps: Go to the ...

Using a VBA Code to Filter Data by Date in Excel – 4 Examples

The dataset showcases Order ID, Product, and Delivery Date. Example 1 - Using a VBA Code to Filter Data between Dates in Excel In the ...

Excel VBA: How to Filter with Multiple Criteria in Array (7 Ways)

In the following dataset, we have some records of students as well as their IDs and marks. We will filter this dataset based on different criteria as ...

Excel VBA to Match Value in Range: 3 Methods

Method 1 - Match a Value in Range with VBA Match Function in Excel STEPS: Go to the Developer tab from the ribbon. Click on Visual Basic to ...

Excel VBA: Get Range of Cells with Values: 7 Methods

Method 1 - Get Value of a Single Cell in Excel Step 1: Go to the Sheet Name section at the bottom border of each cell. Press the right ...

How to Link Multiple Cells from Another Worksheet in Excel: 5 Easy Methods

Method 1 - Use of ‘Paste Link’ Option to Connect Several Cells from a Different Worksheet Steps: Go to Sheet2 and copy the range of multiple ...

How to Do Interpolation with GROWTH & TREND Functions in Excel

In this tutorial, we will explain how to do interpolation in Excel with GROWTH & TREND functions. In mathematics, interpolation is a statistical ...

Highlight Cells If There Are More Than 3 Duplicates in Excel – 3 Examples

Example 1 - Using the Conditional Formatting Feature to Highlight Cells from Multiple Rows If There Are More Than 3 Duplicates This is the sample ...

How to Extract Data from a List Using Excel Formula (5 Methods)

Method 1 - Combine INDEX, MATCH, and COUNTIF Functions to Extract Unique Values from a List We have a dataset containing some names. We will extract ...

Excel Macro: Extract Data from Multiple Excel Files (4 Methods)

We have multiple Excel files in a folder. We’ve created a folder named saledata in D:/ to hold the Excel files. The Excel files contain sale ...

How to Highlight Duplicates but Keep One in Excel (4 Methods)

We have a large Excel worksheet that contains information about several sales representatives of the Armani Group. The name of the Product and the ...

How to Print Specific Sheets Using VBA Macro in Excel: 4 Methods

Method 1 - Print Specific Sheets by Sheet Number Using VBA Macro Print multiple sheets using the sheet number, but this method will print specific ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo