Excel Yourself Blog

Helping You Excel Yourself

In these posts I share useful tips, tricks and techniques to help you get the most out of Excel.

  • Nov 19, 2025

Macro to Set Sparkline Axis to Zero

Reading time: 2 mins When creating sparkline charts in Excel one of the problems is that the vertical axis doesn’t always start at zero. It is a manual process to reset the vertical access to zero and a macro can make it much quicker and easier.

  • Nov 13, 2025

Free Macro Webinar Recording

  • Neale Blackwood
  • Macros
  • 0 comments

Learn how to record macros as well as the tips, tricks and traps. This a recording of a live webinar from November 2025. The live session rating, based on over 50 responses, was 92%!

  • Nov 12, 2025

Excel FizzBuzz Challenge

I was recently reminded of a basic programming challenge called FizzBuzz. Here is my Excel solution.

  • Nov 5, 2025

Handling Extra Columns in Excel Power Query

When you import a CSV file using Power Query any extra rows are automatically included. Unfortunately, extra columns are NOT included. Here’s how to fix that.

  • Oct 29, 2025

Excel Strikethrough Format Appearing

You may have started to see the strikethrough format displaying in Excel and wondered why. It means the formula’s values haven’t been updated and a calculation is required.

  • Oct 22, 2025

Unhiding a Specific Column in Excel

If you need to unhide one column out of several hidden columns here’s how you do it.

  • Oct 15, 2025

UNIQUEIF Function in Excel

  • Neale Blackwood
  • 0 comments

I recently had an interesting question in a webinar. Could I create a formula like UNIQUEIF. I like a challenge so here is my answer.

  • Oct 8, 2025

Excel and ActiveX Controls

Microsoft has recently turned off ActiveX controls as default. If you have used them in the past and still want to use them you will need to turn them back on.

  • Oct 1, 2025

TRIMRANGE Syntax and INDEX and INDIRECT

  • Neale Blackwood
  • 0 comments

The INDEX function can return a reference to a cell. However, the new TRIMRANGE syntax won’t accept it a reference. You need to use the TRIMRANGE function to use INDEX or INDIRECT.

  • Sep 24, 2025

Making Sure a Reference is Always A1

  • Neale Blackwood
  • 0 comments

When you create a formula or a range  that refers to cell A1 and you want it to ALWAYS refer to A1 no matter what – you have at least a couple of options.

  • Sep 17, 2025

Macro to Generate Random Numbers

  • Neale Blackwood
  • Macros
  • 0 comments

There are many ways to do this. This macro is based on a recorded macro that I edited.

  • Sep 10, 2025

Checkboxes as a Visualisation in Excel

I have covered the new checkboxes in Excel in a previous post. Typically, they are used as a simple user interface to turn off or turn on an option. But I learned recently that you can also use them as a visualisation.