Skip to main content

Excel for Data Analysis

 Most important functions of Excel for data analysis

Excel and google sheets are powerful tools for managing the raw data. There are many functions that can make your task easier. 
As a Data Analyst, you use many functions like VLOOKUP, Pivot Tables, Conditional formatting, etc.,
So here, I have listed some most important functions of excel for data analysis : -

1. Pivot Table

Pivot tables are a way to aggregate data to look at smaller subsets without using manual filters. Without it, you would use the manual filters on every column, check to see if they work, and then use [SUM] functions. All of that is built for you with a pivot table and pivot chart.
You can set rows, columns, values and filters at the same at your level. You can use any aggregate function while creating a Pivot table. 
In short, Pivot table gives you the summary of your data. We will see more detail in next blog.


2. VLOOKUP

VLOOKUP stands for "Vertical Lookup", this means the act of looking up data vertically across a spreadsheet, using the spreadsheet's columns.
The VLOOKUP function searches for a specific value in your data, and once it identifies that value, it can find and display some other piece of information that's associated with that value. For instance, if you have employee numbers in one table and names in a separate table, but want to bring them together, VLOOKUP can help you do that.

=VLOOKUP(lookup_value, table_array, col_index_num, [range lookup])


In the next blog, I will be sharing some important functions of excel. 
If you have any doubt then please do comment here 👇


Comments

  1. Since the data is stored on a cloud, you have non-stop access to the software, where you can fully explore various self-service analytics features no matter if you’re a manager, data scientist, analyst, or consultant. www.inetsoft.com

    ReplyDelete

Post a Comment

Popular posts from this blog

ETL Process in Power BI

 We can make a data analysis process easy using the ETL process in Power BI Desktop.  What is ETL in Power BI Desktop ? ETL (Extract, Transform and Load) data is a process by which we can change the shape of our dataset. You can perform several operations in Power Query editor.  During the ETL process, data is extracted from a data source (raw data), then transformed, corrected and then loaded for the next step. You can do this process manually in Excel but it is time consuming process and at the end of the day, we don't want to do the same process for upcoming new data. It should be done by automation. If you have not read my last blog on Power BI then please go through the link  Blog We will start the ETL process step by step A. Extract Data  B. Transform Data C. Load Data A. Extract Data from a data source To extract data from a data source, click on Get Data. We will extract raw data from Excel sheet and then will connect the sheet with Power BI. You can ext...

Get started with Power BI Desktop

The very first question comes in mind is Should I use Power BI Desktop or Power BI Service to create a dashboard ? You should get started with Power BI Desktop. As I have already told in the first blog ( Blog 1 ) that the flow of creating a report is    Power BI Desktop > Power BI Service > Power BI Mobile