Articles by George Mount

Python in Excel: How to create PivotTables with Copilot

March 14, 2025 | George Mount

PivotTables in Excel are a fast, user-friendly way to summarize data and gain quick insights. However, they’re not formula-driven, which can limit control and flexibility compared to dynamic options like GROUPBY() or PIVOTBY() functions that embed logic directly into your analysis. If you’re counting on Copilot to craft ...
[...Read more...]

How to understand regular expressions in Excel

January 15, 2025 | George Mount

If you’ve ever encountered the challenge of sorting through data to find or manipulate specific text, you’ll know the potential headaches it can cause. Excel’s integration of regular expression (regex) functions has been a game changer, equipping users with powerful tools to search, extract, and replace text ...
[...Read more...]

Python in Excel: How to understand the Matplotlib package

December 24, 2024 | George Mount

Python’s incorporation into Excel offers data analysts robust new tools, particularly in the realm of data visualization. This blog post introduces Matplotlib, a core Python library for crafting visualizations. We’ll begin with the essential components, explore Matplotlib’s customization features, and discuss the benefits of using Pandas DataFrames ...
[...Read more...]

Python in Excel: Why use Python for data visualization?

December 10, 2024 | George Mount

Excel has for decades been a mainstay for business and data professionals, providing a familiar environment for organizing, analyzing, and visualizing data. Its built-in charts and graphs offer a quick, accessible solution for conveying insights. In many cases, these standard visuals are still perfectly adequate: if all you need is ... [...Read more...]
1 2 3 4 14