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
T_CHARS
tool lambda to select chars useful in recursive text manipulation formulas
Replies
1
Views
563
0 Votes
IFTEXT
IFTEXT is like IFERROR for text. It returns Value_If_Text for text cells and the array itself otherwise.
Replies
0
Views
594
0 Votes
ARESIZE
ARESIZE resizes an array given the number of rows and/or columns to add or remove and values to use for new rows/columns.
Replies
3
Views
486
0 Votes
ASTACK
new!! Stacks an array for a certain width
Replies
5
Views
760
0 Votes
ATEXTJOIN
ATEXTJOIN appends horizontally each row of an array, adds leading string or not, we can set start index, with delimiter or not.
Replies
8
Views
940
0 Votes
ASTACK
ASTACK stacks or unstacks an array going row by row or column by column given a number of columns.
Replies
0
Views
485
0 Votes
AHCLEAN
Replaces errors with null strings and filters all the rows depending on nr. of blnks/null strings on each row. !!NEW!! BYROW
Replies
3
Views
656
0 Votes
AINDEXER
AINDEXER returns all relative row numbers for each column or all relative column numbers for each row in an array. Uses MAKEARRAY!
Replies
0
Views
395
0 Votes
APP2H
APPends 2 arrays Horizontally, 2nd array column index and offset functionality. !! NEW !! MAKEARRAY , SCAN
Replies
2
Views
566
0 Votes
APP2V
APPends 2 arrays Vertically, 2nd array row index and offset functionality. !! NEW !! MAKEARRAY
Replies
2
Views
583
0 Votes
AOVERLAY
Overlapping/[Overlaying] 2 arrays, using a row/column coordinate system. !!NEW!! MAKEARRAY
Replies
1
Views
420
0 Votes
AOVERLAP
Overlapping 2 arrays using a row/column coordinate system
Replies
1
Views
521
0 Votes
AHINSERT
AHINSERT Inserts an array into other array. AVINSERT will follow, same post
Replies
1
Views
527
0 Votes
ACONSTANT
ACONSTANT returns an array of value(s) repeated over a specified number of rows and columns.
Replies
1
Views
434
0 Votes
AFILL
AFILL replaces all blanks/null strings of an array/array area, with other array values. !! NEW !! MAKEARRAY , SCAN
Replies
1
Views
679
0 Votes
APUZZLE
Replaces selected areas of an array "a" with other array "b" values , from left to right , top to bottom. !! NEW !! MAKEARRAY , SCAN
Replies
0
Views
425
0 Votes
IFNUMBER
IFNUMBER is like IFERROR for numbers. It returns Value_If_Number for number cells and the array itself otherwise.
Replies
0
Views
518
0 Votes
IFBLANK
IFBLANK is like IFERROR for blanks. It returns Value_If_Blank for blank cells and the array itself otherwise.
Replies
0
Views
859
0 Votes
NOTTEXT
NOTTEXT returns TRUE or FALSE if a cell in a given range is not text.
Replies
0
Views
300
0 Votes
NOTNUMBER
NOTNUMBER returns TRUE or FALSE if a cell in a given range is not a number.
Replies
0
Views
311

Forum statistics

Threads
1,215,161
Messages
6,123,377
Members
449,097
Latest member
Jabe

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