In this article, you will learn the REDUCE formula and how it works in Google Sheets. This function is meant to be used with the LAMBDA function. The REDUCE formula process each value in a selected range through the LAMBDA function and returns the total cumulative number in a cell. So, the REDUCE function is similar to the SCAN function. The difference between the two formulas is that the REDUCE function only shows the total cumulative figure in a cell. In contrast, the SCAN function presents the total and intermediate cumulative numbers in a range.
The REDUCE function is beneficial when you want to process some input values through a formula and calculate the total accumulate number. As the REDUCE function doesn’t show intermediate cumulative results after each calculation for an input value, it may help you to reduce the amount of information on the Google Sheets.
The generic syntax is as follows:
Initial_value: This is the value the accumulator adds to the sum of all results computed by the LAMBDA function.
Array_or_range: This is a target range or array to each value in which the REDUCE formula applies the LAMBDA formula.
Lambda: You need to define the LAMBDA function with exactly two name arguments and a formula_expression which contains the names such as “LAMBDA(CurrentCumulative, InputValue, CurrentCumulative+InputValue)”. The first name argument corresponds to a current value in an accumulator, and the second one is a placeholder for each value in the chosen array or range. You can also use your Named Functions here.
For example, assume you are a finance manager. You need to know only about the ending cash balance in Dec 2021, but you don’t care about the ending cash position in the other months. The REDUCE function perfectly works for this purpose.
Check the articles below to learn about other LAMBDA helper functions such as MAKEARRAY, MAP, SCAN, BYCOL, and BYROW. Learning how the SCAN function works helps you understand the REDUCE formula well.
How to Use MAP Function in Google Sheets
How to Use MAKEARRAY Function in Google Sheets
How to Use SCAN Function in Google Sheets
How to Use BYCOL Function in Google Sheets
How to Use BYROW Function in Google Sheets
Are you learning this formula to process financial data, build a financial model, or conduct financial analysis? If so, LiveFlow may help you to automate manual workflows and keep numbers updated in real time. For instance, you can easily compare your Budget versus Actual without any manual work. Furthermore, you can access more than fifty templates here, from the simple Income Statement and Operational KPI templates to Multi-Currency Consolidated Income Statement, Balance Sheet, and Cash Flow templates. You can also customize these templates as you want without breaking the automated data inflow.
To learn more about LiveFlow, book a demo.
Learn how to do this step-by-step in the video below 👇