Latest Blog Posts

Excel VBA to Copy and Rename a Worksheet Multiple Times

Below is a sample sheet named “Dataset” which we will use to illustrate how to duplicate a sheet multiple times and rename it in Excel using VBA. ...

Excel VBA to Copy Formula with Relative Reference (A Detailed Analysis)

While working with VBA in Excel, we often need to copy formula (s) with relative cell reference (s) from one range to another range. In this article, ...

How to Calculate Gross Profit Margin Percentage with Formula in Excel: 2 Methods

Method 1 - Excel Formula to Calculate Gross Profit Margin STEPS: Select the cell where you want to get the gross profit margin. Select cell E5. ...

Excel INDEX MATCH to Concatenate Multiple Results (With 2 Easy Steps)

While working in Microsoft Excel we might need to concatenate different multiple results from a particular dataset. In this article, we will ...

How to Copy Excluding Hidden Rows in Excel – 4 Easy Methods

This is the sample dataset. Method 1. Applying a Keyboard Shortcut to Copy Rows in Excel (Except Hidden Ones) Some rows are hidden in this ...

Excel Formula to Count Colored Cells in a Row (2 Effective Methods)

In this article, we will learn to count colored cells in a row with an Excel formula. Sometimes, we need to use colors to highlight certain cells in ...

How to Copy Rows to Another Worksheet Based on Criteria by Excel VBA: 2 Ways

Method 1 - Copy Rows To Another Worksheet Based on Text Criteria ➤ Press ALT+F11 to open the VBA window. In the VBA window, ➤ Click the Insert ...

Count Cells by Color with Conditional Formatting in Excel (3 Methods)

  The sample dataset contains the Salesman, Product, and Net Sales of a company. The Conditional Formatting feature in Excel is used ...

How to Use VBA to Paste Values Only with No Formatting in Excel

People use VBA to run a macro for various purposes. For instance, we can use VBA to Paste values only with no formatting in Excel. In this article, I ...

Excel Formula to Count Cells with Specific Color (4 Ways)

We have attached a sample workbook containing sales information, including Date, Product, Country, Quantity, and Sales. How to Count Cells ...

How to Calculate Revenue Growth Rate in Excel (3 Methods)

The Revenue Growth Rate is a popular term for business organizations. It indicates how fast the company is growing. In this tutorial, we will show ...

How to Use VBA PasteSpecial for Formulas and Formats in Excel – 3 Methods

VBA PasteSpecial Formulas and Formats - Quick View Sub Paste_Special() Dim Rasel As Worksheet Set Rasel = ThisWorkbook.Sheets("Formula and ...

How to Convert Columns to Rows in Excel Based On Cell Value

Often, we need to convert columns to rows in excel based on cell value. This based on cell values conversion demands a criterion to be imposed on a ...

Reverse Compound Interest Calculator in Excel (Download for Free)

The final amount including compound interest is easily calculated using the initial amount, interest rate, and the compounding period. In this ...

How to Count Duplicate Values in Multiple Columns in Excel (6 Ways)

If you are looking for some of the easiest ways to count duplicate values in multiple columns in Excel, then you will find this article useful. ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo