New Functions in 2024

Excel 2024 introduced 27 new worksheet functions.

ARRAYTOTEXTReturns the contents of an array or cell range converted into text.
BYCOLReturns the results from applying a LAMBDA function to each column in an array.
BYROWReturns the results from applying a LAMBDA function to each row in an array.
CHOOSECOLSReturns the array with just a specific number of columns.
CHOOSEROWSReturns the array with just a specific number of rows.
DROPReturns the array without certain rows or columns.
EXPANDReturns the array expanded or padded to specific dimensions.
FIELDVALUEReturns the field data from a Stocks or Geography linked data type.
HSTACKReturns the array after combining two arrays horizontally in sequence.
IMAGEReturns the image from a web URL.
ISOMITTEDReturns the value True or False depending whether the value in a LAMBDA is missing.
LAMBDAReturns the results of a formula added as a named range.
MAKEARRAYReturns the array calculated by applying a LAMBDA function.
MAPReturns the array formed by applying a map using a LAMBDA function.
REDUCEReturns the total value after reducing an array by applying a LAMBDA function.
SCANReturns the array after applying a LAMBDA function to each value and returns an array.
STOCKHISTORYReturns the historical data about a financial instrument.
TAKEReturns the intersection of specific rows and columns in an array.
TEXTAFTERReturns the characters from the end of a text string after a delimiter.
TEXTBEFOREReturns the characters from the start of a text string before a delimiter.
TEXTSPLITReturns the text string split into multiple columns using delimiters.
TOCOLReturns the array transformed into a single column.
TOROWReturns the array transformed into a single row.
VALUETOTEXTReturns the text from any specified value.
VSTACKReturns the array after combining two arrays vertically in sequence.
WRAPCOLSReturns the array transformed into multiple columns.
WRAPROWSReturns array transformed into multiple rows.
ARRAYTOTEXT
Returns the contents of an array or cell range converted into text.
BYCOL
Returns the results from applying a LAMBDA function to each column in an array.
BYROW
Returns the results from applying a LAMBDA function to each row in an array.
CHOOSECOLS
Returns the array with just a specific number of columns.
CHOOSEROWS
Returns the array with just a specific number of rows.
DROP
Returns the array without certain rows or columns.
EXPAND
Returns the array expanded or padded to specific dimensions.
FIELDVALUE
Returns the field data from a Stocks or Geography linked data type.
HSTACK
Returns the array after combining two arrays horizontally in sequence.
IMAGE
Returns the image from a web URL.
ISOMITTED
Returns the value True or False depending whether the value in a LAMBDA is missing.
LAMBDA
Returns the results of a formula added as a named range.
MAKEARRAY
Returns the array calculated by applying a LAMBDA function.
MAP
Returns the array formed by applying a map using a LAMBDA function.
REDUCE
Returns the total value after reducing an array by applying a LAMBDA function.
SCAN
Returns the array after applying a LAMBDA function to each value and returns an array.
STOCKHISTORY
Returns the historical data about a financial instrument.
TAKE
Returns the intersection of specific rows and columns in an array.
TEXTAFTER
Returns the characters from the end of a text string after a delimiter.
TEXTBEFORE
Returns the characters from the start of a text string before a delimiter.
TEXTSPLIT
Returns the text string split into multiple columns using delimiters.
TOCOL
Returns the array transformed into a single column.
TOROW
Returns the array transformed into a single row.
VALUETOTEXT
Returns the text from any specified value.
VSTACK
Returns the array after combining two arrays vertically in sequence.
WRAPCOLS
Returns the array transformed into multiple columns.
WRAPROWS
Returns array transformed into multiple rows.

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext