How to get a list of file names in Excel

How to get a list of file names in Excel

Tracking and managing data across multiple files can be challenging. With Power Query, you can get the file names from a specific folder and all its sub-folders. In this article, we are going to show you how to get a list of file names in Excel. Download Workbook We...
How to import XML files into Excel

How to import XML files into Excel

XML is a common file type for storing and transferring data. In this article, we are going to show you how to import XML files into Excel using two methods: First is a more “direct method” and the other is the Power Query approach. Download Workbook Let...
How to find the last day of a month in Excel

How to find the last day of a month in Excel

In this article, we are going to show you how to find the last day of a month in Excel. Download Workbook We will be using two functions to find the last day of a month in Excel: DAY and EOMONTH. =DAY(EOMONTH(<Date>,0)) The EOMONTH returns the date value of the...
Box-and-Whisker Charts

Box-and-Whisker Charts

A box-and-whisker chart is a visualization of groups of numerical data and their quartiles in the data set. Originally named boxplot chart, this visualization gets its name from a box that represents the lower and upper quartiles, and lines extending from the box...