DEV Community

joy yego
joy yego

Posted on

How is Excel Used in Real World Data Analysis?

Introduction

What is excel? Excel is a program developed bey Microsoft used to store, organize, analyze and visualize data. It consists of rows running vertically and columns running horizontally,which can be manipulated by any user in any form that is using different formulas and functions within excel.

How is excel used in Data Analytics?

Data Analysis is the process of collecting, cleaning, transforming and analyzing data to discover useful insights, identifying patterns that support informed decision making. From day to day organizations tend to generate large amounts of data from different transactions, customer interactions etc.

Uses of Excel for data analysis

Customer analysis: Based on the different customer information collected by different businesses, analysts use excel to analyze this information. For example, using excel you can discover using online store covers customers aged 18 to 32 years.
Sales analysis: Based on the different records analysts use excel to analyze the sales and discover for example the product that generates the most income.
Excel is used for data collection and storage: allows analysts to collect and store large amounts of data.
Visualization: to provide a quick view of the business performance through pie charts, KPIs etc.

What are the different features in excel?

Excel is used for data cleaning and preparation: Data usually contains errors, duplicates, missing values and inconsistencies. Cleaning prepares the data for accurate analysis. This data can be cleaned using different excel tools such as :

  • Remove duplicates

  • Find and Replace

  • Text to columns

  • Sort among others.

Also in cleaning text data, there are different functions used in cleaning text data such as:

  • UPPER() and LOWER()
  • PROPER()
  • TRIM()

Data sorting, filtering and organizing:
Sorting is the arrangement of data in different orders such as ascending or descending among others.

Filtering allows one to display only rows that are in a certain criteria.

Data before filtering
Data before filtering

Data after filtering
Data after filtering

Performing calculations: Data analysis revolves around different mathematical and statistical functions and formulas to derive insights from the datasets quickly. These functions include:

  • sum()

  • sumif()

  • count()

Data validation: It involves restricting the type of data that a user inputs within the spreadsheet. It can be through drop downs or through custom inputs.

Data Formatting: This could be number formatting or conditional formatting. Number formatting involves changes on numbers display without altering the actual value improving readability and meaning. Number formats include:

  • Currency
  • PercentageS

Conditional formatting: highlights cells based on rules or criteria. Helps in in spotting outliers and trends as well.

IT department
Conditional formatting on IT department

Conclusion

Excel is a valuable data analytics tool that is underestimated. It has a friendly user interface which make it easier for anyone to use. It is used organize, clean , analyze and visualize data. One can perform different calculations and as well as creating reports and dashboard, transforming raw data into meaningful information used for decision making.

Reflection

Learning Microsoft Excel has been an important step in my journey as an aspiring data analyst. At first, I viewed Excel as a simple spreadsheet application used for storing data and performing basic calculations. However, as I gained more experience, I discovered that Excel is a powerful analytical tool that can transform raw data into meaningful insights.

Overall, learning Excel has strengthened my confidence in working with data and has inspired me to continue exploring the field of data analytics. It serves as a reminder that powerful insights often begin with mastering the fundamentals.

Top comments (1)

Collapse
 
dataanalyst_bree profile image
Brigid Chepkemoi

Good effort. The article covers relevant Excel uses such as cleaning, filtering, validation, formatting, calculations, and visualization.