Useful Data Tips

Flash Fill in Excel: Auto-Fill Patterns

⏱️ 24 sec read πŸ“Š Excel

Flash Fill automatically detects patterns in your data and fills remaining cells. It's like magicβ€”no formulas needed for splitting names, formatting text, or combining columns.

How to Use Flash Fill

Method 1: Keyboard Shortcut
1. Type one or two examples
2. Press Ctrl + E

Method 2: Menu
1. Type examples
2. Data tab β†’ Flash Fill

Method 3: Auto-detect
Start typing next example, Excel suggests pattern

Example 1: Split Full Names

Column A (Full Name) β†’ Column B (First Name)
John Smith           β†’ John
Jane Doe             β†’ Type "Jane"
Bob Johnson          β†’ Press Ctrl+E

Excel fills: Bob, Alice, etc. for all rows

Example 2: Combine Columns

Column A    Column B    β†’ Column C (Combined)
John        Smith       β†’ John Smith
Jane        Doe         β†’ Type "Jane Doe"
Bob         Johnson     β†’ Press Ctrl+E

Result: All names combined automatically

Example 3: Format Phone Numbers

Column A         β†’ Column B (Formatted)
5551234567       β†’ (555) 123-4567
5559876543       β†’ Type "(555) 987-6543"
5552468135       β†’ Press Ctrl+E

All numbers formatted consistently

Example 4: Extract Text

Extract Email Domains

Column A                  β†’ Column B (Domain)
[email protected]           β†’ gmail.com
[email protected]             β†’ Type "yahoo.com"
[email protected]       β†’ Press Ctrl+E

All domains extracted

Extract from Addresses

Column A (Full Address)              β†’ Column B (City)
123 Main St, Boston, MA 02108        β†’ Boston
456 Oak Ave, Seattle, WA 98101       β†’ Type "Seattle"
789 Elm Rd, Austin, TX 78701         β†’ Press Ctrl+E

Example 5: Format Dates

Column A         β†’ Column B (Formatted)
1/15/2024        β†’ January 15, 2024
2/20/2024        β†’ Type "February 20, 2024"
3/10/2024        β†’ Press Ctrl+E

All dates reformatted to long format

Example 6: Add Prefixes/Suffixes

Column A (ID)    β†’ Column B (Full ID)
001              β†’ EMP-001
002              β†’ Type "EMP-002"
003              β†’ Press Ctrl+E

Result: EMP-001, EMP-002, EMP-003, ...

Example 7: Clean Data

Remove Extra Spaces

Column A              β†’ Column B (Cleaned)
  John   Smith        β†’ John Smith
  Jane    Doe         β†’ Type "Jane Doe"
   Bob  Johnson       β†’ Press Ctrl+E

Capitalize Properly

Column A         β†’ Column B (Title Case)
john smith       β†’ John Smith
JANE DOE         β†’ Type "Jane Doe"
bob johnson      β†’ Press Ctrl+E

Example 8: Extract Numbers

Column A                 β†’ Column B (Numbers Only)
Order #12345             β†’ 12345
Invoice-67890            β†’ Type "67890"
Ref: 11111               β†’ Press Ctrl+E

Tips for Success

Flash Fill Limitations

When to Use Flash Fill vs Formulas

Use Flash Fill When: Use Formulas When:
One-time data transformation Data updates regularly
Pattern is complex to code Need dynamic updates
Quick ad-hoc cleaning Reusable process
Importing external data Live calculations

Pro Tip: Flash Fill is perfect for one-time data cleaning tasks. For recurring transformations, use formulas or Power Query. Always verify Flash Fill resultsβ€”it's smart but not perfect!

← Back to Excel Tips