Best Excel Tutorial

Excel Skills Simplified: Tutorials That Actually Work

Excel EXPAND Function: Resize and Pad Arrays Like a Pro

The EXPAND function lets Excel 365 users resize a returned array to exact dimensions and fill added cells with a value of choice. Think of EXPAND as the missing piece when building report‑ready ranges from dynamic arrays. It takes a source array, returns a version with the exact number of rows and columns specified, and pads any new cells with either a custom value or the default error. This makes it ideal for standardizing array sizes for charts, dashboards, and exports. According to Microsoft’s documentation, the syntax is =EXPAND(array, rows, [columns], [pad_with]) and it will return #VALUE if rows or columns are smaller than the source, and #N/A in padded cells if pad_with is omitted. It’s part of the dynamic array family and available to Microsoft 365 users on Windows, Mac, and the web as of recent builds.

Read More

How to use VBA to manipulate dates and times in Excel

Manipulating dates and times in Excel using VBA opens up a world of automation and custom functionality that goes far beyond what standard worksheet functions can offer. While Excel itself is quite good with dates (storing them as serial numbers), VBA gives you programmatic control to parse, calculate, format, and interact with dates and times in powerful ways. Let’s see how you can wield this capability.

Read More

Understanding Pro Rata Calculations in Excel

Imagine you and your friends decide to rent a vacation home for a weekend. The total cost for the stay is $600. However, not everyone can stay for both nights. You need to figure out how much each person should pay, ensuring it’s fair, based on the number of nights they’re staying. This is a perfect scenario for using pro rata calculations, and Excel is our tool of choice to solve this puzzle.

Read More

How to calculate Cohen’s d effect size in Excel

You know, in the world of research, it’s so common to fixate on that p-value. That tiny number, often below 0.05, signals “statistical significance!” It tells us, loud and clear, that the difference we found in our data probably isn’t just random chance, which is awesome. But here’s the thing, and it’s a critical point in modern research: “statistically significant” doesn’t automatically mean “practically important” or “a big deal”. A microscopic, almost trivial difference can show up as significant if your study has a huge number of participants. And conversely, a really meaningful difference might not quite hit that magic p-value if your sample is on the smaller side.

So, what’s often missing when we only look at p-values is the magnitude of that difference, the “how much does it actually matter?” question. That’s precisely where Cohen’s d steps in. It’s a powerhouse tool that lets you quantify the effect size – basically, how big and meaningful the difference between your two group averages really is, in a way that’s standardized and makes sense regardless of what you measured. It truly helps you answer that “so what?” question, and the cool part is, you can calculate it right there in your everyday Excel spreadsheet. Let’s just walk through it.

Read More