Finance Videos
  • All Technology
  • AI
  • Autonomy
  • B2B Growth
  • Big Data
  • BioTech
  • ClimateTech
  • Consumer Tech
  • Crypto
  • Cybersecurity
  • DevOps
  • Digital Marketing
  • Ecommerce
  • EdTech
  • Enterprise
  • FinTech
  • GovTech
  • Hardware
  • HealthTech
  • HRTech
  • LegalTech
  • Nanotech
  • PropTech
  • Quantum
  • Robotics
  • SaaS
  • SpaceTech
AllNewsDealsSocialBlogsVideosPodcastsDigests

Finance Pulse

EMAIL DIGESTS

Daily

Every morning

Weekly

Sunday recap

NewsDealsSocialBlogsVideosPodcasts
FinanceVideosExcel Data Cleaning Trick💡for Uneven Rows of Data #EXCEL
Finance

Excel Data Cleaning Trick💡for Uneven Rows of Data #EXCEL

•February 20, 2026
0
Chandoo
Chandoo•Feb 20, 2026

Why It Matters

Automating the conversion of irregular vertical lists into structured tables saves analysts hours of manual cleanup, enhancing data accuracy and speeding up business reporting.

Key Takeaways

  • •Use LET to define data and delimiter variables efficiently.
  • •Replace blank cells with a unique placeholder like 'xxx' before processing.
  • •Append a distinct delimiter (e.g., $$$$) to each entry for splitting.
  • •Combine all rows with CONCAT, then split using TEXTSPLIT function.
  • •Enable TEXTSPLIT's ignore‑empty option and pad width to clean final table.

Summary

The video demonstrates a practical Excel formula chain for turning uneven, single‑column data into a clean multi‑column table. By leveraging the LET function, the presenter creates local variables for the raw data and a custom delimiter, then substitutes empty cells with a unique placeholder ("xxx") and appends a four‑dollar‑sign token that does not appear elsewhere in the dataset.

The core steps involve concatenating the modified rows into one long string, feeding that string into TEXTSPLIT, and using the dollar token as the column delimiter while the placeholder marks missing values. The author also shows how to activate TEXTSPLIT’s ignore‑empty flag and set a pad‑width of blank cells, which removes stray #N/A entries and aligns rows into a tidy table.

Key moments include the line, "If data is equal to nothing, then we want to return a special variable like xxx," and the visual confirmation that the combined string, once split, yields the desired four‑ or five‑column layout without manual copy‑pasting. The demonstration underscores how a few nested functions can replace labor‑intensive data‑cleaning steps.

For analysts and business users, this technique streamlines the transformation of irregular data feeds into structured tables, cutting down on manual effort, reducing errors, and accelerating downstream reporting and analysis.

Original Description

Day 41
Use this mind-boggling formula trick to quickly clean up messy data in Excel
0

Comments

Want to join the conversation?

Loading comments...