Articles by George Mount

How to conditionally format a scatterplot in Excel

November 6, 2024 | George Mount

A scatterplot is a chart that displays the relationship between two variables by plotting data points along the X and Y axes, with each point representing a unique pair of values. By conditionally formatting points based on their category, we can reveal patterns, clusters, or outliers, making it easier to ...
[...Read more...]

How to see all packages available in Python in Excel

October 21, 2024 | George Mount

Python in Excel significantly enhances the capabilities of Excel users, enabling more sophisticated data analysis and visualization. However, it’s important to note that Python in Excel operates within a pre-configured, pre-installed environment. For a detailed explanation of how this setup functions, you can refer to my previous blog post ...
[...Read more...]

How to create a wafflechart in Excel

October 16, 2024 | George Mount

Waffle charts are a great way to visualize data as a grid of squares where each square represents a portion of the whole. Unlike pie charts, which can be hard to interpret with many categories, waffle charts provide a cleaner, grid-based approach that makes it easy to compare parts of ...
[...Read more...]

Python in Excel: How to generate fake data with Faker

August 17, 2024 | George Mount

In a previous blog post I showed how to get over limitations of creating dummy datasets directly in Microsoft 365 Copilot by asking for a Python script instead, particularly the faker package. Technology moves quickly, and since publishing that post, the Faker package has become available directly within the Python in ...
[...Read more...]
1 2 3 11