2 min read

My first lesson on Excel for data analysis.

My first lesson on Excel for data analysis.

I’ve recently embraced a new direction in my professional journey, moving fully into the field of Data Analysis. I’m currently deep in a comprehensive one-year career program with Newto Training. This journey covers seven intensive training modules and real-world projects, all designed to lead toward a CompTIA and Microsoft certification. It’s about more than just numbers; it’s about finding the story within the data.

The Crack

Stepping into Data Analysis in Excel felt a bit like approaching a vast, empty landscape. But as I broke down the Basics of Excel this week, I realised it’s not about forcing the data; it’s about setting up the right environment for the data to organise itself.

Excel is more than just a calculator; it’s a platform to "beautify" and present information through charts and tables. Here is how I learned to stop fighting the cells and start flowing with them.


Step 1 - The Art of Effortless Action (Fill & Flash Fill)

There is a concept called Wu Wei—'effortless action'. Excel’s Fill features are exactly that. Instead of manual labour, we use shortcuts to let the pattern continue naturally:

  • Ctrl + D fills a column downwards instantly.
  • Ctrl + R fills the row to the right.
  • Flash Fill is even more intuitive; it detects a consistent pattern as you type and provides suggestions to complete the rest of the cells for you.

Step 2 - Shifting Perspectives (Split & Transpose)

Sometimes data is stuck in a form that doesn't serve its purpose. I learned how to transform it without losing its essence:

  • Splitting: Using Text to Column, we can take a single string of data (like "Jack,Smith,contosoltd") and use delimiters to gracefully split it into its own space.
  • Transposing: If a horizontal view isn't working, we can rotate columns and rows. Whether through Paste Special or the =TRANSPOSE() formula, we can shift the entire orientation of our dataset.

Step 3 - Creating Order from Chaos (Tables & Filtering)

A messy dataset is just potential waiting for structure. By converting data into a Table format (Ctrl + T), the spreadsheet gains a sense of order.

  • Automation: Pressing Alt + = calculates totals for months instantly, filling values from October to December.
  • Total Rows: By simply clicking the Design tab, you can add a total row that allows you to filter based on Sum, Average, or other functions.
  • Sorting: You can guide the data from A-Z or Z-A, making the hidden patterns visible.+1

Step 4 - Maintaining Boundaries (Data Validation)

To keep the "flow" pure, we use Data Validation to create drop-down menus. By setting up a List, we ensure that only the correct "Departments"—like Produce, Meat, or Bakery—can enter the space. It prevents errors before they even happen.


I gained a significant amount of knowledge from this lesson. Some sections felt familiar, reminding me of my experiences with Excel during my school days. However, I also encountered several new concepts and features that I hadn’t learned before. These discoveries expanded my understanding of the program and its capabilities, making the lesson both a review and a valuable learning opportunity.

Lesson Reflect:

  • Flow Mastery: 8/10
  • Structural Harmony: 6/10
  • Technical Clarity: 7/10
  • Error Prevention: 8/10
  • Real-World Readiness: 5/10

Total Certification Path Score: 34/50