Skip to content

Instantly share code, notes, and snippets.

View CHatmaker's full-sized avatar
💭
LAMBDA!

Craig Hatmaker BXL CHatmaker

💭
LAMBDA!
View GitHub Profile
@CHatmaker
CHatmaker / BXL LAMBDA Financial Ratios
Last active August 14, 2024 17:03
5g Functions for Financial Ratios
/* Module Contains a library of Financial Ratios */
/* FUNCTION NAME: Aboutλ
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/
/* REVISIONS: Date Developer Description
Jun 27 2024 Craig Hatmaker Copyright
*/
Aboutλ = TRIM(
TEXTSPLIT(
"About: →A library of Financial Ratios¶" &
@CHatmaker
CHatmaker / BXL LAMBDA Financial Models
Last active August 2, 2024 01:37
5g Function for Excel Financial Models
/* FUNCTION NAME: Aboutλ
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/
/* REVISIONS: Date Developer Description
Jul 13 2023 Craig Hatmaker Original Development
May 13 2024 Craig Hatmaker Spring 2024 Version
May 18 2024 Craig Hatmaker Added RollingAvgλ, RollingMinλ and RollingMaxλ
May 28 2024 Craig Hatmaker See SumContainsλ
May 29 2024 Craig Hatmaker See LabelAmortizeλ
Jun 19 2024 Craig Hatmaker See RollingX functions
Jul 17 2024 Craig Hatmaker IntOnIntλ fix
@CHatmaker
CHatmaker / BXL 5g Modeling Templates
Last active August 14, 2024 14:43
5g Modeling Templates
// Base Template
/* FUNCTION NAME: <enter name here>λ
DESCRIPTION:*//**<this comment displays in name manager>*/
/* REVISIONS: Date Developer Description
<changed> <your name> <what changed>
*/
BaseTemplateλ = LAMBDA(
// Parameter Declarations
@CHatmaker
CHatmaker / BXL LAMBDA Array Essentials
Last active September 6, 2024 02:22
5G functions for basic Excel Dynamic Array handling
/* FUNCTION NAME: Aboutλ
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/
/* REVISIONS: Date Developer Description
Feb 27 2024 Craig Hatmaker Copyright
Jun 05 2024 Craig Hatmaker Code Simplification
Sep 05 2024 Craig Hatmaker Added RunTotColsλ and RunTotRowsλ
*/
Aboutλ = TRIM(TEXTSPLIT(
"About: →Basic functions for working with dynamic arrays. Suggested module name: BXE¶" &
@CHatmaker
CHatmaker / BXL LAMBDA Workbook Info
Last active April 7, 2024 15:06
5G functions for Excel 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 ¶" &
@CHatmaker
CHatmaker / BXL LAMBDA Debt Module
Last active February 3, 2024 00:07
5G functions for Excel for debt modeling
/* FUNCTION NAME: Aboutλ
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/
/* REVISIONS: Date Developer Description
Aug 10 2023 Craig Hatmaker Copyright
Feb 02 2024 Craig Hatmaker See DebtSculptλ
*/
Aboutλ = TRIM(TEXTSPLIT(
"About: →BXL's Debt module. Suggested module name: BXLDebt¶" &
"Version: →Aug 10 2023¶" &
@CHatmaker
CHatmaker / BXL LAMBDA Financial Models 2024-05-29
Last active August 6, 2024 02:22
5G functions for Excel for Financial Models: deprecated on 2024-05-29
/* FUNCTION NAME: Aboutλ
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/
/* REVISIONS: Date Developer Description
Jul 13 2023 Craig Hatmaker Original Development
May 13 2024 Craig Hatmaker Spring 2024 Version
May 18 2024 Craig Hatmaker Added RollingAvgλ, RollingMinλ and RollingMaxλ
May 28 2024 Craig Hatmaker See SumContainsλ
May 29 2024 Craig Hatmaker See LabelAmortizeλ
*/
@CHatmaker
CHatmaker / BXL LAMBDA Reporting with Arrays
Last active April 7, 2024 15:06
5G functions for Excel for Reporting with Arrays
/* FUNCTION NAME: Aboutλ
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/
/* REVISIONS: Date Developer Description
Mar 17 2023 Craig Hatmaker Copyright
Apr 17 2023 Craig Hatmaker Reorganizing and adding help
Jul 03 2023 Craig Hatmaker See nFoldCartProdλ and PriorDimProdλ
Jul 11 2023 Craig Hatmaker See UnPivotDetailλ
Feb 11 2024 Craig Hatmaker See UnPivotDetailλ
*/
@CHatmaker
CHatmaker / BXL LAMBDA Dynamic Ranges
Last active January 27, 2024 15:46
5G functions for Excel 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
Jan 17 2024 Craig Hatmaker See DynamicArrayλ
*/
Aboutλ =TEXTSPLIT(
"About: →BXL's Dynamic Array module. Suggested module name: BDR¶" &
@CHatmaker
CHatmaker / BXL Excel LAMBDA Math
Last active January 27, 2024 15:47
5G functions for Excel: Miscellaneous Math
/* Function Description
Aboutλ About this module and links to online resources
Fibonacciλ Determine the nth number in a Fibonacci sequence
*/
/* FUNCTION NAME: Aboutλ
DESCRIPTION:*/ /**Displays the URL to this module's Gist which includes documentation*/