README: How to create a LAMBDA function thread in the forum

Status
Not open for further replies.
=FUNCTIONNAME(firstArgument, secondArgument)

firstArgument
Required. First argument description.
secondArgument
Optional. Second argument description.

smozgur

BatCoder
Joined
Feb 28, 2002
Messages
2,537
FUNCTIONNAME's short explanation goes to this paragraph.

You might also want to write an explanation in multiple paragraphs. Please try to keep the explanation short as much as possible. See the following posts for more detail.

Excel Formula:
=LAMBDA(firstArgument, secondArgument,
    FORMULA(IF(firstArgument > 1, secondArgument, 0))
)
Book1
ABC
112Result
Sheet1
Cell Formulas
RangeFormula
C1C1=FUNCTIONNAME(A1, B1)
 
This is how it looks like in the edit mode.

There are three custom fields to enter the function syntax, function arguments, and function description.
Function syntax defines how to write the function in the cell.
Function arguments define the arguments to be entered each argument in a new line. The argument name and its description are separated by a single colon.
Function short description explains the purpose of the function. Displayed in the thread list to provide quick information about the lambda function.

It is recommended to use XL2BB to upload a sample mini-sheet that contains the function.

edit-post.png

Create a new LAMBDA function thread
 
Last edited:
This is how the actual post looks like:

Function syntax and argument definition are placed at the top of the thread. That's why the custom fields should be entered exactly as explained.

actual-post.png

The actual post
 
Status
Not open for further replies.

Forum statistics

Threads
1,214,525
Messages
6,120,051
Members
448,940
Latest member
mdusw

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