-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enh(excel) update keywords from 2016 to 2024 (#4182)
* Update from 2016 to 2024 with new formulae Remove: FALSE|0 MIDBs SQL.REQUEST TRUE|0 Add: ARRAYTOTEXT BYCOL BYROW CHOOSECOLS CHOOSEROWS DROP EXPAND FALSE FILTER HSTACK IMAGE ISOMITTED LAMBDA LET MAKEARRAY MAP MIDB RANDARRAY REDUCE SCAN SEQUENCE SORT SORTBY STOCKHISTORY TAKE TEXTAFTER TEXTBEFORE TEXTSPLIT TOCOL TOROW TRUE UNIQUE VALUETOTEXT VSTACK WRAPCOLS WRAPROWS XLOOKUP XMATCH * Include missing functions I have left in SQL.REQUEST, this was from an addin that was included in Excel pre-2010 and is no longer used. Perhaps people want to highlight it in code for older Excel versions. I've removed MIDBs - this was clearly a typo and should have been MIDB which I have added. I've removed TRUE|0 and FALSE|0 and replaced them with TRUE and FALSE which are both callable as functions. The "|0" does not appear in the original archived link, so unless you can think of a reason for it (perhaps it handles the fact that TRUE and FALSE are also valid data not as a function) I will leave removed. * Update CHANGES.md * Update CHANGES.md * Update CHANGES.md --------- Co-authored-by: Josh Goebel <[email protected]>
- Loading branch information
1 parent
195659e
commit 05e8075
Showing
2 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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