Table of Contents

Array Formulas

This chapter helps you understand array formulas in Excel. Single cell array formulas perform multiple calculations in one cell.

Without Array Formula

Without using an array formula we would execute the following steps to find the greatest progress.

1. First we would calculate the progress of each student.

Step 1 showing progress calculations without Excel Array Formula

2. Next we would use the MAX function to find the greatest progress.

Step 2 showing the use of MAX function without Excel Array Formula

With Array Formula

We don’t need to store the range in column D. Excel can store this range in its memory. A range stored in Excel’s memory is called an array constant.

1. We already know that we can find the progress of the first student by using the formula below.

Step 1 showing progress calculations with Excel Array Formula

2. To find the greatest progress (don’t be overwhelmed) we add the MAX function, replace C2 with C2:C6 and B2 with B2:B6.

Step 2 showing the use of MAX function with Excel Array Formula

3. Finish by pressing CTRL + SHIFT + ENTER.

Step 3 with Excel Array Formula final execution

Note: the formula bar indicates that this is an array formula by enclosing it in curly braces {}. Do not type these yourself. They will disappear when you edit the formula.

Explanation: the range (array constant) is stored in Excel’s memory, not in a range. The array constant looks as follows:

{19;33;63;48;13}

This array constant is used as an argument for the MAX function giving a result of 63.

4. If you’re using Excel 365 or Excel 2021, finish by simply pressing Enter. Bye bye curly braces.

No curly braces needed in Excel 365 or Excel 2021

F9 Key

When working with array formulas, you can have a look at these array constants yourself.

1. Select C2:C6-B2:B6 in the formula.

Selecting references in an array formula

2. Press F9.

Array constant displayed after pressing F9

That looks good. Elements in a vertical array constant are separated by semicolons. Elements in a horizontal array constant are separated by commas.

Leave A Comment

Excel meets AI – Boost your productivity like never before!

At Formulas HQ, we’ve harnessed the brilliance of AI to turbocharge your Spreadsheet mastery. Say goodbye to the days of grappling with complex formulas, VBA code, and scripts. We’re here to make your work smarter, not harder.

Related Articles

The Latest on Formulas HQ Blog