<?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: Kipyegon Patrick</title>
    <description>The latest articles on DEV Community by Kipyegon Patrick (@kipyegon_korir).</description>
    <link>https://dev.to/kipyegon_korir</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%2F3717997%2F38014f0f-303d-4445-b346-b360cfba9ff8.jpg</url>
      <title>DEV Community: Kipyegon Patrick</title>
      <link>https://dev.to/kipyegon_korir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kipyegon_korir"/>
    <language>en</language>
    <item>
      <title>How Analysts Translate Messy Data, DAX, and Dashboards into Action Using Power BI</title>
      <dc:creator>Kipyegon Patrick</dc:creator>
      <pubDate>Tue, 10 Feb 2026 15:02:39 +0000</pubDate>
      <link>https://dev.to/kipyegon_korir/how-analysts-translate-messy-data-dax-and-dashboards-into-action-using-power-bi-1i7e</link>
      <guid>https://dev.to/kipyegon_korir/how-analysts-translate-messy-data-dax-and-dashboards-into-action-using-power-bi-1i7e</guid>
      <description>&lt;p&gt;Power BI is a powerful tool, but it rarely starts with clean data. Analysts must turn complex, messy data into reliable insights for decision-making. Here's how they do it:&lt;/p&gt;

&lt;p&gt;Turning Complexity into Clarity&lt;br&gt;
Imagine trying to analyze sales data, but the numbers don't match across different reports. That's where analysts come in. They use:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Power Query&lt;/em&gt;: to clean and transform data, like removing duplicates or fixing formatting issues&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Star schema modeling&lt;/em&gt;: to organize data into facts (e.g., sales) and dimensions (e.g., time, location)&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Surrogate keys&lt;/em&gt;: to create unique identifiers for data points&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For example, an analyst might use Power Query to exclude test transactions or normalize product categories, ensuring consistency across reports.&lt;/p&gt;

&lt;p&gt;DAX: Controlling the Numbers&lt;br&gt;
DAX (Data Analysis Expressions) is like a language that helps analysts control how numbers behave in Power BI. They use it to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Redefine calculations based on user filters&lt;/li&gt;
&lt;li&gt;Create custom time intelligence, like rolling periods or fiscal calendars&lt;/li&gt;
&lt;li&gt;Build reusable measures for complex logic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Think of it like this; without DAX, numbers might not add up correctly when you slice data by region or product.&lt;/p&gt;

&lt;h2&gt;
  
  
  Dashboard Design
&lt;/h2&gt;

&lt;p&gt;A well-designed dashboard is like a clear window into your data. Analysts ensure that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Visuals are supported by a solid data model&lt;/li&gt;
&lt;li&gt;Measures are used instead of implicit aggregations&lt;/li&gt;
&lt;li&gt;Drill paths align with table relationships&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For instance, a dashboard might show sales trends over time, with drill-down capabilities to specific regions or products.&lt;/p&gt;

&lt;h2&gt;
  
  
  From Insights to Decisions
&lt;/h2&gt;

&lt;p&gt;The ultimate goal is to support business decisions. Analysts create a system where:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Forecasts are compared to historical data&lt;/li&gt;
&lt;li&gt;Variance analyses point to specific drivers&lt;/li&gt;
&lt;li&gt;Scenario models reuse trusted measures&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  When done right, Power BI becomes a decision support system, helping leaders make informed choices.
&lt;/h2&gt;

&lt;p&gt;Why Technical Discipline Matters&lt;br&gt;
Power BI is accessible, but impact comes from discipline through thoughtful data modeling, intentional DAX patterns, and performance-aware report design. Analysts who apply these skills create analytical infrastructure that leadership can rely on.&lt;/p&gt;

</description>
      <category>analytics</category>
      <category>dataengineering</category>
      <category>datascience</category>
      <category>microsoft</category>
    </item>
    <item>
      <title>Shemas and Data Modelling in Power BI</title>
      <dc:creator>Kipyegon Patrick</dc:creator>
      <pubDate>Sun, 08 Feb 2026 19:52:35 +0000</pubDate>
      <link>https://dev.to/kipyegon_korir/shemas-and-data-modelling-in-power-bi-1pjn</link>
      <guid>https://dev.to/kipyegon_korir/shemas-and-data-modelling-in-power-bi-1pjn</guid>
      <description>&lt;h1&gt;
  
  
  Definition of Terms
&lt;/h1&gt;

&lt;h2&gt;
  
  
  What is data modelling?
&lt;/h2&gt;

&lt;p&gt;Data modelling is defined as the process of creating a visual representation of information to communicate connections between data points. Data modelling can explained simply as the process of designing how data is structured, stored, and related to each other so it can be used effectively for analysis to derive meaningful insights.&lt;/p&gt;

&lt;h1&gt;
  
  
  The importance of good data modelling
&lt;/h1&gt;

&lt;p&gt;Data modeling is critical for creating a structured, accurate, and scalable blueprint for organizational data, ensuring high-quality, consistent, and efficient data management. It reduces development errors, eliminates data redundancy, speeds up application performance, and aligns data structures with business requirements, ultimately enabling better-informed decisions. &lt;/p&gt;

&lt;h1&gt;
  
  
  What is a Schema?
&lt;/h1&gt;

&lt;p&gt;A schema in data science is the structural blueprint or design of a database, defining how data is organized, stored, and related. It specifies tables, column names, data types, and constraints or rules. It serves as a, "map" for data, ensuring integrity and enabling efficient querying and analysis. &lt;/p&gt;

&lt;h1&gt;
  
  
  Types of Schemas
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Star Schema
&lt;/h2&gt;

&lt;p&gt;Star schema is better for storing and analyzing large amounts of data. It has a fact table at its center and multiple dimension tables connected to it just like a star, where the fact table contains the numerical data that run business processes and the dimension table contains data related to dimensions such as product, time, people, etc. or we can say, this table contains the description of the fact table.&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.amazonaws.com%2Fuploads%2Farticles%2F57l5tatmugmdg9uolxg8.jpg" 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.amazonaws.com%2Fuploads%2Farticles%2F57l5tatmugmdg9uolxg8.jpg" alt=" " width="493" height="362"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Snowflake Schema
&lt;/h2&gt;

&lt;p&gt;Just like star schema, the snowflake schema also has a fact table at its center and multiple dimension tables connected to it, but the main difference in both models is that in snowflake schema – dimension tables are further normalized into multiple related tables. The snowflake schema is used for analyzing large amounts of data.&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.amazonaws.com%2Fuploads%2Farticles%2Fho7gj1d1p1rqc5rz7fj6.jpg" 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.amazonaws.com%2Fuploads%2Farticles%2Fho7gj1d1p1rqc5rz7fj6.jpg" alt=" " width="773" height="522"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Wrap Up
&lt;/h1&gt;

&lt;p&gt;A well-structured database schema maintains data integrity and supports scalability by providing a solid framework for dealing with growing data volumes and complexities.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Introduction to MS Excel for Data Analytics</title>
      <dc:creator>Kipyegon Patrick</dc:creator>
      <pubDate>Sun, 25 Jan 2026 10:52:32 +0000</pubDate>
      <link>https://dev.to/kipyegon_korir/introduction-to-ms-excel-for-data-analytics-3852</link>
      <guid>https://dev.to/kipyegon_korir/introduction-to-ms-excel-for-data-analytics-3852</guid>
      <description>&lt;p&gt;Microsoft Excel is a spreadsheet application that is mostly used for data analytics. It helps one to collect, clean, analyze, visualize and report data for decision making purposes. The beauty of Microsoft Excel is the fact it is easy to learn and is user friendly.&lt;br&gt;
The application allows one to do the following:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Collect and store data&lt;/li&gt;
&lt;li&gt;Clean and organize data&lt;/li&gt;
&lt;li&gt;Perform calculations such as sum(+), averages(/), differences(-) and products(*)&lt;/li&gt;
&lt;li&gt;Analyze the data and visualize the trends&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This article will detail a beginner data analytics learning guide step by step.&lt;br&gt;
Data in excel is arranged in rows (horizontal line of cells) and columns (vertical line of cells). A cell is the box formed where a row and column intersect. Data is entered and stored in the cells as shown bellow:&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.amazonaws.com%2Fuploads%2Farticles%2Fawtcv8ilzql39j6yhrrj.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.amazonaws.com%2Fuploads%2Farticles%2Fawtcv8ilzql39j6yhrrj.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What is data analytics?
&lt;/h2&gt;

&lt;p&gt;Data analytics is the science of examining raw data to determine:&lt;br&gt;
a) Patterns&lt;br&gt;
b) Trends&lt;br&gt;
c) Relationships and&lt;br&gt;
d) Insights that are used for decision making&lt;/p&gt;

&lt;h2&gt;
  
  
  Why use Excel for Data Analytics
&lt;/h2&gt;

&lt;p&gt;Excel remains a popular tool because of the following reasons:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It is easy to learn and use and is widely available&lt;/li&gt;
&lt;li&gt;It handles datasets efficiently&lt;/li&gt;
&lt;li&gt;It comes with built-in-formulas and functions&lt;/li&gt;
&lt;li&gt;It provides quick options for creation of charts and dashboards &lt;/li&gt;
&lt;li&gt;It works well with other tools such as Power BI, SQL and Python&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Organizing data for analysis
&lt;/h2&gt;

&lt;p&gt;Excel as an analytic tool only works well with a well structured dataset. The data should have one clear header, every row and column should each represent one unique record. Also remove blanks and duplicates. &lt;/p&gt;

&lt;h1&gt;
  
  
  Data Cleaning
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Removing duplicates:
&lt;/h2&gt;

&lt;p&gt;Select the dataset -&amp;gt; click home -&amp;gt; conditional formatting -&amp;gt; highlight cell rules -&amp;gt; duplicate values -&amp;gt; choose a color -&amp;gt; Ok.&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.amazonaws.com%2Fuploads%2Farticles%2Fr9dxy87b4s2hje6tw1d7.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.amazonaws.com%2Fuploads%2Farticles%2Fr9dxy87b4s2hje6tw1d7.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Fixing data types:
&lt;/h2&gt;

&lt;p&gt;Format dates as dates, numeric values as numbers, currencies as currency and texts as Text. Correct data types are critical for accurate analysis.&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.amazonaws.com%2Fuploads%2Farticles%2Fewyb5kuyc5ec0d2row2f.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.amazonaws.com%2Fuploads%2Farticles%2Fewyb5kuyc5ec0d2row2f.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Handling missing values:
&lt;/h2&gt;

&lt;p&gt;Find and impute the missing values.&lt;br&gt;
Highlight blanks by; selecting data range -&amp;gt; go to home -&amp;gt; conditional formatting -&amp;gt; new rule -&amp;gt; choose format only cells that contain blanks -&amp;gt; pick a colour click ok &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.amazonaws.com%2Fuploads%2Farticles%2F8pv9ev2kq9hf08el3osx.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.amazonaws.com%2Fuploads%2Farticles%2F8pv9ev2kq9hf08el3osx.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Sorting and Filtering data
&lt;/h1&gt;

&lt;p&gt;Sort data (A-Z, largest to smallest and vice versa) you can also filter to view specific values only.&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.amazonaws.com%2Fuploads%2Farticles%2F5qvzgg4cohav3uwu6afu.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.amazonaws.com%2Fuploads%2Farticles%2F5qvzgg4cohav3uwu6afu.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Performing Calculations using operators
&lt;/h1&gt;

&lt;p&gt;Formulas in Excel start with equal to sign (=) and with the operators below:&lt;br&gt;
.Addition (+)&lt;br&gt;
.Subtraction (-)&lt;br&gt;
.Division (/)&lt;br&gt;
.Multiplication (*)&lt;br&gt;
.Exponent (^)&lt;/p&gt;

&lt;h2&gt;
  
  
  Addition operator
&lt;/h2&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.amazonaws.com%2Fuploads%2Farticles%2F7dvhbt5ep0k19an64zrg.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.amazonaws.com%2Fuploads%2Farticles%2F7dvhbt5ep0k19an64zrg.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Subtraction operator
&lt;/h2&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.amazonaws.com%2Fuploads%2Farticles%2F73h1ixbffup2zxkar3h8.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.amazonaws.com%2Fuploads%2Farticles%2F73h1ixbffup2zxkar3h8.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Division operator
&lt;/h2&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.amazonaws.com%2Fuploads%2Farticles%2Fxhffirx3jtwo18s867eh.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.amazonaws.com%2Fuploads%2Farticles%2Fxhffirx3jtwo18s867eh.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Multiplication operator
&lt;/h2&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.amazonaws.com%2Fuploads%2Farticles%2Fgmsmqx8fmwz4dyg098z9.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.amazonaws.com%2Fuploads%2Farticles%2Fgmsmqx8fmwz4dyg098z9.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Performing Calculations using Formulas
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Sum
&lt;/h2&gt;

&lt;p&gt;=Sum(E2:E10)&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.amazonaws.com%2Fuploads%2Farticles%2Fi7sdcpx9ot02mn57jps5.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.amazonaws.com%2Fuploads%2Farticles%2Fi7sdcpx9ot02mn57jps5.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Average
&lt;/h2&gt;

&lt;p&gt;AVERAGE(E2:E10)&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.amazonaws.com%2Fuploads%2Farticles%2F89ehehlqs5tk64qmp9b1.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.amazonaws.com%2Fuploads%2Farticles%2F89ehehlqs5tk64qmp9b1.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Maximum
&lt;/h2&gt;

&lt;p&gt;MAX(E2:E10)&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.amazonaws.com%2Fuploads%2Farticles%2F98c2d1swri7qrkh80nf5.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.amazonaws.com%2Fuploads%2Farticles%2F98c2d1swri7qrkh80nf5.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Minimum
&lt;/h2&gt;

&lt;p&gt;MIN(E2:E10)&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.amazonaws.com%2Fuploads%2Farticles%2Fhyvvrleeutpffubij9k3.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.amazonaws.com%2Fuploads%2Farticles%2Fhyvvrleeutpffubij9k3.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Count
&lt;/h2&gt;

&lt;p&gt;Count(E2:E10)&lt;/p&gt;

&lt;h2&gt;
  
  
  COUNTIF
&lt;/h2&gt;

&lt;p&gt;COUNTIF(E2:E10,"&amp;gt;90000")&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.amazonaws.com%2Fuploads%2Farticles%2Fhaozv9aergclvxq0ncqw.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.amazonaws.com%2Fuploads%2Farticles%2Fhaozv9aergclvxq0ncqw.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Lookup Formulas
&lt;/h2&gt;

&lt;h1&gt;
  
  
  VLOOKUP
&lt;/h1&gt;

&lt;p&gt;Finds data vertically&lt;br&gt;
VLOOKUP(10007,A2:E10,4,FALSE)&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.amazonaws.com%2Fuploads%2Farticles%2Fu1ilp9wbjm0bqgxlioha.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.amazonaws.com%2Fuploads%2Farticles%2Fu1ilp9wbjm0bqgxlioha.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  HLOOKUP
&lt;/h1&gt;

&lt;p&gt;Finds data horizontally&lt;br&gt;
HLOOKUP(10007,A1:J5,4,FALSE)&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.amazonaws.com%2Fuploads%2Farticles%2F584xwasquj0nb2duhttr.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.amazonaws.com%2Fuploads%2Farticles%2F584xwasquj0nb2duhttr.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  XLOOKUP
&lt;/h2&gt;

&lt;p&gt;Is a more advanced lookup functions can find data both vertically and horizontally and is less error-prone.&lt;/p&gt;

&lt;h1&gt;
  
  
  Pivot Tables
&lt;/h1&gt;

&lt;p&gt;Allows one to summarize large datasets, group and aggregate data and to compare values easily.&lt;/p&gt;

&lt;h2&gt;
  
  
  Steps to create a Pivot Table
&lt;/h2&gt;

&lt;p&gt;. Select your data&lt;br&gt;
. Go to &lt;strong&gt;insert -&amp;gt; Pivot Table&lt;/strong&gt;&lt;br&gt;
. Choose where to place, as a best practice choose new worksheet&lt;br&gt;
. Drag fields into rows (departments), columns and values(salaries)&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.amazonaws.com%2Fuploads%2Farticles%2Fj64ayb18kqbonv87rvn5.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.amazonaws.com%2Fuploads%2Farticles%2Fj64ayb18kqbonv87rvn5.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Charts in excel
&lt;/h1&gt;

&lt;p&gt;Common types includes:&lt;br&gt;
. Column Chart- used when comparing categories&lt;br&gt;
. Line Chart- used to show trends over time&lt;br&gt;
. Pie Chart - used to show proportions &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.amazonaws.com%2Fuploads%2Farticles%2Fa8p395ymun14td3grfdu.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.amazonaws.com%2Fuploads%2Farticles%2Fa8p395ymun14td3grfdu.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Creating a dashboard
&lt;/h2&gt;

&lt;p&gt;A dashboard is a visual representation of of key data and metrics on one screen. It summarizes data in one place.&lt;/p&gt;

&lt;h2&gt;
  
  
  Summary
&lt;/h2&gt;

&lt;p&gt;Excel is a foundational tool for data analytics. Excellent knowledge of excel gives you the requisite skills To:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Analyze data confidently&lt;/li&gt;
&lt;li&gt;Make data-driven decisions and&lt;/li&gt;
&lt;li&gt;Transition easily to more advanced analytic tools&lt;/li&gt;
&lt;/ol&gt;

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