Excel LAMBDA Functions

Have you written a useful LAMBDA function that might be useful to others? Post it in the forum. The community can vote for their favorites and we'll suggest to the Excel developers ideas that could be added to the core Excel functions.
* Required to be an active member who has more than 50 posts to submit functions.

0 Votes
AUNQSRT
AUNQSRT sorts ascending, descending, or extracts unique values by rows of an array, left aligned.
Replies
0
Views
905
0 Votes
AFILTER
AFILTER filters array by rows, text, non blanks or numbers, left aligned.
Replies
0
Views
945
1 Vote
REPLACESTRINGS
REPLACESTRINGS bulk replaces matched substrings from one list with corresponding entries in a 2nd list.
Replies
5
Views
2K
0 Votes
LIST.COMBINE
LIST.COMBINE takes two lists and returns a single list.
Replies
0
Views
876
0 Votes
LAMBDA.EVALUATE
LAMBDA.EVALUATE is equivalent to the old Excel 4.0 macro EVALUATE with some limitations.
Replies
1
Views
4K
0 Votes
PRETTYPRINT
PRETTYPRINT inserts new lines and indents based on depth with respect to opening and closing bracket characters (parentheses () and curly braces {}) and commas.
Replies
2
Views
842
0 Votes
TEXTSPLIT
TEXTSPLIT splits an array of text values by a specified delimiter (like text to columns, or vba split function), allowing the user to select Nth split occurrence(s).
Replies
14
Views
3K
0 Votes
COMBINEARRAYS
COMBINEARRAYS combines two 2D arrays into a stacked 2D array, horizontally or vertically, allowing for a default where one array is larger than the other.
Replies
4
Views
757
0 Votes
TOC2HTML
TOC2HTML creates the table of contents HTML code by transforming the provided list to an HTML list element to be used in the book's HTML page.
Replies
0
Views
637
0 Votes
REMOVEREPEATS
REMOVEREPEATS removes chosen repeated characters from an array.
Replies
4
Views
627
0 Votes
SUMCUMULATIVE
SUMCUMULATIVE returns the cumulative sum array of a single array of numbers.
Replies
1
Views
1K
0 Votes
TEXTJOINARRAY
TEXTJOINARRAY Joins the text in an array by row or column, with delimiter.
Replies
3
Views
939
0 Votes
SUMCOLS
SUMCOLS returns the sum of each column in array.
Replies
0
Views
888
0 Votes
SUMROWS
SUMROWS returns the sum of each row in a 2D array.
Replies
0
Views
821
0 Votes
SORTROWS
SORTROWS sorts a 2D array by row.
Replies
0
Views
730
0 Votes
ARRAY2DTO1D
ARRAY2DTO1D returns a stacked 1D array from a 2D array.
Replies
0
Views
712
0 Votes
ARRAY1DTO2D
ARRAY1DTO2D Splits a 1D array into a 2D array of equal heights given a divisor.
Replies
0
Views
739
0 Votes
RESIZEARRAY
RESIZEARRAY resizes an array to a given number of rows and columns, allowing for a default value where columns and rows are out-with the original array.
Replies
0
Views
714
0 Votes
RIGHTARRAY
RIGHTARRAY returns the right n columns (or rows, or both) of an array.
Replies
0
Views
464
0 Votes
COLUMNNUMBERS
COLUMNNUMBERS returns an array of column numbers of an array.
Replies
0
Views
685

Forum statistics

Threads
1,223,526
Messages
6,172,834
Members
452,483
Latest member
Johnstone

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top