MyOnlineTrainingHub - Latest News and Information
  • 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

Technology Pulse

EMAIL DIGESTS

Daily

Every morning

Weekly

Sunday recap

NewsDealsSocialBlogsVideosPodcasts
MyOnlineTrainingHub

MyOnlineTrainingHub

Publication
0 followers

Excel/Power Query/Power BI tutorials for reporting and analytics.

Recent Posts

STOP Writing Multiple Formulas When One Will Do
Video•Feb 17, 2026

STOP Writing Multiple Formulas When One Will Do

The video teaches Excel 365 users how to embed array constants—denoted by curly braces—directly inside functions, turning a single formula into a multi‑value engine. By separating values with semicolons (vertical) or commas (horizontal), functions like DATE, FILTER, CHOOSE, VSTACK, XLOOKUP, SORT and TEXTSPLIT can accept whole lists at once, eliminating repetitive helper columns. Examples include generating quarterly start dates with =DATE(2026,{1;4;7;10},1), extracting HR and IT salaries via FILTER combined with CHOOSE({1,2}), building a department count table with VSTACK and COUNTIF, returning column‑specific not‑found messages in XLOOKUP using {"unknown department","unknown salary"}, and performing multi‑level sorts by passing arrays to SORT’s index and order arguments. These tricks streamline reporting, cut formula clutter, and enable analysts to create dynamic, error‑resistant models faster, a clear productivity boost for any Excel‑heavy organization.

By MyOnlineTrainingHub
Excel Just Made File Imports Ridiculously Simple (New Functions)
Video•Feb 3, 2026

Excel Just Made File Imports Ridiculously Simple (New Functions)

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,...

By MyOnlineTrainingHub