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.

2 Votes
IFANYOF
Functions and predicates to help with ease-of-use/clarity for FILTER include statements
Replies
5
Views
2K
1 Vote
FREQCONV
Convert a frequency e.g. mhz to ghz
Replies
0
Views
277
1 Vote
REPEATBYNUMBER
REPEATBYNUMBER takes a range (or table) that has the first column as the item name and the last column as the repeat number then returns a new column of rows with the item names repeated by the required number of times.
Replies
52
Views
4K
1 Vote
SCANBYROW
Performs a SCAN(initial_value,row,fn) on each row of array.
Replies
5
Views
2K
1 Vote
ACOMB
Extracts all combinations of columns values of an array
Replies
8
Views
1K
1 Vote
ARRANGE
rearranges columns of an array from left to right in any order
Replies
7
Views
1K
1 Vote
REPLACESTRINGS
REPLACESTRINGS bulk replaces matched substrings from one list with corresponding entries in a 2nd list.
Replies
5
Views
1K
1 Vote
SLUGIFY.PLUS
SLUGIFY.PLUS function converts the given string to a URL slug.
Replies
7
Views
2K
1 Vote
PIZZAAREA
PIZZAAREA calculates the number of square inches in a pizza that is N inches in diameter.
Replies
0
Views
753
1 Vote
HYPOTENUSE
HYPOTENUSE is used to calculate the length of the hypotenuse of a right triangle.
Replies
0
Views
791
1 Vote
SHEETNAME
SHEETNAME returns the parent worksheet name of the reference cell.
Replies
2
Views
2K
0 Votes
BASE64DECODE
Decodes Base64 encoded string
Replies
2
Views
130
0 Votes
BASE64ENCODE
Encodes string with Base64 encoding.
Replies
12
Views
644
0 Votes
INPOLY
INPOLY will return if a given latitude and longitude fall within a polygon. The polygon is a 2 column range/array in order of latitude then longitude.
Replies
1
Views
410
0 Votes
XRNG
XRNG will return a sequence given a start, end, and step argument
Replies
0
Views
458
0 Votes
FILLUP
The value of a next cell is propagated to the null-valued cells below in the columns specified.
Replies
0
Views
488
0 Votes
FILLDOWN
The value of a previous cell is propagated to the null-valued cells below in the columns specified.
Replies
2
Views
625
0 Votes
MARKETCAL2
Generate a list of (currently) the ten Holidays the US Stock Market is closed. Can be used to provide the Holiday array for the NETWORKDAYS.INTL and WORKDAY.INTL functions.
Replies
8
Views
683
0 Votes
PROCESS
PROCESS resizes any input reference into an array/range of any desired size (could be considered as the reverse of LIN/TOROW/TOCOL) with options for output size/style and full control over data type(s) inclusion/exclusion
Replies
10
Views
1K
0 Votes
SPLITBYANY
SPLITBYANY will split a text string by all the characters in the second argument
Replies
2
Views
550

Forum statistics

Threads
1,214,642
Messages
6,120,701
Members
448,980
Latest member
CarlosWin

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