This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* FUNCTION NAME: About位 | |
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/ | |
/* REVISIONS: Date Developer Description | |
Apr 10 2025 Craig Hatmaker Original Development | |
Apr 22 2025 Craig Hatmaker See Refs2Txts位 | |
*/ | |
About位 = TRIM(TEXTSPLIT( | |
"About: 鈫払XL's Financial Model Utilities. Suggested module name: FMU露" & | |
"Version: 鈫払XL: Apr 22 2025露" & |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Array Essentials V2 - A collection of basic array 5g Functions | |
This version trims the previous collection of 5g functions made redundant by eta-reduced syntax.*/ | |
/* FUNCTION NAME: About位 | |
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/ | |
/* REVISIONS: Date Developer Description | |
Nov 29 2024 Craig Hatmaker Copyright | |
Mar 11 2025 Craig Hatmaker General updates | |
Mar 15 2025 Craig Hatmaker See MLookup位, XYLookup位 | |
Mar 24 2025 Craig Hatmaker See DAF versions of common Excel functions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* A collection of 5g Functions for creating classroom exercises that prompt | |
learners during formula entry. Suggested module name: RXF | |
*/ | |
/* FUNCTION NAME: About位 | |
DESCRIPTION:*//**Displays the URL to this module's Gist which includes documentation*/ | |
/* REVISIONS: Date Developer Description | |
Dec 16 2024 Craig Hatmaker Copyright | |
Dec 18 2024 Craig Hatmaker Added IsComment位, Display位Lines位, and Display位Prompts位 | |
Jan 02 2025 Craig Hatmaker See FormulaSplit位 | |
Jan 05 2025 Craig Hatmaker See DisplayEntries位 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Module Contains 5g Compliant functions 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 | |
Jan 02 2024 Craig Hatmaker See CountDOW位 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Module Contains 5g Compliant functions 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 | |
Jan 02 2024 Craig Hatmaker See CountDOW位 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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: 鈫扐 library of Financial Ratios露" & |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* FUNCTION NAME: CrtIdx位 | |
DESCRIPTION:*/ /**Creates an array of indexes that can be used with INDEX() can combine | |
all rows in all tables as would a database 'Natrual Join' or 'Cross Join.'*/ | |
/* This was developed for multidimensional modeling. A key to multidimensional modeling | |
is the ability to combine all instances of all dimensions, and then access each | |
dimension's value. A dimension is a category of things like: | |
Customers, Products, Regions, Months, etc. | |
When faced with the situation where each dimension has a piece of information needed | |
for a particular calculation such as: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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: 鈫払XL's Dynamic Array module. Suggested module name: BDR露" & |
NewerOlder