top of page
Recent Posts


Can Excel Find Duplicates?
Yes, Excel can find duplicates in several ways. Here's how to highlight, count, and remove them fast.


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.


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


How to Highlight Weekdays in Excel
Using conditional formatting, we can use a custom formula to highlight all weekday dates from any date range, letting you visually see...


How to Highlight Weekends in Excel
Using conditional formatting, we can use a custom formula to highlight all weekend dates from any date range, letting you visually see...


How to Highlight Cells Containing a Formula in Excel
To highlight any cell that contains a formula in an Excel workbook, there is a simple conditional formatting formula that can be used....
bottom of page
