{"id":31934,"date":"2025-10-08T05:49:22","date_gmt":"2025-10-08T10:49:22","guid":{"rendered":"https:\/\/breakingintowallstreet.com\/?post_type=biws_kb&#038;p=31934"},"modified":"2025-11-20T18:50:00","modified_gmt":"2025-11-20T23:50:00","slug":"excel-lambda-functions","status":"publish","type":"biws_kb","link":"https:\/\/breakingintowallstreet.com\/kb\/excel\/excel-lambda-functions\/","title":{"rendered":"Excel Lambda Functions: How to Create Custom Functions Without VBA, Macros, or Other Code"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_81 counter-flat ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Excel Lambda Functions: How to Create Custom Functions Without VBA, Macros, or Other Code<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/breakingintowallstreet.com\/kb\/excel\/excel-lambda-functions\/#The_Basic_Syntax_of_Excel_Lambda_Functions\">The Basic Syntax of Excel Lambda Functions<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/breakingintowallstreet.com\/kb\/excel\/excel-lambda-functions\/#Excel_Lambda_Functions_How_to_Create_the_Multiple_of_Invested_Capital_MOIC_Calculation\">Excel Lambda Functions: How to Create the Multiple of Invested Capital (MOIC) Calculation<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/breakingintowallstreet.com\/kb\/excel\/excel-lambda-functions\/#Error-Checking_the_MOIC_Lambda_Function\">Error-Checking the MOIC Lambda Function<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/breakingintowallstreet.com\/kb\/excel\/excel-lambda-functions\/#How_to_Extend_the_Lambda_Function_Even_Further\">How to Extend the Lambda Function Even Further<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/breakingintowallstreet.com\/kb\/excel\/excel-lambda-functions\/#The_Drawbacks_of_Excel_Lambda_Functions\">The Drawbacks of Excel Lambda Functions<\/a><\/li><\/ul><\/nav><\/div>\n\n<blockquote><p><strong>Lambda Functions Definition:<\/strong> In Excel, you can use Lambda functions to create your own custom functions outside the normal built-in ones; you can then assign names to these functions in the Name Manager and use them throughout your file without writing any code.<\/p><\/blockquote>\n<p>Lambda functions have received a lot of \u201chype,\u201d and while they do have their uses, they\u2019re not <em>quite<\/em> as useful as many sources claim.<\/p>\n<p><strong>They are best used to create relatively simple functions that you use repeatedly in an Excel file, and which require moderate error-checking; they are less appropriate for complex functions that loop through ranges or entire sheets or functions with more extensive error-checking.<\/strong><\/p>\n<p>The perfect use case for Lambda functions is something like the <strong>Multiple of Invested Capital (MOIC)<\/strong> calculation, also known as the <a href=\"https:\/\/breakingintowallstreet.com\/kb\/leveraged-buyouts-and-lbo-models\/cash-on-cash-return-vs-irr\/\" target=\"_blank\" rel=\"noopener\">Money-on-Money Multiple<\/a>:<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-31935 size-full\" title=\"MOIC Function\" src=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054223\/01-MOIC-Function.jpg\" alt=\"MOIC Function\" width=\"1653\" height=\"681\" srcset=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054223\/01-MOIC-Function.jpg 1653w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054223\/01-MOIC-Function-300x124.jpg 300w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054223\/01-MOIC-Function-1024x422.jpg 1024w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054223\/01-MOIC-Function-768x316.jpg 768w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054223\/01-MOIC-Function-1536x633.jpg 1536w\" sizes=\"(max-width: 1653px) 100vw, 1653px\" \/><\/p>\n<p>The calculations are simple, but they take some time to write manually.<\/p>\n<p>By creating your own custom MOIC function, you can write the calculations once, add some error-checking, and use this repeatedly rather than rewriting it each time.<\/p>\n<p>By contrast, you should <strong>NOT<\/strong> use Lambda Functions for something like automatically <a href=\"https:\/\/breakingintowallstreet.com\/kb\/excel\/how-to-color-code-in-excel\/\" target=\"_blank\" rel=\"noopener\">formatting a range of cells<\/a> or creating a \u201cTable of Contents\u201d (both covered in the VBA part of <a href=\"https:\/\/breakingintowallstreet.com\/excel-vba\/\" target=\"_blank\" rel=\"noopener\">our Excel course<\/a>).<\/p>\n<p>Due to the complexity and cell references, conventional VBA and macros are more suitable.<\/p>\n<h3><strong>Files &amp; Resources:<\/strong><\/h3>\n<ul>\n<li><a href=\"https:\/\/youtube-breakingintowallstreet-com.s3.dualstack.us-east-1.amazonaws.com\/Excel\/Excel-Lambda-Functions.xlsx\" target=\"_blank\" rel=\"noopener\">Excel Lambda Functions (XL)<\/a><\/li>\n<li><a href=\"https:\/\/youtube-breakingintowallstreet-com.s3.dualstack.us-east-1.amazonaws.com\/Excel\/Excel-Lambda-Functions-Slides.pdf\" target=\"_blank\" rel=\"noopener\">Excel Lambda Functions &#8211; Slides (PDF)<\/a><\/li>\n<\/ul>\n<h3><strong>Video Table of Contents:<\/strong><\/h3>\n<ul>\n<li><strong>0:00:<\/strong> Introduction<\/li>\n<li><strong>2:31:<\/strong> Basic Syntax<\/li>\n<li><strong>4:51:<\/strong> Part 1: The MOIC Function<\/li>\n<li><strong>7:16:<\/strong> Part 2: Error-Checking the Function<\/li>\n<li><strong>11:21:<\/strong> Part 3: Extensions and Drawbacks of Lambda Functions<\/li>\n<li><strong>13:14:<\/strong> Recap and Summary<\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"The_Basic_Syntax_of_Excel_Lambda_Functions\"><\/span><strong>The Basic Syntax of Excel Lambda Functions<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The basic syntax of Lambda functions is as follows:<\/p>\n<p>=LAMBDA(Parameters, Calculations) (Cells Or Values You&#8217;re Inputting as Parameters)<\/p>\n<p>For example, you could create a simple \u201cGrow Number at Percentage\u201d function as follows:<\/p>\n<p>=LAMBDA(Base,Growth_Rate,Base*(1+Growth_Rate))(100, 5%)<\/p>\n<p>This is <strong>pointless<\/strong> because it\u2019s too simple for the Lambda features to be useful. However, you must know the basic syntax before creating the \u201cuseful version.\u201d<\/p>\n<p>If you enter the function <em>without<\/em> the input parameters of 100 and 5% at the end, you will get an error message:<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-31936 size-full\" title=\"Basic Lambda Function Error\" src=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054251\/02-Basic-Lambda-Function-Error.jpg\" alt=\"Basic Lambda Function Error\" width=\"1713\" height=\"417\" srcset=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054251\/02-Basic-Lambda-Function-Error.jpg 1713w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054251\/02-Basic-Lambda-Function-Error-300x73.jpg 300w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054251\/02-Basic-Lambda-Function-Error-1024x249.jpg 1024w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054251\/02-Basic-Lambda-Function-Error-768x187.jpg 768w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054251\/02-Basic-Lambda-Function-Error-1536x374.jpg 1536w\" sizes=\"(max-width: 1713px) 100vw, 1713px\" \/><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Excel_Lambda_Functions_How_to_Create_the_Multiple_of_Invested_Capital_MOIC_Calculation\"><\/span><strong>Excel Lambda Functions: How to Create the Multiple of Invested Capital (MOIC) Calculation<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The <strong>Multiple of Invested Capital<\/strong> in <a href=\"https:\/\/breakingintowallstreet.com\/kb\/leveraged-buyouts-and-lbo-models\/\" target=\"_blank\" rel=\"noopener\">leveraged buyout models<\/a>, <a href=\"https:\/\/breakingintowallstreet.com\/kb\/real-estate-modeling\/\" target=\"_blank\" rel=\"noopener\">real estate models<\/a>, and <a href=\"https:\/\/breakingintowallstreet.com\/kb\/project-finance\/\" target=\"_blank\" rel=\"noopener\">project finance models<\/a> gives you the ratio of the cash flows plus the exit value of an investment to the upfront purchase price.<\/p>\n<p>For example, if a PE firm acquires a company for $200, earns $50 in cash flows from it, and sells it for $350, the Multiple of Invested Capital is ($50 + $350) \/ $200 = 2.0x.<\/p>\n<p>You can use several formulas and rules of thumb to link this MOIC to the <a href=\"https:\/\/breakingintowallstreet.com\/kb\/leveraged-buyouts-and-lbo-models\/how-to-calculate-irr-manually\/\" target=\"_blank\" rel=\"noopener\">internal rate of return (IRR)<\/a> and estimate the <strong>average annualized return<\/strong> based on the holding period.<\/p>\n<p>Normally, you use the SUMIF or SUMIFS function to calculate the MOIC in Excel:<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-31937 size-full\" title=\"Standard MOIC Formula\" src=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054314\/03-Standard-MOIC-Formula.jpg\" alt=\"Standard MOIC Formula\" width=\"1652\" height=\"599\" srcset=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054314\/03-Standard-MOIC-Formula.jpg 1652w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054314\/03-Standard-MOIC-Formula-300x109.jpg 300w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054314\/03-Standard-MOIC-Formula-1024x371.jpg 1024w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054314\/03-Standard-MOIC-Formula-768x278.jpg 768w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054314\/03-Standard-MOIC-Formula-1536x557.jpg 1536w\" sizes=\"(max-width: 1652px) 100vw, 1652px\" \/><\/p>\n<p>But you could rewrite this as a Lambda function as follows:<\/p>\n<p>=LAMBDA(Range,-SUMIF(Range,&#8221;&gt;0&#8243;,Range)\/SUMIF(Range,&#8221;&lt;=0&#8243;,Range))(F76:K76)<\/p>\n<p>Then, you could open the Name Manager with Ctrl + F3, enter this function <em>without<\/em> the input parameters at the end, and name it \u201cMOIC\u201d:<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-31938\" title=\"MOIC Function in Name Manager\" src=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054512\/04-MOIC-Function-in-Name-Manager.jpg\" alt=\"MOIC Function in Name Manager\" width=\"600\" height=\"468\" srcset=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054512\/04-MOIC-Function-in-Name-Manager.jpg 966w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054512\/04-MOIC-Function-in-Name-Manager-300x234.jpg 300w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054512\/04-MOIC-Function-in-Name-Manager-768x599.jpg 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>And now you can use this function wherever you want in this file by typing =MOIC and entering the range of cells in the parentheses.<\/p>\n<div class='code-block code-block-4' style='margin: 8px 0; clear: both;'>\n<div class=\"kb-adinsert-modal\">\n    <div class=\"kb-adinsert-top\">\n      <div class=\"media\">\n          <img decoding=\"async\" class=\"alignnone size-full wp-image-28448\" src=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2024\/05\/07054849\/Excel-VBA-Ico.png\" alt=\"Excel & VBA\" width=\"128\" height=\"128\" \/>\n      <\/div>\n      <div class=\"content\">\n          <h3>Learn Excel Shortcuts, Formulas, Graphs, Data, and VBA for Automation<\/h3>\n      <\/div>\n    <\/div>\n    \n    <div class=\"full_text\">\n    \t<ul>\n        \t<li>\n            \t<h4>Become a shortcut, formula & formatting machine<\/h4>\n              <p>Excel will be your \u201cnative language\u201d after you finish this course<\/p>\n\t\t\t    <\/li>\n          <li>\n          \t<h4>Learn the skills with dozens of practice exercises<\/h4>\n            <p>Learn by doing and check your work against the solutions<\/p>\n\t\t\t    <\/li>\n          <li>\n          \t<h4>Shave hours off your workday with VBA and macros<\/h4>\n            <p>Automate repetitive tasks, format spreadsheets quickly, and more\n\n<\/p>\n\t\t\t  <\/li>\n      <\/ul>\n        \n      <a class=\"cta-link orange-button-medium\" href=\"https:\/\/breakingintowallstreet.com\/excel-vba\/\" target=\"_blank\">Full Details<\/a>\n      \n      <a class=\"cta-link orange-button-medium bg-blue\" href=\"https:\/\/biws-support.s3.us-east-1.amazonaws.com\/Course-Outlines\/Excel-VBA-Course-Outline.pdf\" target=\"_blank\" rel=\"noopener\">Short Outline<\/a>\n    <\/div>\n<\/div>\n<\/div>\n\n<h2><span class=\"ez-toc-section\" id=\"Error-Checking_the_MOIC_Lambda_Function\"><\/span><strong>Error-Checking the MOIC Lambda Function<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>This function \u201cworks,\u201d but it would be better if you did some basic error-checking as well.<\/p>\n<p>For example, the calculations make sense only if there is at least one positive number and one negative number in the range, so that you can check for both conditions:<\/p>\n<p>IF(AND(COUNTIF(Range,&#8221;&lt;0&#8243;)&gt;=1,COUNTIF(Range,&#8221;&gt;0&#8243;)&gt;=1)<\/p>\n<p>And then you could add this error-checking to the Lambda function:<\/p>\n<p>=LAMBDA(Range,IF(AND(COUNTIF(Range,&#8221;&lt;0&#8243;)&gt;=1,COUNTIF(Range,&#8221;&gt;0&#8243;)&gt;=1),-SUMIF(Range,&#8221;&gt;0&#8243;,Range)\/SUMIF(Range,&#8221;&lt;=0&#8243;,Range),&#8221;Range must have at least 1 positive and 1 negative number in it.&#8221;))(F76:K76)<\/p>\n<p>In the Name Manager, as always, you leave out the input parameters at the end:<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-31939\" title=\"MOIC Lambda Function with Error Checking\" src=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054448\/05-MOIC-Function-with-Error-Checking.jpg\" alt=\"MOIC Lambda Function with Error Checking\" width=\"600\" height=\"468\" srcset=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054448\/05-MOIC-Function-with-Error-Checking.jpg 966w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054448\/05-MOIC-Function-with-Error-Checking-300x234.jpg 300w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054448\/05-MOIC-Function-with-Error-Checking-768x599.jpg 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>If you now apply this MOIC function to an invalid range, the error message will appear:<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-31940 size-full\" title=\"Lambda Function with Invalid Data\" src=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054511\/06-Lambda-Function-Error-Checking.jpg\" alt=\"Lambda Function with Invalid Data\" width=\"1643\" height=\"687\" srcset=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054511\/06-Lambda-Function-Error-Checking.jpg 1643w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054511\/06-Lambda-Function-Error-Checking-300x125.jpg 300w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054511\/06-Lambda-Function-Error-Checking-1024x428.jpg 1024w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054511\/06-Lambda-Function-Error-Checking-768x321.jpg 768w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054511\/06-Lambda-Function-Error-Checking-1536x642.jpg 1536w\" sizes=\"(max-width: 1643px) 100vw, 1643px\" \/><\/p>\n<p>There is no error message in the standard SUMIF version since you have not added the error-checking there.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"How_to_Extend_the_Lambda_Function_Even_Further\"><\/span><strong>How to Extend the Lambda Function Even Further<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>This function is useful but still not ideal because it does not check for \u201cnumbers\u201d that are dates (they\u2019re stored the same way in Excel), and it does not exclude text.<\/p>\n<p>You could also check for issues such as the first negative number in the range preceding the first positive number to ensure that the series represents an investment followed by positive cash flows.<\/p>\n<p>Unfortunately, some of these cases are cumbersome to check within the Lambda function interface; <a href=\"https:\/\/breakingintowallstreet.com\/kb\/excel\/excel-vba-programming\/\" target=\"_blank\" rel=\"noopener\">VBA<\/a> is more appropriate for this type of nuanced error-checking.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"The_Drawbacks_of_Excel_Lambda_Functions\"><\/span><strong>The Drawbacks of Excel Lambda Functions<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>First, it is a bit cumbersome to <strong>edit<\/strong> Lambda functions because of how far they scroll over in the Formula Bar:<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-31941 size-full\" title=\"Excel Lambda Functions Editing\" src=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054536\/07-Editing-Lambda-Functions.jpg\" alt=\"Excel Lambda Functions Editing\" width=\"1937\" height=\"433\" srcset=\"https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054536\/07-Editing-Lambda-Functions.jpg 1937w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054536\/07-Editing-Lambda-Functions-300x67.jpg 300w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054536\/07-Editing-Lambda-Functions-1024x229.jpg 1024w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054536\/07-Editing-Lambda-Functions-768x172.jpg 768w, https:\/\/biwsuploads-assest.s3.amazonaws.com\/biws\/wp-content\/uploads\/2025\/10\/08054536\/07-Editing-Lambda-Functions-1536x343.jpg 1536w\" sizes=\"(max-width: 1937px) 100vw, 1937px\" \/><\/p>\n<p>You can improve this by using the Alt + Enter shortcut to add line breaks in between parts of the function and expanding the Formula Bar area.<\/p>\n<p>Second, even if you change the input interface in this way, it\u2019s still not ideal for entering complicated conditions or calculations.<\/p>\n<p>Yes, people on Reddit have used Lambda functions to do amazing things in Excel, but many of these examples do not follow \u201cbest practices\u201d \u2013 i.e., someone else looking at the functions would be confused about the intent and function setup.<\/p>\n<p>Finally, Lambda functions are <strong>not portable<\/strong> because they exist in the Name Manager, which is linked to each Excel file.<\/p>\n<p>So, if you create a series of useful Lambda functions, you\u2019ll have to copy and paste them from the Name Manager in one file to any other files you\u2019re using.<\/p>\n<p>It\u2019s not like the <a href=\"https:\/\/breakingintowallstreet.com\/kb\/excel\/investment-banking-excel-shortcuts\/\" target=\"_blank\" rel=\"noopener\">Quick Access Toolbar (QAT)<\/a> or VBA code that you can import by default whenever you open <em>any<\/em> file in Excel.<\/p>\n<p>The <strong>bottom line<\/strong> is that Lambda functions have their uses in financial modeling, but they\u2019re not necessarily a significant improvement over standard VBA and macros for creating user-defined functions \u2013 but they are more user-friendly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Excel, you can use Lambda functions to create your own custom functions outside the normal built-in ones; you can then assign names to these functions in the Name Manager and use them throughout your file without writing any code.<\/p>\n","protected":false},"featured_media":0,"template":"","class_list":["post-31934","biws_kb","type-biws_kb","status-publish","hentry","kb_category-excel"],"acf":[],"_links":{"self":[{"href":"https:\/\/breakingintowallstreet.com\/wp-json\/wp\/v2\/biws_kb\/31934","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/breakingintowallstreet.com\/wp-json\/wp\/v2\/biws_kb"}],"about":[{"href":"https:\/\/breakingintowallstreet.com\/wp-json\/wp\/v2\/types\/biws_kb"}],"wp:attachment":[{"href":"https:\/\/breakingintowallstreet.com\/wp-json\/wp\/v2\/media?parent=31934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}