You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments