Thursday, March 5, 2020

Make it Easier to Share Power Query Relative File Location (XLSX source)


If you share Excel files with Power Query queries, you notice that it can be "broken" if you the source data is referenced outside of the worksheet itself. This video will cover how to get around an simple query that references another Excel (.xlsx) file

Tuesday, March 3, 2020

Perform a One Sample t-test in Excel (for Mean)



This video cover two ways to perform a student t test for a one sample mean. A common statistical method to test a null hypothesis against an alternate hypothesis. It's used when you are comparing quantitative (and continuous) sample data against a given population mean.

Saturday, February 29, 2020

Convert a Table with a Row Section Header Fields



Do you get reports that have a common row that acts as a header field? It may have other column header fields that make it look like a proper table but there is a row above like the title "Name" and the cell next to it is the actual name of someone. This report is visually okay because it kind of creates sections of table data separated by that row Name-Value pair, but it makes it harder to do any further analysis if you wanted to put is into a Pivot Table or do some aggregation for charts. You could create some formulas, perform copy/paste to fix this, but if this is a large report or something done often, it might be better to use Power Query to transform it into a proper table.