Excel Just Made File Imports Ridiculously Simple (New Functions)

MyOnlineTrainingHub
MyOnlineTrainingHubFeb 3, 2026

Why It Matters

The functions let analysts ingest external data with a single, auditable formula, accelerating reporting cycles and improving transparency for finance and business teams.

Key Takeaways

  • IMPORTCSV and IMPORTTEXT functions load files directly via formulas.
  • All import parameters are explicit, visible, and easily adjustable.
  • Functions support delimiters, fixed-width, row skipping, encoding, and locale.
  • Data refreshes through Excel’s Data → Refresh All, like connections.
  • Use IMPORT functions for clean CSV/text; Power Query for complex transformations.

Summary

Microsoft Excel has added two native functions—IMPORTCSV and IMPORTTEXT—that let users pull data from CSV and plain‑text files directly into a worksheet using a single formula.

Both functions accept a file path (local or URL) and expose optional arguments for delimiter, fixed‑width positions, rows to skip, rows to take, text encoding and regional locale. The author demonstrates importing a four‑column CSV with =IMPORTCSV("C:\\Data\\sales.csv") and a space‑delimited text file with =IMPORTTEXT(..., " ") while tweaking delimiter and encoding settings. Unlike Power Query, there is no hidden preview pane; the formula bar shows the exact source and parameters.

Because the functions return arrays, the data can be piped into other dynamic formulas. The video shows a LET block that captures IMPORTTEXT output and feeds it to GROUPBY, choosing columns with CHOOSECOLS and summing sales. The result spills onto the sheet and updates with a simple Refresh All.

The author advises using IMPORTCSV/IMPORTTEXT for clean, single‑source files where transparency is paramount, and reserving Power Query for multi‑source merges, complex cleaning, or database connections. This shift toward formula‑driven imports streamlines reporting pipelines, reduces reliance on the query editor, and makes data lineage easier to audit.

Original Description

Excel has just made Power Query optional with these new functions: IMPORTCSV and IMPORTTEXT.
⬇️ Download the example file here and follow along: https://bit.ly/import26file
▶️ Excel LET Function video: https://youtu.be/5eOII3sq8wY
👩‍🏫 Join my Excel and Power BI courses: https://bit.ly/import26courses
Excel has two new functions that make importing data from CSV and Text files super easy and most importantly, completely transparent.
Don’t get me wrong, Power Query is still my favourite tool for gathering and cleaning data, but CSV and Text Files are typically already clean, so Power Query can feel like overkill.
Plus, if anything goes wrong down the track, the Power Query settings are all encoded in the query editor, which can be daunting to try and troubleshoot.
Whereas with these new functions, the encoding and structure are explicit, visible and easy to control.
LEARN MORE
===========
📰 EXCEL NEWSLETTER - join 450K+ subscribers here: https://www.myonlinetraininghub.com/excel-newsletter-sign-up
🎯 FOLLOW me on LinkedIn: https://www.linkedin.com/in/myndatreacy/
💬 EXCEL QUESTIONS: Get help on our Excel Forum: https://www.myonlinetraininghub.com/excel-forum
#Excel #ExcelFunctions #PowerQuery

Comments

Want to join the conversation?

Loading comments...