Skip to content

Instantly share code, notes, and snippets.

View Iremlap's full-sized avatar

Iremlap

  • Ohio, USA
View GitHub Profile
@Iremlap
Iremlap / MultipleDependentDropdownsWithoutVBA.txt
Last active April 29, 2024 00:58
Excel Lambda function to simplify the creation of multiple dependent dropdowns. Valid on Web and Windows Desktop [v. 2405 (Build 17602.20000) Beta Channel].
/*
Name: Excel Dependent Dropdown
License: MIT
Description: Excel Lambda function to simplify the creation of multiple dependent dropdowns. Valid on Web and Windows Desktop [v. 2405 (Build 17602.20000) Beta Channel].
Author: https://gist.github.com/Iremlap
Citation: Based off the approach shared by Leila Gharani in this YouTube video: https://www.youtube.com/watch?v=7mo4COng7Sg.
*/
/* Dependent Dropdown
@Iremlap
Iremlap / MarkdownXL
Last active April 28, 2024 23:33
Beta version of a library of Excel functions for formatting with Markdown syntax.
/*
Name: MarkdownXL
License: MIT
Description: Beta version of a library of Excel functions for formatting with Markdown syntax.
Currently supporting a subset of the GitHub-Flavored Markdon Specification, allowing:
- Images - GHAPHIC(Link, [Alt_Text]);
- Bold Text - BOLD(Text);
- Italic Text - ITALIC(Text);
- Headings - HEADING(Level, Heading_Text);
- Blockquotes - BLOCKQUOTE(Text);