• UPDATE! 🪲 How to make a timestamp column for an Excel Table

    , ,

    I’m reliably informed by a man on the inside that the capability described below, tantalizing though it may be, is in fact the side effect of a bug! And like many bugs, it will soon be squashed. Flattened. Smooshed out of existence. So be warned! Full credit for the idea in this post goes to […]

    UPDATE! 🪲 How to make a timestamp column for an Excel Table
  • Use XLOOKUP and XMATCH with regular expressions (regex)

    , , ,

    The Excel team introduced support for regular expressions in May 2024 with three new functions The functions were announced in this post on the Microsoft 365 Insiders blog. As well as these new functions, we learned that we will be able to use regular expressions with XLOOKUP and XMATCH in the near future. Regex coming […]

    Use XLOOKUP and XMATCH with regular expressions (regex)
  • The SWITCH and LET functions – Excel formula performance

    , , ,

    Let me get right to the point. Both SWITCH and unused complex names in LET can slow down your formulas Introduction This formula returns a large array: In the Beta version of Excel I’m using, the above formula can be written like this: I’ll use the shorter version for the remainder of this post. This […]

    The SWITCH and LET functions – Excel formula performance