Date & Time

\CALENDAR
In-formula Calendar Template with dynamic formatting

Fun


Lookup & Reference

\FUZZYMATCH
User-friendly, powerful fuzzy-matching function for Excel. It’s like VLOOKUP that finds the most similar text.

Math & Trig

\RAND.STABLE
Stable, non-volatile version of the Excel RAND() function. Return the same random number on each recalculation.
\RANDARRAY.STABLE
Stable, non-volatile version of the Excel RANDARRAY() function. Return the same array of random numbers on each recalculation.
\RANDBETWEEN.STABLE
Stable, non-volatile version of the Excel RANDBETWEEN() function. Return the same random number on each recalculation.
\SHUFFLE
Single formula to randomly shuffle an Excel range
\SHUFFLE.ROWS
Single formula to randomly shuffle the rows of an Excel range
\SHUFFLE.ROWS.STABLE
Stable formula to randomly shuffle the rows of an Excel range. Does not change output on recalculation.
\SHUFFLE.STABLE
Stable formula to randomly shuffle an Excel range. Does not change output on recalculation.

Text

\GET.TAGS
Return all tags from the given cell.
\HAS.TAG
Check if cell has given tag. Great for formula-based conditional formatting.
\LEVENSHTEIN
First efficient Excel formula implementation of the Levenshtein distance function for measuring text similarity
\STRIPACCENTS
The most complete accent-stripping function for Excel
\TAG
Add an invisible, zero-width, transferrable tag to a text value.
\UNTAG
Remove all tags added with \TAG.
Scroll to Top