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
SORTROWS
SORTROWS sorts a 2D array by row.
Replies
0
Views
621
0 Votes
ARRAY2DTO1D
ARRAY2DTO1D returns a stacked 1D array from a 2D array.
Replies
0
Views
587
0 Votes
ARRAY1DTO2D
ARRAY1DTO2D Splits a 1D array into a 2D array of equal heights given a divisor.
Replies
0
Views
613
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
612
0 Votes
RIGHTARRAY
RIGHTARRAY returns the right n columns (or rows, or both) of an array.
Replies
0
Views
373
0 Votes
LEFTARRAY
LEFTARRAY returns the LEFT N columns (or rows or both) of an array.
Replies
3
Views
632
0 Votes
COLUMNNUMBERS
COLUMNNUMBERS returns an array of column numbers of an array.
Replies
0
Views
554
0 Votes
ROWNUMBERS
ROWNUMBERS returns an array of the row numbers of a 2D array.
Replies
0
Views
577
0 Votes
TEXTTOARRAY
TEXTTOARRAY Returns an array of single characters from a 1D array of text strings.
Replies
0
Views
2K
0 Votes
BLACK.SCHOLES
BLACK.SCHOLES calculates the price of an option using the Black & Scholes option pricing formula.
Replies
0
Views
3K
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
LASTUSEDROW
LASTUSEDROW returns the last row with an entry in the current sheet.
Replies
1
Views
775
0 Votes
LASTUSEDCOLUMN
LASTUSEDCOLUMN returns the last column with an entry in the current sheet.
Replies
11
Views
2K
0 Votes
KTHCHARINSTANCE
KTHCHARINSTANCE finds the nth occurrence of a character.
Replies
12
Views
1K
0 Votes
SLUGIFY
SLUGIFY function converts the given string to a URL slug.
Replies
12
Views
6K
0 Votes
REVERSE
REVERSE returns the contents of the given text with all the characters reversed.
Replies
2
Views
1K
0 Votes
MILESBETWEENCITIES
MILESBETWEENCITIES calculates the miles between two geography data types. Each data type must support the latitude and longitude field.
Replies
0
Views
784
0 Votes
FULLCASES
FULLCASES is essentially the ROUNDUP version of MROUND.
Replies
0
Views
648
0 Votes
YESTERDAY
YESTERDAY function returns the serial number of yesterday's date.
Replies
0
Views
688

Forum statistics

Threads
1,215,355
Messages
6,124,468
Members
449,163
Latest member
kshealy

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