Skip to content

Instantly share code, notes, and snippets.

let
//courtesy of AccessAnalytic.com.au
Today = Date.From(DateTime.LocalNow() ),
// Change start date to begining of year
StartDate= #date(2019, 1, 1),
//see advanced editor for note on alternative hardcoding EndDate method
//ListOfTextMatches------------------
// Select a word to look for and a column to look in
//outputs filtered list containing that text
ListOfTextMatches=
LAMBDA(
SelectTextToLookFor,
SelectRangeToLookIn,
LET(
FlagMatch,
ISNUMBER(