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
UPPERARRAY
Extract the upper part of an array (above the diagonal).
Replies
0
Views
350
0 Votes
CONSTANTARRAY
Create an array of the specified dimensions where all cells have the specified constant value.
Replies
0
Views
431
0 Votes
ROT90CCW
Rotate an Array 90 degrees Counter ClockWise.
Replies
0
Views
398
0 Votes
ROT90CW
Rotate an Array 90 degrees ClockWise.
Replies
0
Views
398
0 Votes
FLIPARRAYH
Flip array horizontally, left to right.
Replies
0
Views
485
0 Votes
PUTCELL
Put a single value at a precise position in an array. If you try to put the value outside of the array or omit one or both the co-ordinates, the Array remains unchanged.
Replies
0
Views
373
0 Votes
PUTCOLUMN
In an Array put a ColumnVector on a specific ColumnNumber.
Replies
0
Views
347
0 Votes
PUTROW
In an Array put a RowVector on a specific RowNumber.
Replies
0
Views
378
0 Votes
AGGREGATECOLUMNS
Calculate the aggregated values for all columns in an array. The result is a row of aggregated values.
Replies
0
Views
421
0 Votes
AGGREGATEROWS
Calculate the aggregated values for all rows in an array. The result is a column of aggregated values.
Replies
0
Views
394
0 Votes
TOMORROW
TOMORROW returns the serial number of tomorrow's date.
Replies
4
Views
481
0 Votes
AANAGRAM
finds anagrams matches between 2 arrays
Replies
0
Views
477
0 Votes
AMIN,AMAX
calculates MIN or MAX for each row of an array
Replies
4
Views
1K
0 Votes
ASEARCH
array search, filters the search/find results of an array "as" within another array "a" according with the search type "st"
Replies
0
Views
472
0 Votes
T_SF
tool search/find lambda, shows occurrence pattern of searching/finding an array within another array
Replies
0
Views
411
0 Votes
ASELECT
array select, selects a region of an array between 2 rows, 2 columns, can append extra columns
Replies
0
Views
695
0 Votes
NUMTEXT
NUMTEXT leaves text including blanks alone, converts yes's/true's to 1's, no's/false's to 0's, and converts numbers stored as text to numbers
Replies
0
Views
704
0 Votes
AFLATTEN
AFLATTEN extracts any array in a column array (vertical), does keep the blanks.
Replies
5
Views
1K
0 Votes
AAND, AOR
returns AND or OR values for each row of an array
Replies
0
Views
434
0 Votes
AINSERT
AINSERT, array insert, inserts any string delimiter "d" between characters of an array "a" with a selectable pace "p" and selectable starting point "i".
Replies
7
Views
663

Forum statistics

Threads
1,216,503
Messages
6,131,022
Members
449,616
Latest member
PsychoCube

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