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
CONSTANTARRAY
Create an array of the specified dimensions where all cells have the specified constant value.
Replies
0
Views
409
0 Votes
ROT90CCW
Rotate an Array 90 degrees Counter ClockWise.
Replies
0
Views
386
0 Votes
ROT90CW
Rotate an Array 90 degrees ClockWise.
Replies
0
Views
381
0 Votes
FLIPARRAYH
Flip array horizontally, left to right.
Replies
0
Views
472
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
360
0 Votes
PUTCOLUMN
In an Array put a ColumnVector on a specific ColumnNumber.
Replies
0
Views
335
0 Votes
PUTROW
In an Array put a RowVector on a specific RowNumber.
Replies
0
Views
365
0 Votes
AGGREGATECOLUMNS
Calculate the aggregated values for all columns in an array. The result is a row of aggregated values.
Replies
0
Views
408
0 Votes
AGGREGATEROWS
Calculate the aggregated values for all rows in an array. The result is a column of aggregated values.
Replies
0
Views
383
0 Votes
TOMORROW
TOMORROW returns the serial number of tomorrow's date.
Replies
4
Views
466
0 Votes
AANAGRAM
finds anagrams matches between 2 arrays
Replies
0
Views
466
0 Votes
AMIN,AMAX
calculates MIN or MAX for each row of an array
Replies
4
Views
968
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
458
0 Votes
T_SF
tool search/find lambda, shows occurrence pattern of searching/finding an array within another array
Replies
0
Views
395
0 Votes
ASELECT
array select, selects a region of an array between 2 rows, 2 columns, can append extra columns
Replies
0
Views
669
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
689
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
421
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
635
0 Votes
AOCREPLACE
AOCREPLACE, array occurrences replace, replaces only certain occurrences "oc" of a delimiter(any string) "d" in array "a", with a replacement delimiter(any string) "rd"
Replies
1
Views
445

Forum statistics

Threads
1,215,460
Messages
6,124,949
Members
449,198
Latest member
MhammadishaqKhan

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