<?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: Grace Njeri</title>
    <description>The latest articles on DEV Community by Grace Njeri (@njelin).</description>
    <link>https://dev.to/njelin</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%2F3952255%2F041a541b-e92b-4f8b-af8c-5e430b0c3ecf.jpg</url>
      <title>DEV Community: Grace Njeri</title>
      <link>https://dev.to/njelin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/njelin"/>
    <language>en</language>
    <item>
      <title>How Excel is Used in Real-World Data Analysis</title>
      <dc:creator>Grace Njeri</dc:creator>
      <pubDate>Sun, 07 Jun 2026 09:37:36 +0000</pubDate>
      <link>https://dev.to/njelin/how-excel-is-used-in-real-world-data-analysis-466h</link>
      <guid>https://dev.to/njelin/how-excel-is-used-in-real-world-data-analysis-466h</guid>
      <description>&lt;p&gt;Data analysis is at the heart of how we spot patterns and improve&lt;br&gt;
systems today. Tools like Python, SQL, Power BI, and Tableau are&lt;br&gt;
everywhere in the data world, but Excel has held its ground as the&lt;br&gt;
starting point for anyone getting into data work, and there is a&lt;br&gt;
reason for that.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is Excel?
&lt;/h2&gt;

&lt;p&gt;Excel is a spreadsheet built on a grid of rows and columns. You use&lt;br&gt;
it to organize, format, and calculate data. For analysts it is where&lt;br&gt;
messy raw data gets sorted out, numbers get worked through, and&lt;br&gt;
everything gets turned into something that actually makes sense to&lt;br&gt;
look at.&lt;/p&gt;




&lt;h2&gt;
  
  
  Ways Excel is Used in Real-World Data Analysis
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Data Cleaning
&lt;/h3&gt;

&lt;p&gt;Raw data is almost never clean. Names are misspelled, IDs get&lt;br&gt;
duplicated, spacing is off, values go missing. None of that is&lt;br&gt;
unusual, it is just the reality of working with real data. Before&lt;br&gt;
any analysis happens the data has to be honest, because if the data&lt;br&gt;
is wrong the results will be too.&lt;/p&gt;

&lt;p&gt;Functions like &lt;code&gt;PROPER()&lt;/code&gt; and &lt;code&gt;TRIM()&lt;/code&gt; are some of the basic tools&lt;br&gt;
that help get data into a state where you can actually work with it.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Financial Reporting
&lt;/h3&gt;

&lt;p&gt;Every business, big or small, needs to know where the money is&lt;br&gt;
going. Excel makes that straightforward. &lt;code&gt;SUM()&lt;/code&gt; adds up a range of&lt;br&gt;
numbers, &lt;code&gt;AVERAGE()&lt;/code&gt; finds the mean, and once the calculations are&lt;br&gt;
done the data can be turned into charts and dashboards that tell the&lt;br&gt;
story of the business clearly. Not everyone in the room is an&lt;br&gt;
analyst, but everyone can read a chart.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Business Decision Making
&lt;/h3&gt;

&lt;p&gt;Clean data presented well becomes a decision making tool. What do&lt;br&gt;
customers want? What is working? What needs to change? Sorting&lt;br&gt;
figures from highest to lowest or filtering by region can take&lt;br&gt;
thousands of rows and turn them into something focused and&lt;br&gt;
answerable. That is really what data is for, helping people make&lt;br&gt;
better calls.&lt;/p&gt;




&lt;h2&gt;
  
  
  Excel Features I Have Learned and How They Apply
&lt;/h2&gt;

&lt;p&gt;Three features that have stood out to me are conditional formatting,&lt;br&gt;
data validation, and cell referencing.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Conditional formatting&lt;/strong&gt; highlights cells based on rules you set
yourself. If a number drops below a certain point it turns red. You
do not have to go looking for the problem, the spreadsheet shows you.&lt;/li&gt;
&lt;/ul&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Data validation&lt;/strong&gt; controls what can be entered into a cell. Set up&lt;br&gt;
a dropdown list and whoever is filling in the data picks from&lt;br&gt;
approved options only. It keeps things consistent and cuts down on&lt;br&gt;
errors from the start.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cell referencing&lt;/strong&gt; is one of those things that sounds complicated&lt;br&gt;
but is pretty straightforward once you try it. A relative reference&lt;br&gt;
like &lt;code&gt;A1&lt;/code&gt; shifts when you copy a formula somewhere else. An absolute&lt;br&gt;
reference like &lt;code&gt;$A$1&lt;/code&gt; stays put. Knowing which one to use and when&lt;br&gt;
changes how you build spreadsheets entirely.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  How Learning Excel Changed the Way I See Data
&lt;/h2&gt;

&lt;p&gt;Learning Excel has totally changed the way I see data. It is&lt;br&gt;
particularly interesting when you imagine how human beings have&lt;br&gt;
always been trying to make sense of numbers, figures, and records.&lt;br&gt;
From spreadsheets 1.0, the clay tablets in Mesopotamia used to track&lt;br&gt;
grain harvests, livestock, and taxes, to the Excel we have come to&lt;br&gt;
learn and use in the 21st century, the need has always been the same.&lt;/p&gt;

&lt;p&gt;Excel has shown me that data is, in many ways, a form of memory.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Memories of trade, communities, and societies.&lt;br&gt;
Memories that remind us to look into the past and not repeat its mistakes.&lt;br&gt;
Memories that enable us to understand the present.&lt;br&gt;
Memories that remind us to prepare and look into the future with hope.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>beginners</category>
      <category>datascience</category>
      <category>microsoft</category>
      <category>career</category>
    </item>
  </channel>
</rss>
