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...]
1 2 3 4 14