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
FREQUENCY_BINS
Returns data_array binned by row to match native FREQUENCY function
Replies
0
Views
537
0 Votes
PIVOT
Simple pivot table using SUMMARIZE
Replies
2
Views
1K
0 Votes
SUMMARIZE
Summarizes data table by grouping selected columns and aggregating.
Replies
2
Views
1K
0 Votes
PAIRWISE
Pairwise function application between two arrays.
Replies
0
Views
829
0 Votes
ACOUNT
Study, array self-count/occurrence self-count/unique count , NEW!! MAP , MAKEARRAY
Replies
5
Views
923
0 Votes
AMORTIZE
builds amortization table NEW!! SCAN
Replies
8
Views
1K
0 Votes
AREPLACE
AREPLACE, array replace, replaces all occurrences of "a" found in "ar" with values of "b".
Replies
4
Views
1K
0 Votes
AMORTIZE
Creates a simple amortization schedule
Replies
1
Views
694
0 Votes
AREMOVE
!! recursive !! array remove, removes certain chars and replace them with a delimiter or not
Replies
3
Views
852
0 Votes
ACCUMULATE
Applies a set of functions consecutively to a seed value a prescribed number of times.
Replies
0
Views
679
0 Votes
AVALUE
AVALUE converts yes's/TRUE's to 1's, no's/FALSE's to 0's, empty cells to a value, errors to a value, numbers stored as text to numbers, and leaves text alone.
Replies
2
Views
510
0 Votes
APPLYN
Applies a function to itself a prescribed number of times
Replies
0
Views
558
0 Votes
IFYESNO
IFYESNO is like IFERROR for Yes and No. It returns Value_If_Yes for Yes cells, Value_If_No for No cells, and the array itself otherwise. Uses ISOMITTED!
Replies
0
Views
451
0 Votes
ATRIM
ATRIM combines TRIM and CLEAN and removes all extra delimiters in text strings (like TRIM for spaces) and removes all non-printing characters listed in CLEAN.
Replies
1
Views
676
0 Votes
AKEEP
keeps only certain chars of an array, all the others are removed and replaced with a delimiter or not
Replies
5
Views
774
0 Votes
AFUSBYROW
Array Filter Unique Sort By Rows
Replies
2
Views
979
0 Votes
ATOCODES
ATOCODES returns an array of individual character codes from a one dimensional array of text strings with an option to remove non-printing characters.
Replies
1
Views
453
0 Votes
ATOCHARS
ATOCHARS returns an array of individual characters from a one dimensional array of text strings with an option to remove non-printing characters.
Replies
1
Views
516
0 Votes
AONEDIM
Checks if an array is one dimensional and returns "H", "V", or an error message.
Replies
2
Views
469
0 Votes
ATRIM
array TRIMs by any delimiter, and/or CLEANs non pintables char, replaces CHAR(160) with space
Replies
2
Views
779

Forum statistics

Threads
1,215,964
Messages
6,127,966
Members
449,414
Latest member
sameri

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