Bird
Raised Fist0
Excelspreadsheet~15 mins

AutoFill and Flash Fill in Excel - Real Business Scenario

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Scenario Mode
👤 Your Role: You are a sales assistant at a retail company.
📋 Request: Your manager wants you to quickly fill in missing data and create a list of customer initials from their full names.
📊 Data: You have a table with customer full names and some missing order quantities. You need to fill missing quantities and extract initials.
🎯 Deliverable: A completed table with all order quantities filled and a new column showing customer initials.
Progress0 / 3 steps
Sample Data
Customer NameOrder Quantity
John Smith5
Mary Johnson
Robert Brown7
Linda Davis
Michael Wilson9
1
Step 1: Use AutoFill to fill missing order quantities by copying the pattern from the previous filled cells.
Select cell B2 (5), drag the fill handle down to B6 to copy the value or pattern.
Expected Result
This copies 5 into B3:B6 (overwriting B4 and B6 partially). AutoFill works for constant values or simple consecutive patterns, but with gaps and existing data, use Flash Fill for better results.
2
Step 2: Use Flash Fill to fill missing order quantities based on a pattern you provide.
In cell B3, type 6 (assuming the pattern is increasing by 1), then press Ctrl+E or Data > Flash Fill.
Expected Result
Flash Fill recognizes the +1 pattern: B3=6, B4=7 (matches existing), B5=8, B6=9 (matches), completing missing order quantities.
3
Step 3: Create a new column 'Initials' to extract initials from 'Customer Name' using Flash Fill.
In cell C2, type 'JS' for John Smith, then select C2 and C3, press Ctrl+E to Flash Fill initials for all customers.
Expected Result
Column C fills with initials: JS, MJ, RB, LD, MW.
Final Result
Customer Name | Order Quantity | Initials
---------------------------------------
John Smith    | 5              | JS
Mary Johnson  | 6              | MJ
Robert Brown  | 7              | RB
Linda Davis   | 8              | LD
Michael Wilson| 9              | MW
AutoFill helps quickly copy or continue data patterns.
Flash Fill can extract or fill data based on examples you provide.
Using these tools saves time and reduces manual entry errors.
Bonus Challenge

Use Flash Fill to separate first and last names into two new columns.

Show Hint
Type the first name in a new column for the first row, then use Flash Fill to complete the column automatically.

Practice

(1/5)
1. What does the AutoFill feature in Excel do when you drag the fill handle down a column?
easy
A. It opens a new worksheet.
B. It deletes the selected cells automatically.
C. It formats the cells with colors and borders.
D. It copies or continues a pattern based on the selected cells.

Solution

  1. Step 1: Understand AutoFill behavior and analyze options

    AutoFill copies or continues a pattern when dragging the fill handle. Only 'It copies or continues a pattern based on the selected cells.' describes this behavior correctly; others describe unrelated actions.
  2. Final Answer:

    It copies or continues a pattern based on the selected cells. -> Option D
  3. Quick Check:

    AutoFill = copy or continue pattern [OK]
Hint: Drag fill handle to copy or continue patterns fast [OK]
Common Mistakes:
  • Thinking AutoFill deletes cells
  • Confusing AutoFill with formatting tools
  • Assuming AutoFill opens new sheets
2. Which keyboard shortcut triggers Flash Fill in Excel to automatically fill data based on a pattern?
easy
A. Ctrl + E
B. Ctrl + C
C. Ctrl + V
D. Ctrl + F

Solution

  1. Step 1: Recall Flash Fill shortcut and verify options

    Flash Fill is triggered by pressing Ctrl + E in Excel. Ctrl + C copies, Ctrl + V pastes, Ctrl + F finds text, so only Ctrl + E fits Flash Fill.
  2. Final Answer:

    Ctrl + E -> Option A
  3. Quick Check:

    Flash Fill shortcut = Ctrl + E [OK]
Hint: Use Ctrl+E to auto-fill based on pattern quickly [OK]
Common Mistakes:
  • Confusing Ctrl+E with copy or paste shortcuts
  • Trying Ctrl+F which is find, not fill
  • Not knowing Flash Fill shortcut
3. You have a column with full names like "John Smith" in column A. You type "John" in B1 and "Smith" in C1. You want to fill columns B and C for all rows using Flash Fill. What will happen if you select B2 and press Ctrl+E?
medium
A. Column B will fill with last names instead of first names.
B. Column B will remain empty because Flash Fill works only on numbers.
C. Column B will fill with first names extracted from column A.
D. Column B will copy the value from B1 to all selected cells.

Solution

  1. Step 1: Understand and apply Flash Fill behavior

    Flash Fill detects patterns like extracting first names from full names. Typing "John" in B1 shows first name pattern from column A; pressing Ctrl+E in B2 fills first names down column B.
  2. Final Answer:

    Column B will fill with first names extracted from column A. -> Option C
  3. Quick Check:

    Flash Fill extracts patterns from text [OK]
Hint: Type example, select next cell, press Ctrl+E to fill pattern [OK]
Common Mistakes:
  • Thinking Flash Fill works only on numbers
  • Expecting Flash Fill to copy exact cell values
  • Confusing first and last name extraction
4. You tried to use Flash Fill to separate dates in column A (like "2024-06-15") into day, month, and year in columns B, C, and D. But after pressing Ctrl+E in column B, nothing happens. What is the most likely reason?
medium
A. You need to use AutoFill instead of Flash Fill for dates.
B. You did not provide an example pattern in the first cell of column B.
C. Flash Fill only works with text, not dates.
D. Flash Fill requires the entire column to be selected before pressing Ctrl+E.

Solution

  1. Step 1: Check Flash Fill requirements and identify issue

    Flash Fill needs an example typed in the first cell (B1) to detect the pattern. Without it, Flash Fill cannot guess what to fill, so nothing happens.
  2. Final Answer:

    You did not provide an example pattern in the first cell of column B. -> Option B
  3. Quick Check:

    Flash Fill needs example input first [OK]
Hint: Always type example before Ctrl+E for Flash Fill [OK]
Common Mistakes:
  • Assuming Flash Fill works without example input
  • Thinking Flash Fill can't handle dates
  • Trying to select whole column before Flash Fill
5. You have a list of email addresses in column A like "jane.doe@example.com". You want to use Flash Fill to extract just the username part (before the @) into column B. You type "jane.doe" in B1 and press Ctrl+E in B2, but Flash Fill fills the entire column with "jane.doe" instead of extracting usernames. What should you do to fix this?
hard
A. Type the correct username for B2 manually, then press Ctrl+E again.
B. Use AutoFill by dragging the fill handle instead of Flash Fill.
C. Format column B as text before using Flash Fill.
D. Select the entire column B before pressing Ctrl+E.

Solution

  1. Step 1: Understand Flash Fill pattern learning and how to fix

    Flash Fill learns patterns from examples in consecutive cells. Typing only B1 causes it to copy that value; type correct username in B2 manually, then press Ctrl+E to learn the extraction pattern and fill correctly.
  2. Final Answer:

    Type the correct username for B2 manually, then press Ctrl+E again. -> Option A
  3. Quick Check:

    Flash Fill needs multiple examples to learn pattern [OK]
Hint: Give Flash Fill 2+ examples to learn pattern well [OK]
Common Mistakes:
  • Using AutoFill instead of Flash Fill for pattern extraction
  • Not typing second example to guide Flash Fill
  • Thinking formatting affects Flash Fill behavior