0
0
Excelspreadsheet~20 mins

AutoFill and Flash Fill in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
AutoFill and Flash Fill Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
1:30remaining
AutoFill Series Output
You enter the number 2 in cell A1 and 4 in cell A2. Then you select both cells and drag the fill handle down to cell A5 using AutoFill. What will be the value in cell A5?
A10
B2
C6
D8
Attempts:
2 left
💡 Hint

AutoFill detects the pattern between the first two cells.

🎯 Scenario
intermediate
1:30remaining
Using Flash Fill to Extract Initials
You have full names in column A (e.g., "John Doe") starting from A2. You want to use Flash Fill in column B to get initials (e.g., "JD"). What should you enter in B2 before using Flash Fill?
AJohn D
BJ D
CJohnDoe
DJD
Attempts:
2 left
💡 Hint

Flash Fill learns from the example you provide.

📊 Formula Result
advanced
2:00remaining
AutoFill Date Series Behavior
You enter the date 01/01/2024 in cell A1 and 01/03/2024 in cell A2. You select both cells and drag the fill handle down to A5. What date will appear in cell A5?
A01/09/2024
B01/11/2024
C01/07/2024
D01/05/2024
Attempts:
2 left
💡 Hint

Look at the difference in days between the first two dates.

Function Choice
advanced
2:00remaining
Best Method to Separate First Names Using Flash Fill
You have full names in column A (e.g., "Alice Johnson") and want to fill column B with only the first names using Flash Fill. Which of the following steps is correct?
AType the full name again in B2, then drag the fill handle down.
BType the first name in B2, then press Ctrl+E to apply Flash Fill.
CUse the formula =LEFT(A2, FIND(" ", A2)-1) in B2 and drag down.
DCopy column A to B and then delete last names manually.
Attempts:
2 left
💡 Hint

Flash Fill shortcut is Ctrl+E after typing an example.

data_analysis
expert
2:30remaining
Analyzing AutoFill Behavior with Mixed Data
You have the following data in column A: A1=100, A2=200, A3=Text, A4=400. You select A1:A4 and drag the fill handle down to A8. What will be the value in cell A8?
A700
B600
CText
DError
Attempts:
2 left
💡 Hint

AutoFill tries to detect a pattern but stops when data types differ.