Excel Single Cell Array Formula
Excel Single Cell Array Formula Menu Lifewire Tech for Humans Newsletter! Search Close GO Software & Apps > MS Office
(D1 * E1) + (D2 * E2) + (D3 * E3) 02 of 04
D1 - 2
D2 - 3
D3 - 6
E1 - 4
E2 - 5
E3 - 8
03 of 04
Excel Single Cell Array Formula
Learn how to create an array formula
By Ted French Ted French Writer Former Lifewire writer Ted French is a Microsoft Certified Professional who teaches and writes about spreadsheets and spreadsheet programs. lifewire's editorial guidelines Updated on March 1, 2020 Tweet Share Email Manuel Breva Colmeiro / Getty Images Tweet Share Email MS Office Excel Word Powerpoint Outlook In Excel, an array formula is a formula that carries out calculations on one or more elements in an array. Array formulas in Excel are surrounded by curly braces "{ } ". These are added to a formula by pressing the CTRL+SHIFT+ENTER keys after typing the formula into a cell or cells. Instructions in this article apply to Excel for Outlook 365, Outlook 2019, 2016, 2013, and 2010.Types of Array Formulas
There are two types of array formulas - those that are located in multiple cells in a worksheet (multi-cell array formula) and those located in a single cell (single cell array formula). 01 of 04How a Single Cell Array Formula Works
A single cell array formula differs from regular Excel formulas in that it performs multiple calculations in one cell in a worksheet without the need for nesting functions. Single cell array formulas usually first carry out a multi-cell array calculation — such as multiplication — and then use a function such as or AVERAGE or SUM to combine the output of the array into a single result. In the image above, the array formula first multiplies together those elements in the two ranges D1:D3 and E1:E3 that reside in the same row in the worksheet. The results of these multiplication operations are then added together by the SUM function. Another way of writing the above array formula would be:(D1 * E1) + (D2 * E2) + (D3 * E3) 02 of 04
Entering the Tutorial Data
To begin the tutorial it is necessary to enter our data into an Excel worksheet as seen in the image above. Cell DataD1 - 2
D2 - 3
D3 - 6
E1 - 4
E2 - 5
E3 - 8
03 of 04