<?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: Melvin</title>
    <description>The latest articles on DEV Community by Melvin (@melvinkeep).</description>
    <link>https://dev.to/melvinkeep</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%2F3952237%2Ff696f977-ca54-40b0-b537-626ed0fbd734.png</url>
      <title>DEV Community: Melvin</title>
      <link>https://dev.to/melvinkeep</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/melvinkeep"/>
    <language>en</language>
    <item>
      <title>How Excel is Used in Real-World Data Analysis</title>
      <dc:creator>Melvin</dc:creator>
      <pubDate>Sat, 06 Jun 2026 16:24:42 +0000</pubDate>
      <link>https://dev.to/melvinkeep/how-excel-is-used-in-real-world-data-analysis-2jcl</link>
      <guid>https://dev.to/melvinkeep/how-excel-is-used-in-real-world-data-analysis-2jcl</guid>
      <description>&lt;p&gt;Microsoft excel is a spreadsheet program used to collect, analyze, store, calculate and visualize data efficiently.&lt;/p&gt;

&lt;h2&gt;
  
  
  Applications of Excel in real-world data analysis
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Making data-driven business decisions&lt;/strong&gt;: Companies usually collect data e.g sales numbers, customer behaviour. Excel allows that data to be cleaned and structured using tables,dashboards,filters and formulas. Once the data is organized, excel supports better decisions by making data easy to clean, visualize and interpret.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Financial reporting:&lt;/strong&gt; Excel plays a critical role in financial reporting by transforming raw data into meaningful insights that helps businesses, stakeholders understand their perfomance and make data-driven decisions. It helps build financial models, create charts and dashboards used for reporting.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Marketing perfomance:&lt;/strong&gt; Excel is used in marketing perfomance to measure results from campaigns like ads, email marketing and monitor engagement rates on social media platforms e.g facebook, instagram. Thus it's used to create charts, and create comparison on perfomance across different campaigns.&lt;/p&gt;
&lt;h2&gt;
  
  
  Formulas and features of Excel i've learned so far:
&lt;/h2&gt;

&lt;p&gt;Example: A(product) B(region) C(sales)&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;SUMIF() function - it is used to add up values that meet specific condition. Example, if you do want to get the total sales of oranges only.
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;=SUMIF(C2:C6,A2:A6,"Orange")

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

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;COUNTIFS() function - it is used to count how many rows meet multiple conditions at the same time. Example, How many times did apple sell in Nairobi?
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;=COUNTIFS(A2:A7,"apple",B2:B7,"Nairobi")

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

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Data validation - it is a feature in excel that controls what type of data can be enterd into a cell. It enables users enter only valid and accurate data. Example, if you only want to enter gender as only male and female.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;In conclusion, learning excel has changed the way I view data because it has shifted my thinking from seeing raw and messy data to seeing cleaned, transformed data that's used in data-driven decion making.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
      <category>datascience</category>
    </item>
  </channel>
</rss>
