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…
VBA to Read Excel Data Using Connection String Sometimes as a programmer you need to read heavy (more then 5 MB) Excel files. There are two ways you can read data from Excel files: Open…
What is the Usage of sheet color in Excel? When we prepare a report or a dashboard it is easy to identify or analyze reports with a change of color sheet tabs. Analysts generally give…
Dummy Data Generator is an MS Excel based tool which has capability of generating 45 types of data which includes numbers, text, date, time, Memo (long text), Boolean etc.
VBA Code To Add New Sheet In VBA, it is sometime important to add a worksheet at the right place in the Excel. Here is a simple an effective code that adds a new worksheet…
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…