DEV Community

Cover image for My Journey Learning Excel for Data Analysis
PHILIP KAPLONG
PHILIP KAPLONG

Posted on

My Journey Learning Excel for Data Analysis

When I first opened Excel, I saw rows and columns.......nothing more.Over the past two weeks ,I have discovered that Excel is a gateway to understanding data, and it's completely transformed how I think about any information that comes across me .

My biggest discovery came when I realized that Excel is a thinking tool and that is because every function that i learnt taught me how to ask better questions of my data.

The Functions That Changed Everything

SUM and AVERAGE were my first steps. I used SUM to find total salary across a quarter and AVERAGE to find the mean performance score of employees. Simple, but suddenly numbers meant something. They told stories.

Then came COUNTIF—a game-changer. When I needed to count how many employees had been promoted after certain period of time , COUNTIF did it instantly. In real business decisions, this becomes powerful: "How many students scored above 80%?" or "Which months had sales below target?" becomes answerable in seconds.

IF statements taught me logic.To some point using IF statement made me feel like i was programming......... just differently.

VLOOKUP and XLOOKUP were humbling. I spent hours getting these wrong, but once they clicked, they unlocked a superpower: matching data across tables.I remember usin it to a match employee performance to trhe payroll

Beyond Formulas

Pivot Tables deserve their own moment. My first pivot table made me pause—rows became columns, data collapsed into summaries, and patterns appeared that were buried in 900 rows. Suddenly, I could answer: "Who are the best performing employees by region?" without manual sorting.

Sorting and Filtering saved me from drowning in data. Filtering to show only Q4 sales, then sorting by revenue, transformed chaos into clarity. It taught me that context matters—the same data tells different stories depending on how you view it.

Conditional Formatting was about communication. Highlighting cells above a threshold in green and below in red makes reports readable. I learned that data analysis isn't just about finding answers—it's about helping others see them too.

Charts brought it home. A bar chart showing quarterly trends is worth a hundred rows of numbers. Pie charts, line graphs, scatter plots—each reveals different truths. Choosing the right chart became about understanding your message.

The Bigger Picture

Learning Excel taught me something unexpected: data lives everywhere. Every spreadsheet has a story. Every number is context waiting to be uncovered. I went from someone who couldn't extract meaning from a dataset to someone who asks questions first, then uses Excel to find answers.

Excel became my bridge from curiosity to competence. It's not just about salary calculations or tracking inventory—it's about empowerment. It's about transforming raw information into decisions that matter.

As I move forward in data analysis, I carry this lesson: master the fundamentals, stay curious, and remember that every formula is a question waiting to be asked. Excel was my first teacher, and it prepared me to see data not as numbers, but as possibilities.

Top comments (0)