The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,854 other subscribers

It might be time for me to upgrade to a newer Excel version because of some new notation and functions like TAKE and TRIMRANGE, or does it?

Posted by jpluimers on 2026/03/23

Over the last decades, I hardly needed to upgrade Excel. For a very long time I stayed at Excel 2003, as the ribbon interface introduced with Office 2007 (version 12) was horrible (it still is, especially since 19:10 monitors are gone and the ribbon takes too much vertical screen estate).

After that, I needed newer features so I upgraded to Excel 2013 (version 15) mainly because it ditched Multiple-document interface (MDI) and I like SDI over MDI a lot, and Office 2013 was largely compatible with Office for Mac 2011 (version 14).

Mostly recovered from my cancer treatments, I noticed that MacOS ditched 32-bit support in MacOS 11 Big Sur, which meant I could not use Office 2011 any more (it was 32-bit x86 only) so in 2022 I upgraded all my office installations to Office 2021 (up in the version 16.* range as starting with Office 2016 the major version number stayed 16.minor).

I might actually upgrade to Office 2024 (version 16.many) soon despite the major version 16, finally Excel has started sped up new development of new functions and features, of which the ones below are very interesting: they will make my largest spreadsheets a lot simpler and therefore easier to maintain:

Inspired by [Wayback/Archive] You’re ONE DOT Away from Cleaner Excel Reports | Before vs. After TRIMRANGE – YouTube

Do I really need to upgrade?

A practical use of this was in this formula which remarkably worked with Excel version 16.95 (25030928) which was part of my Office 2021 for MacOS license: =UNIQUE('Percussie-per-werk'!C2:.C1048576)

This worked, so I might not really need to upgrade at all.

I came to the above function as I had a table of percussion instruments per music work, and wanted to know the unique percussion instruments for logistic purposes. The formula immediately gave me that list using both the UNIQUE function. The formula uses the C2:.C1048576 trick to select all cells in a row except the title row: 1048576 is the maximum number of rows in Excel 2007 and up; for Excel 2003 and lower you would use 65536.

This brings me to another few links with more modern Excel features:

Query: [Wayback/Archive] excel filter list unique values – Google-søk

--jeroen


You’re ONE DOT Away from Cleaner Excel Reports | Before vs. After TRIMRANGE – YouTube

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.