Skip to content

Instantly share code, notes, and snippets.

@ikellerer
ikellerer / BXL LAMBDA Excel Dates.txt
Last active January 5, 2024 13:00 — forked from CHatmaker/BXL LAMBDA Excel Dates.txt
Excel CBSE Compliant LAMBDA (5G Modeling) for Dates
/* Module Contains CBSE Compliant LAMBDAs that deal with dates */
/* FUNCTION NAME: Aboutλ
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/
/* REVISIONS: Date Developer Description
Mar 17 2023 Craig Hatmaker Original Development
Mar 22 2023 Craig Hatmaker Added About
Apr 06 2023 Craig Hatmaker Added Help to LAMBDAs
Aug 28 2023 Craig Hatmaker Conformed to new template
Oct 02 2023 Craig Hatmaker Added Diagnostics
@ikellerer
ikellerer / BXL LAMBDA Dynamic Ranges
Created January 5, 2024 12:57 — forked from CHatmaker/BXL LAMBDA Dynamic Ranges
Excel CBSE Compliant LAMBDA (5G Modeling) for Dynamic Ranges
/* FUNCTION NAME: Aboutλ
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/
/* REVISIONS: Date Developer Description
Mar 02 2023 Craig Hatmaker Original Development
Jun 08 2023 Craig Hatmaker CBSE Compliant
*/
Aboutλ =TEXTSPLIT(
"About: →BXL's Dynamic Array module. Suggested module name: BDR¶" &
"Version: →Mar 02 2023¶" &
@ikellerer
ikellerer / BXL LAMBDA Workbook Info
Created January 5, 2024 12:56 — forked from CHatmaker/BXL LAMBDA Workbook Info
Excel CBSE Compliant LAMBDA (5G Modeling) for Workbook Information
/* FUNCTION NAME: Aboutλ
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/
/* REVISIONS: Date Developer Description
Dec 14 2023 Craig Hatmaker Original Development
*/
Aboutλ = TRIM(TEXTSPLIT(
"About: →BXL's Workbook Information module. Suggested module name: BXW¶" &
"Version: →Jun 12 2023¶" &
"Gist URL: →https://gist.github.com/CHatmaker/3ff1b5ce97344c2dfc3f1623a656676a ¶" &