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
APPEND2H
APPEND2H appends 2 arrays horizontally.
Replies
0
Views
743
0 Votes
ACLEAN
ACLEAN cleans an array, replaces errors with null strings or removes the rows with errors or removes the rows with errors and blanks.
Replies
0
Views
613
0 Votes
ASTACK
ASTACK stacks an array.
Replies
0
Views
655
0 Votes
AUNSTACK
AUNSTACK unstacks an array.
Replies
0
Views
584
0 Votes
ATEXTJOIN
ATEXTJOIN appends horizontally each row of an array, adds leading string or not, we can set start index, with delimiter or not.
Replies
8
Views
950
0 Votes
AUNIQUE
AUNIQUE extracts unique values, horizontal (for each row) left aligned , vertical (for each column) top aligned , all (in a vertical array).
Replies
33
Views
5K
0 Votes
AFLATTEN
AFLATTEN extracts any array in a column array (vertical), does keep the blanks.
Replies
5
Views
1K
0 Votes
ASPLIT
ASPLIT splits a column array by delimiter.
Replies
0
Views
764
0 Votes
AUNQSRT
AUNQSRT sorts ascending, descending, or extracts unique values by rows of an array, left aligned.
Replies
0
Views
743
0 Votes
AFILTER
AFILTER filters array by rows, text, non blanks or numbers, left aligned.
Replies
0
Views
827
0 Votes
LIST.COMBINE
LIST.COMBINE takes two lists and returns a single list.
Replies
0
Views
763
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
736
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
663
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
566
0 Votes
REMOVEREPEATS
REMOVEREPEATS removes chosen repeated characters from an array.
Replies
4
Views
503
0 Votes
TEXTJOINARRAY
TEXTJOINARRAY Joins the text in an array by row or column, with delimiter.
Replies
3
Views
813
0 Votes
SUMCUMULATIVE
SUMCUMULATIVE returns the cumulative sum array of a single array of numbers.
Replies
1
Views
1K
0 Votes
SUMCOLS
SUMCOLS returns the sum of each column in array.
Replies
0
Views
760
0 Votes
SUMROWS
SUMROWS returns the sum of each row in a 2D array.
Replies
0
Views
709

Forum statistics

Threads
1,216,106
Messages
6,128,863
Members
449,473
Latest member
soumyahalder4

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