Latest Blog Posts

Excel VBA to Select Last Row

In Excel, if we need to add a new row after the last row in a large dataset, it can become tedious and time-consuming to go to the last row. Although ...

Activeworkbook Refreshall Not Working [Solved!]

Excel VBA Refresh All Open Workbooks The ActiveWorkbook.RefreshAll method is used to refresh all the existing data connections and pivot tables in a ...

How to Use the Excel VBA INDEX MATCH Function in Another Worksheet – 3 Methods

This is an overview: The sample dataset showcases Names. Date and Quantity sold. The dataset is in sheet1 and the result sheets are sheet2 ...

How to Use Excel VBA Text to Columns Date Format (2 Examples)

The article demonstrates how to create a VBA macro that automates the Text to Columns process and converts text dates into Excel date format. ...

Using Excel VBA to Format a Number with a Leading Zero – 4 Methods

How to Launch the VBA Editor in Excel Enable the Developer tab on your ribbon. Go to the Developer tab. Select Visual Basic. Select ...

Loop Through Excel Files in Folder with VBA: 5 Suitable Examples

Method 1 - Loop Through Excel Files in Folder by Dir Function The Dir function in VBA retrieves the name of a file or folder that matches a ...

Different Cases That Will Teach You to Work with a Variable in Excel VBA MsgBox: 5 Methods

Method 1 - MsgBox with Improper Variable Type Declaration While working in Excel VBA, we encounter various errors. Run-time error ‘13’ occurs ...

How to Create Files From Excel List

Step 1 - Launch VBA Editor Go to the Developer tab. Select Visual Basic. Step 2 - Insert a Module Select Insert, Select ...

How to Use SUMIF to SUM Less Than 0 in Excel

The dataset represents the profit margin data of a super shop for 2021 and 2022 in Florida and Georgia.   Method 1 -  Using the ...

How to Use Excel SUMIF with Greater Than Criterion: 6 Methods

Method 1 - Excel SUMIF Greater Than Specific Value Select cell D20, apply the formula below, and press Enter. =SUMIF(C5:C17,">2") ...

How to Use Excel SUMIF Function Based on Cell Color

Excel SUMIF function calculates the sum of a range of cells based on specified criteria. It allows the users to specify a range of cells to be ...

How to Rank in Excel Highest to Lowest (13 Handy Examples)

In this article, we'll use a dataset of sales from some sales representatives to demonstrate how to rank in Excel highest to lowest in 13 different ...

How to Create Drop Down List from Another Workbook in Excel

Create a master dataset and save the file as “Master Dataset”. You can name it anything you want. Our workbook’s name is Master Dataset. ...

How to Filter ComboBox Data in Excel VBA

A ComboBox allows users to select from a list of predefined items. However if the list is too big, It may become difficult to find a required item. ...

220++ Keyboard Shortcuts in Excel ( for Quick Navigation)

In this article, you will learn to over 200+ shortcuts in Excel with practical examples. Click on the image to get a detailed view How Do ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo