Written by Allen Wyatt (last updated April 8, 2022)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and 2021
Andrew asked if there is a way to import many different files into Excel, all using the same import specifications. For instance, when you choose to import a comma-delimited text file, Excel's import filter asks you a series of questions about how the import should be done. If you are importing a single file, this is not a problem. If you have fifty or sixty files to import, answering the questions over and over again can get very tedious very quickly.
The short answer is that there is no built-in way to do a "mass import" in Excel. Some questions asked by the import filter simply need to be asked for each file.
Assuming you are trying to import straight text files or CSV files, one thing you can try is to open the files in a text editor and then copy and paste them into a worksheet. It might take you a bit of practice, by doing so with simple files can be done rather quickly.
If you need to do the importing quite often, you'll want to consider creating your own "import" process using a macro. The macro can either open the source file itself, or it can answer the Import Wizard questions, as it sees fit. Of course, writing such a macro can be a daunting exercise. It is beyond the scope of ExcelTips to attempt such a macro, particularly since the process to be followed during the import can vary so much from one type of input file to another.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (12080) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Excel here: Importing Many Files Into Excel.
Best-Selling VBA Tutorial for Beginners Take your Excel knowledge to the next level. With a little background in VBA programming, you can go well beyond basic spreadsheets and functions. Use macros to reduce errors, save time, and integrate with other Microsoft applications. Fully updated for the latest version of Office 365. Check out Microsoft 365 Excel VBA Programming For Dummies today!
If you open a workbook and notice that Excel displays two windows for it, this has to do with how the workbook was saved. ...
Discover MoreIf you need to stuff the current workbook's filename and path into a cell or a header or footer, you'll appreciate the ...
Discover MoreNeed to get the full path of your current workbook into the Clipboard? Excel doesn't make it quite as easy as it used to ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2022-04-08 08:24:36
Kiwerry
@Michael Gamlen: take a look at the bottommost comment below (Andy) and/or search "Power Query" in these Excel tips or a search engine.
2022-04-08 05:43:04
Michael Gamlen
Do you know of any utilities which can do this?
2018-04-14 13:09:13
John
Another slight variation of this is if you only have one or a few files you want to load and put in different worksheets is to set one field up as a parameter that would be as much of the file path you want and only load one table at a time. You can find details of passing a parameter here: https://www.linkedin.com/pulse/how-used-named-cells-parameter-inputs-power-query-wyn-hopkins/
Do this in conjunction with the other link on customizing your data once you import it.
2018-04-14 06:31:44
Andy
Data | Get Data | From File | From Folder.
Point Excel to the folder containing the files. You can also do other processing at this stage like deleting columns, changing data types etc.
It will then go through each file and add it to a table in Excel.
No macros needed!
And you can refresh it easily if you add files to the folder or the files change.
Mr Excel explains it well: https://www.youtube.com/watch?v=vZSOpmg4ehw. Note that video is from 2015, and the menu option is now slightly different - it is on the Data menu in Excel 2016, for example.
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments