<?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: Steve Mwangi</title>
    <description>The latest articles on DEV Community by Steve Mwangi (@steve_m).</description>
    <link>https://dev.to/steve_m</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%2F3952218%2Fafc3fc63-038a-4b47-aca6-986b363b3077.png</url>
      <title>DEV Community: Steve Mwangi</title>
      <link>https://dev.to/steve_m</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/steve_m"/>
    <language>en</language>
    <item>
      <title>How Excel is Used in Real-World Data Analysis</title>
      <dc:creator>Steve Mwangi</dc:creator>
      <pubDate>Sat, 06 Jun 2026 15:06:41 +0000</pubDate>
      <link>https://dev.to/steve_m/how-excel-is-used-in-real-world-data-analysis-42kg</link>
      <guid>https://dev.to/steve_m/how-excel-is-used-in-real-world-data-analysis-42kg</guid>
      <description>&lt;p&gt;I have began my journey as a beginner in the data analysis field by learning excel. I have previously used excel to store data but never really considered put my mind on how excel is used in the broader perspective of data analysis and the process it takes to collect, organize, validate and process data to extract information.&lt;/p&gt;

&lt;p&gt;This journey began with a simple question.&lt;/p&gt;

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

&lt;p&gt;Excel is an electronic spreadsheet software created by Microsoft. A spreadsheet is an application software used to organize, analyze and present data in an intersecting two-dimensional grid of rows and columns.&lt;/p&gt;

&lt;p&gt;Excel has become an industry standard for handling data as it provides a variety of tools and features for data collection, organization,  visualization and analysis.&lt;/p&gt;

&lt;h3&gt;
  
  
  Excel features
&lt;/h3&gt;

&lt;p&gt;Excel provides for one to operate on data through functions/formulas. &lt;br&gt;
A function is a special routine built into the worksheet that enable one to perform complex tasks in a standardized manner. &lt;/p&gt;
&lt;h4&gt;
  
  
  Form of an excel function
&lt;/h4&gt;

&lt;p&gt;An excel function is composed of four parts:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Equal sign (=) - Used to initialize the formula.&lt;/li&gt;
&lt;li&gt;Function name - It is a descriptive term that identifies the operation to be performed.&lt;/li&gt;
&lt;li&gt;Parenthesis () - used to contain the function arguments.&lt;/li&gt;
&lt;li&gt;Arguments - Outlines the range of cells the formula will act on and the conditions to be imposed.
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  =Function name(arguments)

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;Excel functions can be classified into: &lt;/p&gt;

&lt;p&gt;Statistical functions &lt;br&gt;
Used to perform statistical computations such as mean, median and mode.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;=COUNT(Range)
=COUNTIF(Range, "criteria")
=AVERAGE(Range)
=AVERAGEIF(Criteria range, "criteria", Average range)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Aggregate functions&lt;br&gt;
Used to perform arithmetic, conditional sums and products, exponents and logarithms operations.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;=SUM(Sum cell range)
=PRODUCT(Product cell range)
=SQRT(Square root cell range)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Text functions&lt;br&gt;
Used to perform operations on text data.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;=LOWER(Range)
=UPPER(Range)
=CLEAN(Range)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Excel as a data analytic tool
&lt;/h2&gt;

&lt;p&gt;After getting a proper understanding of what excel is and how to use it, the next step is to learn how we use these tools to perform data analysis. However, we must begin with knowing what data analysis is.&lt;/p&gt;

&lt;p&gt;Data analysis is the process of inspecting, cleaning, transforming and modelling data with the goal of discovering useful information, informing conclusions and supporting decision making in an organization.&lt;/p&gt;

&lt;p&gt;Excel is utilized to achieve this in a variety of sectors such as the healthcare, financial, marketing environment, etc. to perform various data analytic operations such as: &lt;/p&gt;

&lt;p&gt;Descriptive Analysis&lt;br&gt;
This is analysis that is done to figure out what happened. This is used in the health sector in situations where it is necessary to track the infection rates of communicable diseases in a region region, such as during the covid-19 pandemic where infection records were tracked on a daily basis.&lt;/p&gt;

&lt;p&gt;Diagnostic analysis&lt;br&gt;
This is the use of excel functions to go through data to determine why something occurred. This is used in the business sector to outline changes in the business operations, such as changes in the volume of sales, through excel data presentation tools such as charts and graphs.&lt;/p&gt;

&lt;p&gt;Predictive Analysis&lt;br&gt;
This involves the use of excel to form projections about the future based on the data. This is used in financial sector to produce possible future investment predictions in a market that is being considered. This is achieved in excel through What-If analysis and Forecast sheets. &lt;/p&gt;

&lt;h2&gt;
  
  
  Personal reflection
&lt;/h2&gt;

&lt;p&gt;I have spent a week going through excel and learning on how to use it as more than a spreadsheet to hold data. This has led me to discovering the various ways excel provides to engage with data through formulas, sorts, merges and filters to view and produce information for my needs. I have learnt how to validate and clean data so as to ensure data meets the analytic standards.&lt;/p&gt;

&lt;p&gt;I believe understanding the use of excel as a data analysis tool is a valuable skill for me as I continue my journey as a data analyst and will provide me with a solid foundation to work with other data tools and platforms in the future.&lt;/p&gt;

</description>
      <category>analytics</category>
      <category>datascience</category>
      <category>data</category>
    </item>
  </channel>
</rss>
