<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ian Githu</title>
    <description>The latest articles on DEV Community by Ian Githu (@datawithian).</description>
    <link>https://dev.to/datawithian</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3952239%2F5e008a00-991e-4c64-8ba0-38aa85eaa125.png</url>
      <title>DEV Community: Ian Githu</title>
      <link>https://dev.to/datawithian</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/datawithian"/>
    <language>en</language>
    <item>
      <title>How Excel is used in Real-World Data Analysis</title>
      <dc:creator>Ian Githu</dc:creator>
      <pubDate>Sat, 06 Jun 2026 14:45:56 +0000</pubDate>
      <link>https://dev.to/datawithian/how-excel-is-used-in-real-world-data-analysis-3hig</link>
      <guid>https://dev.to/datawithian/how-excel-is-used-in-real-world-data-analysis-3hig</guid>
      <description>&lt;p&gt;Every once in a while, you will hear the catchy phrase "data is the new gold." This is because organizations and businesses are using data to make decisions, solve problems, and develop actionable insights. Often, the available datasets are messy. Programs such as Microsoft Excel exist to transform the raw, messy data into meaningful insights that can be used to make data-driven decisions.&lt;/p&gt;

&lt;p&gt;As a beginner learning data analytics, I have encountered Excel as one of the tools required for my day-to-day activities. I have gained valuable knowledge on cleaning datasets, analyzing, and uncovering trends. In this article, I'll share what I've learnt in my first week, showcase the various uses of Excel in real-world data analysis, features and formulas that I have learnt so far, and give a personal reflection of how learning Excel has changed the way I see data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Excel?&lt;/strong&gt;&lt;br&gt;
Microsoft Excel is a spreadsheet software tool that organizes data into rows and columns, making it easier to manage large amounts of information. It allows users to collect, organize, perform calculations, analyze the available trends, and create visualizations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How Excel is used in real-world data analysis&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;1. Supporting business decisions&lt;/strong&gt;&lt;br&gt;
Businesses encounter large amounts of data from customer information, sales records, and inventory entries. Excel helps businesses to track sales performance and monitor the inventory stock levels. By tracking sales, they can analyze customer behavior and identify trends and patterns common to their customers. For example, an electronic retail business can analyze its monthly sales data to identify which products are fast-moving, which generate the most revenue, and which need improvement. These insights help the owners make informed business decisions. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Financial reporting&lt;/strong&gt;&lt;br&gt;
Companies use Excel for financial analysis; they track income and expenses, prepare monthly financial reports, monitor cash flow, compare the actual spending against budgets, and predict future revenues. This analysis helps organizations prepare sensible budgets, understand how changes in pricing may affect profitability, identify overspending, and make adjustments accordingly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3&lt;/strong&gt;. &lt;strong&gt;Measuring market performance&lt;/strong&gt;&lt;br&gt;
Digital marketers collect data from websites, social media platforms, and online ads. They use Excel to organize this information and analyze campaign performance. They track website visits, customer sign-ups, advertising costs, and conversion rates. The insights are then used to identify trends and compare various campaign results to determine which campaigns yield the highest return on investment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Project management&lt;/strong&gt;&lt;br&gt;
Excel is used to plan timelines, allocate tasks, and monitor progress. With a feature like conditional formatting, one can easily highlight overdue tasks. Projects are handled more efficiently.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features and Formulas I've learned so far&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;During my first week, I explored some important Excel features that help with data cleaning and organization:&lt;br&gt;
&lt;strong&gt;. Excel interface-&lt;/strong&gt;understanding Excel's structure: rows, columns, cells&lt;br&gt;
&lt;strong&gt;. Entering and Editing Data-&lt;/strong&gt;understanding the supported data types, which include: &lt;strong&gt;Text&lt;/strong&gt;, &lt;strong&gt;Numbers&lt;/strong&gt;, &lt;strong&gt;Dates&lt;/strong&gt;, &lt;strong&gt;Formulas&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;. Data sorting-&lt;/strong&gt;which means arranging data in a specific order, either &lt;strong&gt;ascending&lt;/strong&gt;(A-Z or smallest to largest) or &lt;strong&gt;descending&lt;/strong&gt; (Z-A or largest to smallest).&lt;br&gt;
&lt;strong&gt;. Data filtering-&lt;/strong&gt;It allows one to display only the rows that meet certain criteria and hide the rest temporarily.*&lt;strong&gt;&lt;em&gt;_&lt;br&gt;
*&lt;/em&gt;. Data validation-&lt;/strong&gt;It allows one to restrict the type of data users can input into a cell.&lt;br&gt;
&lt;strong&gt;. Freezing panes-&lt;/strong&gt;Freeze panes are used to keep headers or important columns in view as you scroll, especially for large data sets.&lt;br&gt;
&lt;strong&gt;. Data formatting-&lt;/strong&gt;&lt;strong&gt;Number formatting&lt;/strong&gt; changes how numbers display without altering their actual value. It improves readability and meaning.&lt;br&gt;
&lt;strong&gt;Conditional formatting&lt;/strong&gt; Highlights cells automatically based on rules or criteria, helping spot trends or outliers.&lt;br&gt;
&lt;strong&gt;. Removing duplicates-&lt;/strong&gt;Duplicate data leads to errors in analysis.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Formulas learnt so far&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;SUM()&lt;/strong&gt;&lt;br&gt;
The SUM function adds a range of numbers together&lt;br&gt;
May be used to calculate the total sales or revenue in a business&lt;br&gt;
&lt;strong&gt;AVERAGE()&lt;/strong&gt;&lt;br&gt;
It calculates the mean value of a dataset&lt;br&gt;
Used to find employee performance score&lt;br&gt;
&lt;strong&gt;MIN()&lt;/strong&gt;&lt;br&gt;
It finds the smallest number &lt;br&gt;
Can be used to find the youngest employee in an organization&lt;br&gt;
&lt;strong&gt;MAX()&lt;/strong&gt;&lt;br&gt;
It finds the largest number&lt;br&gt;
Can be used to find the age of the oldest employee in a company&lt;br&gt;
&lt;strong&gt;COUNT()&lt;/strong&gt;&lt;br&gt;
Counts how many numbers are in a range&lt;br&gt;
&lt;strong&gt;COUNTBLANK()&lt;/strong&gt;&lt;br&gt;
It counts the empty cells&lt;br&gt;
Used to identify missing data&lt;br&gt;
&lt;strong&gt;COUNTIF()&lt;/strong&gt; and &lt;strong&gt;COUNTIFS()&lt;/strong&gt;&lt;br&gt;
These functions count records that meet specific conditions&lt;br&gt;
Example: counting employees in a department who are of a certain gender or age&lt;br&gt;
&lt;strong&gt;MODE()&lt;/strong&gt;&lt;br&gt;
It identifies the most frequently occurring value&lt;br&gt;
&lt;strong&gt;MEDIAN()&lt;/strong&gt;&lt;br&gt;
It returns the middle value in a dataset&lt;br&gt;
It helps in understanding data distributions&lt;br&gt;
&lt;strong&gt;SUMIF and SUMIFS&lt;/strong&gt;&lt;br&gt;
These functions add values based on the specified criteria.&lt;br&gt;
Can be used to calculate the total sales of a particular product based on its location&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My personal reflection: How learning Excel changed the way I see data&lt;/strong&gt;&lt;br&gt;
Excel has helped me understand that every data set contains valuable information. Simple actions such as identifying missing values and calculating the sum, averages, mean, and mode can reveal meaningful insights. It has made me understand the importance of cleaning, standardizing, and validating data before doing analysis. Errors in a dataset can lead to inaccurate conclusions. I understand that data can tell stories, reveal patterns, and support real-world decisions. Excel is indeed a powerful tool that transforms raw data into actionable insights.&lt;/p&gt;

&lt;p&gt;Indeed, Excel has been an eye-opener on how I view data analysis; it's not just about numbers but asking the important questions and making better decisions. I'm looking forward to diving deeper into Excel and exploring this powerful tool.&lt;/p&gt;

</description>
      <category>dataanalysis</category>
      <category>datascience</category>
      <category>excel</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
