0
0
Excelspreadsheet~5 mins

Array formulas basics in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an array formula in Excel?
An array formula is a special formula that can perform multiple calculations on one or more sets of values, returning either a single result or multiple results.
Click to reveal answer
beginner
How do you enter an array formula in Excel?
You enter an array formula by typing the formula and then pressing Ctrl + Shift + Enter instead of just Enter. Excel will show the formula enclosed in curly braces {}.
Click to reveal answer
beginner
What does the curly braces {} around a formula mean in Excel?
Curly braces around a formula mean it is an array formula. You cannot type these braces manually; Excel adds them when you enter the formula with Ctrl + Shift + Enter.
Click to reveal answer
beginner
Give a simple example of an array formula that sums the product of two ranges A1:A3 and B1:B3.
The formula is =SUM(A1:A3*B1:B3). Enter it with Ctrl + Shift + Enter. It multiplies each pair of cells and sums the results.
Click to reveal answer
beginner
What is the difference between a regular formula and an array formula?
A regular formula works on single values or cells, while an array formula can work on multiple values or ranges at once, performing calculations on each element.
Click to reveal answer
How do you correctly enter an array formula in Excel?
APress Enter
BPress Ctrl + Shift + Enter
CPress Shift + Enter
DPress Ctrl + Enter
What do curly braces {} around a formula indicate?
AThe formula is an array formula
BThe formula is a comment
CThe formula is a text string
DThe formula is an error
Which of these formulas is an example of an array formula?
A=A1+B1
B=SUM(A1:A3)+SUM(B1:B3)
C=SUM(A1:A3*B1:B3)
D=AVERAGE(A1:A3)
What happens if you type an array formula but press only Enter?
AThe formula works as a regular formula, usually incorrect
BThe formula works as an array formula
CExcel shows an error
DExcel automatically converts it to array formula
Array formulas can return:
ANo results
BMultiple results
COnly one result
DEither one or multiple results
Explain what an array formula is and how to enter it in Excel.
Think about formulas that work on many cells at once.
You got /3 concepts.
    Describe a simple use case where an array formula is helpful.
    Imagine you want to multiply prices by quantities and add them up.
    You got /3 concepts.