Excel Files and Sheets Consolidator is an MS Excel based data consolidation tool which can be used to consolidate data from multiple Excel Files or Excel Sheets. The tool supports multiple configurations such as Sheet Name, Sheet Index, Header Row and Non-Blank column to help consolidating accurate data.
Consolidate Excel Files from a Folder and Sub-Folders
Active Sheet: Tool will consolidate data from the active sheet of each file. The sheet which is visible when you open a file is called active sheet.
Sheet by Index: Tool will consolidate data from the sheet based on index position from the left. If you select this option, then you need to specify the index position as well
Sheet by Name: Tool will consolidate data from the sheet based on sheet name. If you select this option, then you need to specify the sheet name as well
Select or type the row number which needs to be used as header
If your data contain any non-blank column then select the checkbox and column name. Note that it is optional feature which helps to improve accuracy in data consolidation. If your data does not contain any non-blank column then leave the checkbox as unchecked
Now tool is ready to consolidate the data. Click on “Start Consolidation” button
Tool will start consolidating the data and show the progress on status bar. If you want to stop the tool in-between, then click on “Cancel” button
Once done, you will receive confirmation message as below
Data is consolidated and available in “Consolidation” sheet
You can refer “Logs” sheet to check file wise summary of consolidation
Consolidate Sheets from an Excel File
VBA Code to Filter Data in Excel Here is an easy reference code which filters data in the sheet. In the code, we have filtered the data in three steps. Step 1:Â Remove existing filter from…
Table of Content VBA Code to Get User Domain Name VBA Code to Get User Domain Name – Method 1 VBA Code to Get User Domain Name – Method 2 Steps to use this VBA…
Outlook Email Management Tool is an Excel based tool which works with Outlook 2010 or above version and helps you to read, copy or move multiple emails from an Outlook folder and sub-folders on click of a button. The tool also supports extracting attachments from emails as well.
VBA Code to send Outlook Emails Sending bulk emails is a very common activity, there are many office activities that need a person to send bulk emails to single or multiple recipients. You also may…
Duplicate Data Identifier is an MS Access based tool which helps to identify duplicates from any Excel based data. The tool supports up to 10 conditions and 25 types of matching conditions to find the exact duplicate. You can also define formatting conditions to first format the data before checking for duplicates.
How to use VBA to open Workbook in Excel? There are few VBA codes which are commonly used by every developer. One of them is giving an option to user to browse a file. Below is a…