<?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: vivian wawira</title>
    <description>The latest articles on DEV Community by vivian wawira (@vivian_wawira_fd491c80596).</description>
    <link>https://dev.to/vivian_wawira_fd491c80596</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4079265%2Fd097409c-2a17-4ce2-bb51-b6bde64e302a.jpg</url>
      <title>DEV Community: vivian wawira</title>
      <link>https://dev.to/vivian_wawira_fd491c80596</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vivian_wawira_fd491c80596"/>
    <language>en</language>
    <item>
      <title>Getting Started with Excel for Data Analytics: From Basics to Data Cleaning.</title>
      <dc:creator>vivian wawira</dc:creator>
      <pubDate>Tue, 08 Sep 2026 20:49:20 +0000</pubDate>
      <link>https://dev.to/vivian_wawira_fd491c80596/getting-started-with-excel-for-data-analytics-from-basics-to-data-cleaning-1ida</link>
      <guid>https://dev.to/vivian_wawira_fd491c80596/getting-started-with-excel-for-data-analytics-from-basics-to-data-cleaning-1ida</guid>
      <description>&lt;h1&gt;
  
  
  Introduction to excel
&lt;/h1&gt;

&lt;p&gt;Microsoft Excel is a spreadsheet that allows one to collect, organize, analyze ,calculate and visualize data in a more efficient manner. When you open excel the first thing you see is a toolbar known as a ribbon, it contains toolbars with various options that helps to make changes on any data presented on the worksheet&lt;br&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fluh1017d7uex6non2g4k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fluh1017d7uex6non2g4k.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Excel workbook
&lt;/h2&gt;

&lt;p&gt;The excel work book has a worksheet that is made of rows and columns, the rows run horizontally and are  numbered(1,2,3...) while the columns run vertically and are named with letters (A,B,B...).On an excel workbook there are several work sheet that you can work from and your required to  name each worksheet for easier reference.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8s913oy196uzlqtg4xds.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8s913oy196uzlqtg4xds.png" alt=" " width="800" height="20"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Data cleaning is an essential step in data analytics. Before any data is analyzed data cleaning must be done to ensure data is accurate and reliable. Data cleaning involves commands like filter, sort, remove duplicates, correct UPPER case, Lower case or Proper case, Aggregating  etc. This clean data helps create correct pivot chart and tables and dashboards for better decision making.                               &lt;/p&gt;

&lt;h4&gt;
  
  
  common dirty data that could be found when data cleaning
&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;1. Duplicates&lt;/strong&gt;&lt;br&gt;
Duplicate rows that repeat the same employee. &lt;br&gt;
Fix: Select all data → Go to Data tab → Click Remove Duplicates.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Irregular Capitalization&lt;/strong&gt;&lt;br&gt;
Names and departments written in different cases like &lt;code&gt;NAIROBI&lt;/code&gt;, &lt;code&gt;nairobi&lt;/code&gt;, &lt;code&gt;Nairobi&lt;/code&gt;.&lt;br&gt;
Fix: Use &lt;code&gt;=PROPER()&lt;/code&gt; for names or &lt;code&gt;=UPPER()&lt;/code&gt; / &lt;code&gt;=LOWER()&lt;/code&gt; to make it consistent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Missing Data / Blanks&lt;/strong&gt;&lt;br&gt;
Some cells were empty, e.g., blank Department or Salary.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Inconsistency in Text&lt;/strong&gt;&lt;br&gt;
Same location or job written differently:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Locations: &lt;code&gt;nainobbi&lt;/code&gt;, &lt;code&gt;Nairobi&lt;/code&gt;, &lt;code&gt;NAIROBI&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Jobs: &lt;code&gt;waitre&lt;/code&gt;, &lt;code&gt;waitress&lt;/code&gt;, &lt;code&gt;watrss&lt;/code&gt;
Fix: Use Find &amp;amp; Replace (&lt;code&gt;Ctrl + H&lt;/code&gt;) or clean with &lt;code&gt;TRIM()&lt;/code&gt; and &lt;code&gt;PROPER()&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Conclusion
&lt;/h4&gt;

&lt;p&gt;Excel is an exciting Microsoft tool that helps us understand how and why things happened . It helps to analyze data and identify problems, progress or solutions. With data cleaning in Excel you able to create correct pivot tables and dashboards for better decision making.&lt;/p&gt;

</description>
      <category>dataanalytics</category>
      <category>learning</category>
      <category>datasceince</category>
      <category>excel</category>
    </item>
  </channel>
</rss>
