<?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: Adrian Mageto</title>
    <description>The latest articles on DEV Community by Adrian Mageto (@adrian_mageto).</description>
    <link>https://dev.to/adrian_mageto</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%2F4070904%2F9ae7b655-6643-43d1-b5bb-3a87d0ce00ac.png</url>
      <title>DEV Community: Adrian Mageto</title>
      <link>https://dev.to/adrian_mageto</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adrian_mageto"/>
    <language>en</language>
    <item>
      <title>Getting started with Excel for Data Analytics: From Basics to Data Cleaning</title>
      <dc:creator>Adrian Mageto</dc:creator>
      <pubDate>Sat, 29 Aug 2026 23:57:19 +0000</pubDate>
      <link>https://dev.to/adrian_mageto/getting-started-with-excel-for-data-analytics-from-basics-to-data-cleaning-3ecg</link>
      <guid>https://dev.to/adrian_mageto/getting-started-with-excel-for-data-analytics-from-basics-to-data-cleaning-3ecg</guid>
      <description>&lt;h1&gt;
  
  
  Introduction
&lt;/h1&gt;

&lt;p&gt;Excel is a program developed by Microsoft. Excel is used to organize data in column and rows and allows you to do mathematical functions.&lt;/p&gt;

&lt;p&gt;Excel is typically used for :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cleaning data&lt;/li&gt;
&lt;li&gt;Data entry &lt;/li&gt;
&lt;li&gt;Visuals and graphs&lt;/li&gt;
&lt;li&gt;Financial modeling&lt;/li&gt;
&lt;li&gt;Data analysis&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Overview
&lt;/h2&gt;

&lt;p&gt;This chapter is to give you an overview of Excel. Excel is made up of the Ribbon and the Sheet.&lt;/p&gt;

&lt;p&gt;At the picture below, the ribbon is marked with a red rectangle and the sheet is marked with a green rectangle:&lt;/p&gt;

&lt;p&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%2F0fjilfi55jp7ubcnbko9.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%2F0fjilfi55jp7ubcnbko9.png" alt="Excel spreadsheet showing the ribbon highlighted in a red rectangle" width="799" height="417"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;h2&gt;
  
  
  Ribbon
&lt;/h2&gt;

&lt;p&gt;The ribbon contains App launcher, Tabs ,Commands as shown in the picture below.&lt;/p&gt;

&lt;p&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%2F2d07oaw4es9zckjqeubm.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%2F2d07oaw4es9zckjqeubm.png" alt=" " width="800" height="161"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Sheet Explained
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;Sheet&lt;/strong&gt; is a set of row and columns. It forms the same pattern as we have in math exercise books, the rectangle boxes formed by the pattern are called cells.&lt;br&gt;
Have a look at the picture below. Hello World was typed in cell &lt;em&gt;C4&lt;/em&gt;. The reference can be found by clicking on the relevant cell and seeing the reference in the &lt;strong&gt;Name Box&lt;/strong&gt; to the left, which tells you the cell address is &lt;em&gt;C4&lt;/em&gt;.&lt;/p&gt;

&lt;p&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%2Feuv9hlc8kem9yrcc103n.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%2Feuv9hlc8kem9yrcc103n.png" alt=" " width="800" height="441"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Data Types
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Text: Aligned to the left by default.&lt;/li&gt;
&lt;li&gt;Numbers: Aligned to the right by default used in numeric calculations.&lt;/li&gt;
&lt;li&gt;Currency: Formatted numbers displaying currency symbols or standard calender dates.&lt;/li&gt;
&lt;li&gt;Percentanges: Decimal values  displayed as parts of 100.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Data Organization :Sorting, Filtering and Tables
&lt;/h2&gt;

&lt;p&gt;This allows for quick exploration without changing the original values. &lt;/p&gt;

&lt;h2&gt;
  
  
  Sorting and Filtering
&lt;/h2&gt;

&lt;p&gt;Ranges can be sorted using the*&lt;em&gt;Sort Ascending&lt;/em&gt;* and &lt;strong&gt;Sort Descending&lt;/strong&gt; commands.&lt;br&gt;
&lt;strong&gt;Sort Ascending&lt;/strong&gt;: from smallest to largest.&lt;br&gt;
&lt;strong&gt;Sort Descending&lt;/strong&gt;: from largest to smallest.&lt;br&gt;
The sort command work for text too, using A-Z order.&lt;br&gt;
The commands are found in the Ribbon under the &lt;strong&gt;Sort &amp;amp; Filter&lt;/strong&gt; menu.&lt;/p&gt;

&lt;p&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%2Fwdhdj14qkkxnx3p9pyca.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%2Fwdhdj14qkkxnx3p9pyca.png" alt="Excel spreadsheet showing how data is sorted" width="800" height="240"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This also means that numbers can also be sorted according to the formatted data type whether: dates, currency or age.&lt;/p&gt;

&lt;h3&gt;
  
  
  Filtering
&lt;/h3&gt;

&lt;p&gt;Filter is similar to formatting a table, but it can be applied and deactivated.&lt;br&gt;
The menu is accessed in the default Ribbon view or in the data section in the navigation bar. &lt;br&gt;
Filters are applied by selecting a range and clicking the filter command.&lt;br&gt;
It is important to have a row of headers when applying filters. Having headers is useful to make the data understandable.&lt;/p&gt;

&lt;p&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%2Fxkuv7f5mut2srr1lxfkl.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%2Fxkuv7f5mut2srr1lxfkl.png" alt="An excel mock dataset used to show how to filter the data" width="800" height="319"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Data Cleaning Tools
&lt;/h2&gt;

&lt;p&gt;Important Data Cleaning techniques:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Handle missing values: Filter to isolate blank cells, or highlight them.&lt;/li&gt;
&lt;li&gt;Removing Duplicates: Select your table go to Data&amp;gt; Remove Duplicates, and choose key columns.&lt;/li&gt;
&lt;li&gt;Trimming Extra Spaces: Using the function &lt;code&gt;=TRIM(cell address)&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Using the Find &amp;amp; Replace command&lt;code&gt;(CTRL+H)&lt;/code&gt;to swap out typos or unnecessary additional texts.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;###Excel Conditional Formatting&lt;br&gt;
Conditional formatting is used to change the appearance of cells in range based on your specified &lt;strong&gt;conditions&lt;/strong&gt;.&lt;br&gt;
The conditions are rules based on specified numerical values or matching text.&lt;/p&gt;

&lt;p&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%2F2ojjrk47cs6n8o65x40j.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%2F2ojjrk47cs6n8o65x40j.png" alt="Built-in conditions and appearances " width="439" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Conditional formatting is used to :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Highlight duplicate cells.&lt;/li&gt;
&lt;li&gt;Highlight blank cells.&lt;/li&gt;
&lt;li&gt;Highlight values above or below a certain number.&lt;/li&gt;
&lt;li&gt;Can be used to create data bars and set icons.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Data Validation
&lt;/h2&gt;

&lt;p&gt;Feature used to control and restrict the type of data entered into a cell.&lt;br&gt;
Data Validation can be used to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create drop-down lists&lt;/li&gt;
&lt;li&gt;Allow only whole numbers within a specific range.&lt;/li&gt;
&lt;li&gt;Restrict entries  to dates or specific texts lengths.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  PivotTable
&lt;/h2&gt;

&lt;p&gt;Is a functionality in Excel which helps you organize and analyze data.&lt;br&gt;
It lets you add and remove values, perform calculations, and filter and sort data sets.&lt;br&gt;
To create one ;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Click on a data set, and select &lt;code&gt;Insert &amp;gt; PivotTable&lt;/code&gt;.
PivotTables have components:&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Columns
&lt;/h3&gt;

&lt;p&gt;Columns are vertical tabular data.&lt;br&gt;
The column includes the unique header, which is on the top.&lt;br&gt;
The header defines which data you are seeing listed downwards. &lt;/p&gt;

&lt;h3&gt;
  
  
  Rows
&lt;/h3&gt;

&lt;p&gt;Rows are horizontal tabular data.&lt;br&gt;
Data in the same row are related.&lt;/p&gt;

&lt;h3&gt;
  
  
  Filters
&lt;/h3&gt;

&lt;p&gt;Filters are used to select what data you see.&lt;/p&gt;

&lt;h3&gt;
  
  
  Values
&lt;/h3&gt;

&lt;p&gt;Values define how you present the data.&lt;br&gt;
You can define how you Summarize and Show values.&lt;/p&gt;

&lt;h2&gt;
  
  
  Fields and layout
&lt;/h2&gt;

&lt;p&gt;The TablePivot is displayed how by your settings.&lt;br&gt;
The PivotTable Fields panel is used to change how you see the data.&lt;br&gt;
The settings can be separated in two: Fields and Layout.&lt;/p&gt;

&lt;p&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%2Fpx7twkejyrafcrkuambz.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%2Fpx7twkejyrafcrkuambz.png" alt="Data set showing the pivottable field layout" width="800" height="312"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Fields
&lt;/h3&gt;

&lt;p&gt;The checkboxes can be selected or unselected to display or change the property of the data.&lt;/p&gt;

&lt;p&gt;In this example, the checkbox for Speed is selected.&lt;/p&gt;

&lt;p&gt;Speed is now displayed in the table.&lt;/p&gt;

&lt;p&gt;![ ](&lt;a href="https://dev-to-uploads.s3.us-east-2.amazonaws.com" rel="noopener noreferrer"&gt;https://dev-to-uploads.s3.us-east-2.amazonaws.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can click the downwards arrow to change how the data is presented.&lt;/p&gt;

&lt;p&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%2F69gedk5opneqn3yl6qn4.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%2F69gedk5opneqn3yl6qn4.png" alt=" " width="463" height="486"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Layout
&lt;/h3&gt;

&lt;p&gt;Drag and drop fields to the boxes to the right to display data in the table.&lt;/p&gt;

&lt;p&gt;You can drag them to the four different boxes that we mentioned earlier (four main components):&lt;/p&gt;

&lt;p&gt;Filters&lt;br&gt;
Rows&lt;br&gt;
Columns&lt;br&gt;
Values&lt;/p&gt;

&lt;p&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%2Fuykclb145msyj4dmi1il.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%2Fuykclb145msyj4dmi1il.png" alt=" " width="444" height="466"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Excel Functions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  AVERAGE Function
&lt;/h3&gt;

&lt;p&gt;The AVERAGE function is a premade function in Excel, which calculates the average (arithmetic mean).&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=AVERAGE()&lt;/code&gt;&lt;br&gt;
`&lt;br&gt;
It adds the range and divides it by the number of observations.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;The average of (2, 3, 4) is 3.&lt;br&gt;
3 observations (2, 3 and 4)&lt;br&gt;
The sum of the observations (2 + 3 + 4 = 9)&lt;br&gt;
(9 / 3 = 3)&lt;br&gt;
The average is 3&lt;/p&gt;

&lt;h3&gt;
  
  
  CONCAT function
&lt;/h3&gt;

&lt;p&gt;CONCAT is a function in Excel and is short for concatenate.&lt;/p&gt;

&lt;p&gt;The CONCAT function is used to link multiple cells without adding any delimiters between the combined cell values.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=CONCAT()&lt;/code&gt;&lt;br&gt;
`&lt;/p&gt;

&lt;h3&gt;
  
  
  COUNT Function
&lt;/h3&gt;

&lt;p&gt;The COUNT function is a premade function in Excel, which counts cells with numbers in a range.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=COUNT()&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Note: The COUNT function only counts cells with numbers, not cells with letters. &lt;/p&gt;

&lt;h3&gt;
  
  
  COUNTA Function
&lt;/h3&gt;

&lt;p&gt;The COUNTA function is a premade function in Excel, which counts all cells in a range that has values, both numbers and letters.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=COUNTA()&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  COUNTBLANK Function
&lt;/h3&gt;

&lt;p&gt;The &lt;strong&gt;COUNTBLANK&lt;/strong&gt; function is a premade function in Excel, which counts blank cells in a range.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=COUNTBLANK()&lt;/code&gt;&lt;br&gt;
`&lt;br&gt;
&lt;strong&gt;Note&lt;/strong&gt;: The &lt;strong&gt;COUNTBLANK&lt;/strong&gt; function is helpful to find empty cells in a range.&lt;/p&gt;

&lt;h3&gt;
  
  
  COUNTIF Function
&lt;/h3&gt;

&lt;p&gt;The COUNTIF function is a premade function in Excel, which counts cells as specified.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=COUNTIF()&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  COUNTIFS
&lt;/h3&gt;

&lt;p&gt;The COUNTIFS function is a premade function in Excel, which counts cells in a range based on one or more true or false condition.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=COUNTIFS&lt;/code&gt;:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;=COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2], ...)&lt;/code&gt;&lt;br&gt;
The conditions are referred to as critera1, criteria2, .. and so on, which can check things like:&lt;/p&gt;

&lt;p&gt;If a number is greater than another number &amp;gt;&lt;br&gt;
If a number is smaller than another number &amp;lt;&lt;br&gt;
If a number or text is equal to something =&lt;br&gt;
The criteria_range1, criteria_range2, and so on, are the ranges where the function check for the conditions.&lt;/p&gt;

&lt;h3&gt;
  
  
  SUMIF Function
&lt;/h3&gt;

&lt;p&gt;The SUMIF function is a premade function in Excel, which calculates the sum of values in a range based on a true or false condition.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=SUMIF&lt;/code&gt;:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;=SUMIF(range, criteria, [sum_range])&lt;br&gt;
&lt;/code&gt;The condition is referred to as criteria, which can check things like:&lt;/p&gt;

&lt;p&gt;If a number is greater than another number &amp;gt;&lt;br&gt;
If a number is smaller than another number &amp;lt;&lt;br&gt;
If a number or text is equal to something =&lt;br&gt;
The [sum_range] is the range where the function calculates the sum.      &lt;/p&gt;

&lt;h3&gt;
  
  
  SUMIFS Function
&lt;/h3&gt;

&lt;p&gt;The SUMIFS function is a premade function in Excel, which calculates the sum of a range based on one or more true or false condition.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=SUMIFS&lt;/code&gt;:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;=SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2] ...)&lt;/code&gt;&lt;br&gt;
The conditions are referred to as criteria1, criteria2, and so on, which can check things like:&lt;/p&gt;

&lt;p&gt;If a number is greater than another number &amp;gt;&lt;br&gt;
If a number is smaller than another number &amp;lt;&lt;br&gt;
If a number or text is equal to something =&lt;br&gt;
The criteria_range1, criteria_range2, and so on, are the ranges where the function check for the conditions.&lt;/p&gt;

&lt;p&gt;The [sum_range] is the range where the function calculates the sum.&lt;/p&gt;

&lt;h3&gt;
  
  
  SUM Function
&lt;/h3&gt;

&lt;p&gt;The SUM function is a premade function in Excel, which adds numbers in a range.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=SUM&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Note: The &lt;code&gt;=SUM&lt;/code&gt; function adds cells in a range, both negative and positive.&lt;/p&gt;

&lt;p&gt;How to use the &lt;code&gt;=SUM&lt;/code&gt; function:&lt;/p&gt;

&lt;p&gt;Select a cell&lt;br&gt;
Type &lt;code&gt;=SUM&lt;/code&gt;&lt;br&gt;
Double click the SUM command&lt;br&gt;
Select a range&lt;br&gt;
Hit enter&lt;/p&gt;

&lt;h3&gt;
  
  
  MAX Function
&lt;/h3&gt;

&lt;p&gt;The MAX function is a premade function in Excel, which finds the highest number in a range.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=MAX&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  MIN Function
&lt;/h3&gt;

&lt;p&gt;The MIN function is a premade function in Excel, which finds the lowest number in a range.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=MIN&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  MODE Function
&lt;/h3&gt;

&lt;p&gt;The MODE function is a premade function in Excel, which is used to find the number seen most times.&lt;/p&gt;

&lt;p&gt;This function always returns a single number.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=MODE.SNGL&lt;/code&gt;&lt;br&gt;
It returns the most occurring number in a range or array.&lt;/p&gt;

&lt;h3&gt;
  
  
  MEDIAN Function
&lt;/h3&gt;

&lt;p&gt;The MEDIAN function is a premade function in Excel, which returns the middle value in the data.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=MEDIAN&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  LOWER Function
&lt;/h3&gt;

&lt;p&gt;The LOWER function is used to lowercase text in a cell.&lt;/p&gt;

&lt;p&gt;Changing the letter case of your cell values can be great when there is a lot of case inconsistency among the cell inputs or when preparing your dataset for case-sensitive usage.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=LOWER&lt;/code&gt;&lt;br&gt;
If you want to use the function on a single cell, write:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;=LOWER(cell)&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  RIGHT Function
&lt;/h3&gt;

&lt;p&gt;The RIGHT function is used to retrieve a chosen amount of characters, counting from the right side of an Excel cell. The chosen number has to be greater than 0 and is set to 1 by default.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=RIGHT&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  LEFT Function
&lt;/h3&gt;

&lt;p&gt;The LEFT function is used to retrieve a chosen amount of characters, counting from the left side of an Excel cell. The chosen number has to be greater than 0 and is set to 1 by default.&lt;/p&gt;

&lt;p&gt;It is typed &lt;code&gt;=LEFT&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  CONCLUSION
&lt;/h2&gt;

&lt;p&gt;Excel is a useful tool for data analytics, especially for beginners. It helps users clean, organize, analyze, and visualize data efficiently. By mastering functions and features such as data validation, conditional formatting, and data cleaning, users can turn raw data into meaningful insights.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>MY FIRST GITHUB PROJECT</title>
      <dc:creator>Adrian Mageto</dc:creator>
      <pubDate>Sat, 22 Aug 2026 15:16:04 +0000</pubDate>
      <link>https://dev.to/adrian_mageto/my-first-github-project-268j</link>
      <guid>https://dev.to/adrian_mageto/my-first-github-project-268j</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;In this article I will explain my practical experience of creating Git repository,connecting it to GitHub using SSH,commiting my files and pushing the project to a remote repository.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1 :Creating My Local Project
&lt;/h2&gt;

&lt;p&gt;The first step is to create a folder through file explorer which as the best option for me and name it (my-project)&lt;br&gt;
Next step was to open GitBash and run the command &lt;/p&gt;

&lt;p&gt;&lt;code&gt;cd my- project&lt;/code&gt;&lt;br&gt;
To open the file directory&lt;/p&gt;
&lt;h2&gt;
  
  
  Step 2 : Initializing Git
&lt;/h2&gt;

&lt;p&gt;This is to tell Git that my my-project folder should  become a Git repository.&lt;br&gt;
To initialize Git I ran the command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git init&lt;/code&gt; &lt;/p&gt;
&lt;h2&gt;
  
  
  Step 3:Repository Status Check
&lt;/h2&gt;

&lt;p&gt;After initializing Git, I used :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git status&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This command is very useful as it can be used throughout the process  it tells what's happening inside my repository.&lt;br&gt;
At some point people may encounter:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;On branch main
Nothing to commit, working on a tree clean
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It could seem like an error,however I learned that this means Git has checked my project and found no changes that need to be committed.&lt;/p&gt;

&lt;p&gt;Another situation that I encountered is where Git told me that the older my project was already initialized .This taught me to use the command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git status&lt;/code&gt;&lt;br&gt;
To understand the current status of my project.&lt;/p&gt;
&lt;h2&gt;
  
  
  Step 4:Connecting GitHub Using SSH
&lt;/h2&gt;

&lt;p&gt;The next thing I learnt was on how to generate SSH key which will be used to connect my computer securely to GitHub.&lt;br&gt;
To generate an SSH key I ran the command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ssh-keygen -t ed25519 -C "your_email@example.com"&lt;/code&gt;&lt;br&gt;
Under the double quotes use the email used for your GitHub account.&lt;/p&gt;

&lt;p&gt;Then press entre to save it on the default location.&lt;br&gt;
You'll then be told to enter passphrase which is simply a password,create a simple one which you can memorize easily like 1234.Then entre it again when asked.&lt;/p&gt;

&lt;p&gt;You then start the SSH agent &lt;br&gt;
Run;&lt;br&gt;
&lt;code&gt;eval "$(ssh-agent -s)"&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then add your SSH keyy&lt;br&gt;
Run:&lt;br&gt;
&lt;code&gt;ssh-add ~/ .ssh/id_ed2559&lt;/code&gt;&lt;br&gt;
It will ask you to entre the passphrase you created.&lt;br&gt;
Copy your public key y running the command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;cat ~ .ssh/id_ed25519 .pub&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Add the entire line generated by coping it then go on GitHub-Settings-SSH and GPG keys-New SSH key,give it a title and paste the public key and save it.&lt;/p&gt;

&lt;p&gt;Then test the connection ack in Git Bash through the command:&lt;br&gt;
&lt;code&gt;ssh -T git@ithub.com&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Step 5:Creating a Repository on GitHub&lt;/p&gt;

&lt;p&gt;Log in to your GitHub account on the far right click on your profile scroll down to repositories press the option.&lt;/p&gt;

&lt;p&gt;After that create your repository,give it a title, add a small description about it ,choose its visibility to public finally press create repository.&lt;/p&gt;
&lt;h2&gt;
  
  
  Step 5:Adding Files
&lt;/h2&gt;

&lt;p&gt;This means to prepare the files and add changes in the current directory.&lt;/p&gt;

&lt;p&gt;To do this one runs the command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git add .&lt;/code&gt;&lt;br&gt;
I could then check the status again:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git status&lt;/code&gt;&lt;br&gt;
The files would appear as changes ready to be committed.&lt;/p&gt;
&lt;h2&gt;
  
  
  Step 6:Create a Commit
&lt;/h2&gt;

&lt;p&gt;This stage is like a saved checkpoint in my project.&lt;br&gt;
To create a Commit run the command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git commit -m "Initial commit"&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;The message "Initial commit" is just a commit statement which can be different to your preference.&lt;/p&gt;
&lt;h2&gt;
  
  
  Step 7:Connect the Local Repository to GitHub
&lt;/h2&gt;

&lt;p&gt;I connected my local repository to GitHub &lt;br&gt;
Firstly one should open GitHub go to where he repository you created is click on it then copy the SSH which is used as a location key.&lt;br&gt;
Then using the command :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git remote add origin (paste the SSH key copied from GitHub)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then to check whether the connection was established we use the command :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git remote -v&lt;/code&gt;&lt;br&gt;
Then to ensure your current branch is called main use the command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git branch -M main&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Step 8:Push the Project to GitHub
&lt;/h2&gt;

&lt;p&gt;To push the folder&lt;/p&gt;

&lt;p&gt;I used:&lt;br&gt;
&lt;code&gt;git push -u origin main&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;The -u option sets the remote ranch as the upstream branch .This means that later I can usually use:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git push&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then go to your GitHub and click on your repository, you will find the folder my-project inside your online GitHub repository.&lt;/p&gt;
&lt;h1&gt;
  
  
  Conclusion
&lt;/h1&gt;

&lt;p&gt;Creating my first GitHub project helped me move from simply  having  files on my computer to managing a project using a professional development workflow.&lt;/p&gt;

&lt;p&gt;To understand the Git command projects I came up with my own mnemonic "I See All Commits Reach Big Places"&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git init
git status 
git add &lt;span class="nb"&gt;.&lt;/span&gt;
git commit&lt;span class="s2"&gt;"commit statement"&lt;/span&gt;
git remote add origin &amp;lt;repository-url&amp;gt;
git branch &lt;span class="nt"&gt;-M&lt;/span&gt; main
git push &lt;span class="nt"&gt;-u&lt;/span&gt; origin main
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>beginners</category>
      <category>git</category>
      <category>github</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
