top of page
Recent Posts


How Do Excel Macros Work?
Macros let Excel perform actions automatically, but how do they actually work? Here's a plain-English explanation.


Can Excel Open Numbers Files?
Yes, but not directly. Here's the easiest way to open an Apple Numbers file in Excel without losing your data.


Can Excel Solve for X?
Yes, Excel can solve for x. Learn how to use Goal Seek to back-solve any formula for an unknown variable in just a few clicks.


Are Excel and Google Sheets the Same?
Excel and Google Sheets look similar and share many features, but they are not the same. Here's what actually sets them apart.


Are Excel Formulas Case Sensitive?
Most Excel formulas ignore case entirely. Here's what that means for your data, and what to do when case actually matters.


Are Excel and Google Sheets Formulas the Same?
Excel and Google Sheets share most common formulas, but there are real differences. Here's what you need to know before switching between the two.


Are Excel Macros Going Away?
Worried that Excel macros are being phased out? Here's what Microsoft has actually said, and what it means for your VBA code.


Are Excel Sheets Infinite?
Excel sheets are large, but they're not infinite. Here's exactly how many rows and columns you get, and what to do when that's not enough.


Can Excel Calculate Standard Deviation?
Yes, Excel can calculate standard deviation using built-in functions. Learn which formula to use and when, with examples.


Are Excel Files CSV Files?
Excel files and CSV files are not the same thing, though Excel can open and save both. Here's the difference and when it matters.


How to Turn Any Photo into an Excel Portrait
Turn any photo into an Excel portrait using Python and conditional formatting. Convert an image into a grayscale pixel grid made entirely from spreadsheet cells.


Why Do Some Excel Formulas Start With a “+”?
If you've encountered formulas in Excel that begin with a "+" symbol, you may wonder why it's used instead of the more familiar "=" sign....


How to Calculate Working Days Passed in Current Month
When working with dates, you'll sometimes find that you need to calculate the number of working (or business days) that have passed in...


Understanding Objects in VBA
An object in VBA is an Excel component such as a workbook, worksheet, or range, that you can interact with and manipulate. These are...


GitHub Style Habit Tracker & Calendar Heat Map in Excel
I've always admired the way GitHub presents your contribution activity with a slick, heatmap-styled tracker. Let's create our own version in Excel. Contents: 1. Data Setup 2. Formula 3. Formatting 3.1. Conditional Formatting 3.2. Cell Size 3.3. Hide Text Values 3.4. Cell Border 3.5. Adding Month/Day Names 4. Adjust for Different Start Days (Non-Monday) Habit Tracker & Calendar Heat Map There are a two main parts that we need to convey with our heatmap. First w
bottom of page
