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
BASE64DECODE
Decodes Base64 encoded string
Replies
2
Views
144
0 Votes
BASE64ENCODE
Encodes string with Base64 encoding.
Replies
12
Views
670
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
427
0 Votes
XRNG
XRNG will return a sequence given a start, end, and step argument
Replies
0
Views
467
0 Votes
FILLUP
The value of a next cell is propagated to the null-valued cells below in the columns specified.
Replies
0
Views
495
0 Votes
FILLDOWN
The value of a previous cell is propagated to the null-valued cells below in the columns specified.
Replies
2
Views
633
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
689
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
566
0 Votes
SPLITBYCASETRANSITION
SPLITBYCASETRANSITION will split text by case transition from lower case to upper case
Replies
3
Views
439
0 Votes
DMS2DD
DMS2DD converts GPS coordinates from Degrees Minutes Seconds to Decimal Degrees
Replies
1
Views
418
0 Votes
DD2DMS
DD2DMS converts GPS coordinates from Decimal Degrees to Degrees Minutes Seconds
Replies
1
Views
355
0 Votes
SPELLNUMBER
SPELLNUMBER takes a number and converts it to spelled out words
Replies
10
Views
2K
0 Votes
INDEX.Nth
INDEX.Nth returns (every) nth element(s) (starting at the desired position) from a one-dimensional array and provides output options and full control over data type(s) inclusion/exclusion
Replies
6
Views
897
0 Votes
MKTDAYS
Provides a list of dates that omits Fridays, Saturdays, and the dates provided by the Hols list of dates. Intended for use with the STOCKHISTORY function.
Replies
8
Views
900
0 Votes
XUNIQUE
XUNIQUE is a powerful and straightforward alternative to the built-in UNIQUE with full control over data type(s) inclusion/exclusion
Replies
1
Views
547
0 Votes
LIN
LIN is a powerful array/range linearization alternative to the built-in TOROW/TOCOL with several options and full control over data type inclusion/exclusion
Replies
3
Views
406
0 Votes
SPLITBYGROUP
SPLITBYGROUP splits a range by the values in a given column
Replies
1
Views
541
0 Votes
FLIP
FLIP is a powerful range/array flipping solution with full control over data type(s) inclusion/exclusion in the output
Replies
1
Views
404
0 Votes
ISINT
ISINT allows for checking if the reference contains integer value(s) and provides logical output
Replies
1
Views
405

Forum statistics

Threads
1,215,043
Messages
6,122,825
Members
449,096
Latest member
Erald

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