0
0
Excelspreadsheet~20 mins

Formula structure (=, cell references) in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Formula Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
What is the result of this formula?
Given the following values in Excel:

A1 = 10
B1 = 5

What is the result in cell C1 if the formula =A1 + B1 * 2 is entered?
A20
B30
C15
D25
Attempts:
2 left
💡 Hint
Remember the order of operations: multiplication happens before addition.
Function Choice
intermediate
2:00remaining
Which formula correctly adds values from cells A1 and B1?
You want to add the values in cells A1 and B1 in Excel. Which formula will do this correctly?
A=SUM(A1 B1)
BA1 + B1
C=A1 + B1
D=ADD(A1,B1)
Attempts:
2 left
💡 Hint
Formulas in Excel must start with an equal sign and use correct syntax.
🎯 Scenario
advanced
2:00remaining
Fix the formula to correctly multiply cell A2 by 3
You entered A2 *3 in cell B2 but it shows an error. Which corrected formula will work?
A=A2*3
B=A2 * 3
C=A2 *3
DA2 * 3
Attempts:
2 left
💡 Hint
Check for spaces and the equal sign at the start.
📊 Formula Result
advanced
2:00remaining
What is the output of this formula with mixed references?
Given:
A1 = 4
B1 = 6

What is the result of the formula =A1 + $B$1 when copied from C1 to C2?
A10 in both C1 and C2
B10 in C1 and 6 in C2
C4 in C1 and 6 in C2
D10 in C1 and 16 in C2
Attempts:
2 left
💡 Hint
Remember $ locks the cell reference when copying formulas.
data_analysis
expert
3:00remaining
How many cells contain formulas after copying?
You have a formula =SUM(A1:A3) in cell B1.
You copy this formula down to B3.

How many cells in B1:B3 contain formulas that sum exactly three cells?
A1
B2
C0
D3
Attempts:
2 left
💡 Hint
Check how the range changes when copying formulas down.