Latest Blog Posts

How to Clear Cells in Excel VBA (9 Easy Methods)

The following dataset has the Product and Sales columns. We will clear some cells with VBA. Method 1 - Using the VBA Clear Command in ...

How to Create a Table with Headers Using Excel VBA (2 Methods)

  We made a survey and want to store some respondent information. We need the column headers like in the following picture. Method ...

How to Remove GST from Total Amount in Excel (With Easy Steps)

To explain the steps clearly, we'll use a simple dataset to calculate taxes on an individual item. We have formatted cells C4, C6, and C7 as ...

How to Select Column to End of Data in Excel (3 Easy Methods)

We'll use a simple dataset to showcase how you can select values in a column to the end of data. Method 1 - Using a Keyboard Shortcut to ...

How to Calculate GPA in Excel (with Easy Steps)

Method 1 - Creating Reference Table to Calculate GPA Create a table with 3 columns and 6 rows. Name the columns as Percentage, Grade, and ...

How to Summarize Data in Excel (8 Easy Methods)

Download the Practice Workbook Summarizing Data.xlsx 8 Useful Methods to Summarize Data in Excel We have some sales data for a fast-food ...

How to Do Differentiation in Excel – Easy Steps

Definition of Differentiation Differentiation means the rate of change between two individual quantities or values. The ratio of the small change in ...

How to Rotate Box and Whisker Plot in Excel?

What Is a Box and Whisker Plot? In Excel, a box and whisker plot is a graphical depiction of a dataset's numerical values. It displays the minimum, ...

How to Summarize a List of Names in Excel (5 Ways)

  Method 1 - Using the 'Remove Duplicates' Command Steps: Copy the ‘Sales Rep’ column and paste it below ‘Output’. To remove ...

How to Save Excel Macro Files with Filenames from Cell Values (2 Methods)

Dataset Overview To demonstrate the methods, we have taken the following dataset of the Sales history of some products in a shop. Method ...

How to Solve Algebraic Equations with Multiple Variables (3 Easy Ways)

We have the following three equations. 2x + 5y + 2z = -38 3x - 2y + 4z = 17 -6x + y - 7z = -12 We’ll determine the value of the three variables, ...

Using Excel VBA to Return the Row Number of Value – 5 Methods

Method 1 - Using the Input Box Enable the Developer tab on the ribbon. Click: How to Show the Developer Tab on the Ribbon. Steps Go to the ...

How to Skip Rows Based on a Value Using an Excel Formula (7 Examples)

Example 1 - Using the FILTER Function In the first example, we are going to use the FILTER function to skip rows based on value using the Excel ...

Using Excel VBA to Save a Workbook as a New File in the Same Folder – 3 Examples

The sample Excel workbook contains 3 worksheets: ‘VBA-1’, ‘VBA-2’ and ‘VBA-3’. Each worksheet contains the same dataset (B4:D8). To save a new ...

How to Clear Contents Without Deleting Formulas Using VBA in Excel: 4 Methods

Method 1 - Clear Contents from Range Without Deleting Formulas Using VBA in Excel STEPS: Go to the Developer tab and select Visual Basic. It ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo