Articles by George Mount

Python in Excel: How to sample rows

May 5, 2025 | George Mount

Sampling rows from a table is common for analyzing subsets of large datasets, enabling quicker insights or testing without processing the entire dataset. In Excel, this is difficult because it lacks built-in random sampling functions, requiring complex formulas or manual steps that are time-consuming and error-prone for large tables. In ...
[...Read more...]

Python in Excel: How to simulate IRR with Copilot

March 31, 2025 | George Mount

The Internal Rate of Return (IRR) is a financial metric used to evaluate the profitability of an investment by calculating the discount rate at which the net present value (NPV) of a series of cash flows equals zero. In finance, IRR helps investors compare the potential returns of different projects, ...
[...Read more...]

Python in Excel: How to create a dashboard with Copilot

March 20, 2025 | George Mount

Lately I’ve been digging into how Python in Excel’s AI-powered analysis might disrupt traditional static dashboards. It offers a flexible, lightweight way to explore data—letting you ask questions, adjust them as the data shifts, and uncover what’s worth focusing on. Traditional dashboards, with their fixed visuals, ... [...Read more...]

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