Introduction: When Excel Was Just “That Spreadsheet Tool”
For a long time, Excel was just…there.
In my sales career, I deal with numbers everyday - prices, qualities, customer orders, gas cylinder tracking but I was not using Excel. I was just entering data and hoping for the best.
If I needed totals, I would calculate manually.
If I needed insights, I would scan on rows endlessly.
I’d question myself every now and then before decision making and unsure in guiding my team.
It was frustrating.
What surprised me the most is my biggest problem was not data but the lack of understanding of Excel.
Once I started learning Excel properly, everything changed. I moved from simply collecting data to actually understand it but also using it to make proper business decisions.
What is Excel (Beyond the Basics)?
Microsoft Excel is more than just a spreadsheet tool.
It helps you store data, organize information, perform calculations, analyze patterns, make decisions faster and to turn the raw data into insights.
My Biggest Challenge: Working Without Structure
This is how my workflow looked like before learning Excel:
• Data scattered across sheets
• No consistent formatting
• Manual calculations everywhere
• Difficulty tracking performance
It wasn’t efficient and it definitely was not scalable
My first lesson? Good data structure is very important.
Organizing Data the Right Way
I learned how to structure data properly using:
• Clear column headers (e.g., Product, Price, Quantity, Revenue)
• Consistent formats (currency, percentages)
• Clean tables
This alone made my work easier to read and analyze.
Formulas: The Turning Point
Formulas were the moment Excel clicked for me.
Instead of doing calculations manually, I could let Excel do the heavy lifting.
1. Calculating Revenue
Revenue = B2 * C2
This simple formula calculates:
Revenue = Quantity × Price

This is something I use constantly in sales.
2. Using SUM for Totals
=SUM (D2:D6)
Instead of adding numbers one by one, Excel does it instantly.

3. Finding Average
=AVERAGE (B2:B6)
This helps answer questions like:
• What’s the average revenue?

Logical Thinking with IF Statements
One of the most powerful things I learned was the IF function.
It allows Excel to make decisions.
Example: Categorizing Sales Performance
=IF(C2>50000, "High", "Low")
This automatically classifies performance.
In real-world use, I can:
• Identify top-performing products
• Flag low-performing ones
• Make faster decisions
Example: Rating Categories
=IF (E2<3,"Poor", IF(E2<4.5,"Average","Excellent"))
This creates meaningful categories from raw numbers.
Data Cleaning: Fixing the Mess
I learned how to clean data using:
• Find & Replace (Ctrl + H)
• Removing duplicates
• Converting text to numbers
• Formatting currency (KSh) properly
For example:
• Removing “KSh” from price columns
• Fixing inconsistent formats
This step is critical because it helps make proper decisions.
Sorting and Filtering: Finding What Matters
Instead of scrolling endlessly, I learned to:
Sort Data
• Highest to lowest price
• Best to worst performance
Filter Data
• Show only high discounts
• Show only top-rated products
This makes analysis faster and more focused.
Pivot Tables: The Real Game Changer
If there’s one feature that completely changed how I work, it’s Pivot Tables.
Before:
• Slow analysis
• High chance of errors
After:
• Interactive analysis
• Clear insights
Example:
With a Pivot Table, I can quickly see:
• Total sales per product
• Average ratings
• Discount trends
All in seconds.
Data Visualization: Making Data Speak
Numbers alone can be hard to be understood.
Charts make everything clearer.
Common charts I learned:
• Bar charts → Compare products
• Pie charts → Show proportions
• Scatter plots → Show relationships
Real Example:
• Discounts vs Customer Reviews
• Ratings vs Engagement
These visuals help:
• Communicate insights
• Support decisions
• Present data clearly
Conditional Formatting: Seeing Problems Instantly
This was one of my favorite features.
Conditional formatting allows Excel to:
• Highlight important values
• Show trends visually
Instead of scanning data manually, Excel does it for you.
Real Impact: How Excel Changed My Work
After learning Excel, I noticed a major shift:
Before:
• Guessing trends
• Manual calculations
• Slow reporting
After:
• Data-driven decisions
• Automated calculations
• Faster insights
Now I can:
• Track performance easily
• Analyze pricing strategies
• Identify opportunities quickly
Excel didn’t just improve my workflow—it improved how I think about data.
Final Thoughts: Excel is a Must-Have Skill
Excel is not just for analysts or accountants.
It’s for:
• Sales professionals
• Business owners
• Students
• Anyone working with data
What started as a frustrating tool became one of the most powerful skills I’ve learned.
If you’re a beginner, my advice is simple:
• Start with basics
• Practice formulas
• Work with real data
Because once it clicks, everything changes.
Top comments (0)