Entries by

Emojis, Excel, Power Query & Dynamic Arrays. It’s true!

Did you ever think that you could write a formula with a picture of grapes and have the result be a picture of a train? It’s possible to add emojis in Excel. But it gets better! This isn’t like adding a picture just to make things pretty. No no. The emojis can be used like […]

Power Query: Load to Data Model for Cleansing and Analysis

One option when loading a query from Power Query is: Load to Data Model (or create Relationships). In this video that’s what we cover, and why. In this video we have 3 tables of data and we’d like to answer questions that can only be answered if the data were all in one place. We […]

Binning Values

Power Query is fantastic, but there’s an ongoing need to do the equivalent of an approximate match like we do when we use VLOOKUP-True to assign categories to values. This video shows how to assign values by “binning” which is done by using Column by Example and getting help from Power Query. Power Query will […]

LARGE Function, Averaging Top Scores and Over-Thinking

This one is about over-thinking. A friend asked how to average the top 3 of 4 scores. I started thinking about Dynamic Arrays, unpivot and maybe the opportunity to show off some Power Query. But when I went with my first and dullest idea, that’s what gave her exactly what she needed. I used the […]

Using RANDARRAY for a Random Data Generator in Excel: Random Names

For several years I’m maintained my own random data generator in Excel. It makes heavy use of RAND and RANDBETWEEN. However, with the use of Dynamic Arrays and the new RANDARRAY function I’ve been rebuilding the random data generator. RANDARRAY allows so much more flexibility and 4 formulas get me as many names as I […]