DEV Community

Cover image for EXCEL IN DATA ANALYSIS
Felix Ng'ang'a
Felix Ng'ang'a

Posted on

EXCEL IN DATA ANALYSIS

Excel is a Microsoft application program which incorporates spreadsheets to store, organize, manipulate, and analyze data. It has workbooks and worksheets, whereby in each workbook you have multiple pages called worksheets. On the worksheet there is a grid which contains rows, columns, and cells. The columns run vertically and are labeled with letters. Rows run horizontally and are labeled with numbers. Cells are individual boxes where rows and columns intersect, and each cell has a unique address.

Excel can be categorized into three pillars: data entry and organization, calculations, and visualization and analysis. In data entry, cells can hold information like text, numbers, dates, and percentages. It allows you to make this data readable. For example, functions and formulas: a function is a predefined calculation like SUM or AVERAGE that takes input values, whereas a formula is a complete expression that uses functions, references, and operators to perform calculations in a cell. Excel helps one interpret data by visualizing it into forms of charts and tables.

In a data driven world, Excel is a powerful tool for real world data analysis across various industries and institutions. Financial institutions such as banks or investment firms use Excel for financial reporting, risk assessment, and portfolio valuation by integrating market data with investment metrics. Marketing strategists use Excel to measure campaign performance, customer trends, and return on investment. Even in smaller businesses, Excel helps track inventory, sales, and employee hours.

Out of all the powerful features I have learned so far, Excel's best functions are conditional functions such as AVERAGEIF and COUNTIF. I realized this when my instructor gave us a dataset and asked two specific questions. First: "What is the average feedback score for Single Males?" Second: "What's the total bonus for employees earning above 100,000?" At first, I thought I would have to manually sort and filter, which would have taken forever. Then I used AVERAGEIF to calculate the average feedback score for only the rows where marital status was "Single" and gender was "Male." For the second question, I used SUMIF to add up bonuses only for employees whose salary was above 100,000. Within seconds, I had both answers. That was the moment I truly saw the potential of Excel. It wasn't just about typing in data anymore it was about asking the right questions and letting the functions do the heavy lifting.

In conclusion, Excel has made me see the true potential of extracting information from data. Before that assignment, I thought Excel was just for making simple tables and basic addition. But after using AVERAGEIF and SUMIF on a real dataset, I understood what my instructor meant when he told us that data gives an opinion. You just have to know how to ask the right question. It has shown me the true value of data and what it can say when you know how to listen.

Top comments (0)