UNPOPULAR OPINION: Excel is still relevant for data analysis.
I am often asked by junior data analysts, “What is the purpose of learning Excel if they already know Python?”.
The truth is, Excel/Google Sheets are still widely used across most organizations. And if you are working with other people, sooner or later you will be asked to do some quick analysis in Excel.
Yes, even if your organization has Tableau/PowerBI, someone will still download report as CSV and do his own analysis.
If you are just starting your data analytics journey, I always recommend Excel as the first tool to learn.
It will help you to understand how tabular data works.
LOOKUPS are like JOINS in SQL;
VSTACK is UNION in SQL;
and FILTER, SORT, GROUPBY are similar to Python functions.
By learning Excel, you are setting a foundation for other tools.
Excel might not be the trendiest and coolest tool in data analytics, but it is versatile, accessible, and universal.
I am often asked by junior data analysts, “What is the purpose of learning Excel if they already know Python?”.
The truth is, Excel/Google Sheets are still widely used across most organizations. And if you are working with other people, sooner or later you will be asked to do some quick analysis in Excel.
Yes, even if your organization has Tableau/PowerBI, someone will still download report as CSV and do his own analysis.
If you are just starting your data analytics journey, I always recommend Excel as the first tool to learn.
It will help you to understand how tabular data works.
LOOKUPS are like JOINS in SQL;
VSTACK is UNION in SQL;
and FILTER, SORT, GROUPBY are similar to Python functions.
By learning Excel, you are setting a foundation for other tools.
Excel might not be the trendiest and coolest tool in data analytics, but it is versatile, accessible, and universal.
👍28
Many people pay too much to learn Excel, but my mission is to break down barriers. I have shared complete learning series to learn Excel from scratch.
Here are the links to the Excel series
Complete Excel Topics for Data Analyst: https://t.iss.one/sqlspecialist/547
Part-1: https://t.iss.one/sqlspecialist/617
Part-2: https://t.iss.one/sqlspecialist/620
Part-3: https://t.iss.one/sqlspecialist/623
Part-4: https://t.iss.one/sqlspecialist/624
Part-5: https://t.iss.one/sqlspecialist/628
Part-6: https://t.iss.one/sqlspecialist/633
Part-7: https://t.iss.one/sqlspecialist/634
Part-8: https://t.iss.one/sqlspecialist/635
Part-9: https://t.iss.one/sqlspecialist/640
Part-10: https://t.iss.one/sqlspecialist/641
Part-11: https://t.iss.one/sqlspecialist/644
Part-12:
https://t.iss.one/sqlspecialist/646
Part-13: https://t.iss.one/sqlspecialist/650
Part-14: https://t.iss.one/sqlspecialist/651
Part-15: https://t.iss.one/sqlspecialist/654
Part-16: https://t.iss.one/sqlspecialist/655
Part-17: https://t.iss.one/sqlspecialist/658
Part-18: https://t.iss.one/sqlspecialist/660
Part-19: https://t.iss.one/sqlspecialist/661
Part-20: https://t.iss.one/sqlspecialist/662
Bonus: https://t.iss.one/sqlspecialist/663
I saw a lot of big influencers copy pasting my content after removing the credits. It's absolutely fine for me as more people are getting free education because of my content.
But I will really appreciate if you share credits for the time and efforts I put in to create such valuable content. I hope you can understand.
You can join this telegram channel for more Excel Resources: https://t.iss.one/excel_analyst
Python Learning Series: https://t.iss.one/sqlspecialist/615
Complete SQL Topics for Data Analysts: https://t.iss.one/sqlspecialist/523
Complete Power BI Topics for Data Analysts: https://t.iss.one/sqlspecialist/588
Thanks to all who support our channel and share the content with proper credits. You guys are really amazing.
Hope it helps :)
Here are the links to the Excel series
Complete Excel Topics for Data Analyst: https://t.iss.one/sqlspecialist/547
Part-1: https://t.iss.one/sqlspecialist/617
Part-2: https://t.iss.one/sqlspecialist/620
Part-3: https://t.iss.one/sqlspecialist/623
Part-4: https://t.iss.one/sqlspecialist/624
Part-5: https://t.iss.one/sqlspecialist/628
Part-6: https://t.iss.one/sqlspecialist/633
Part-7: https://t.iss.one/sqlspecialist/634
Part-8: https://t.iss.one/sqlspecialist/635
Part-9: https://t.iss.one/sqlspecialist/640
Part-10: https://t.iss.one/sqlspecialist/641
Part-11: https://t.iss.one/sqlspecialist/644
Part-12:
https://t.iss.one/sqlspecialist/646
Part-13: https://t.iss.one/sqlspecialist/650
Part-14: https://t.iss.one/sqlspecialist/651
Part-15: https://t.iss.one/sqlspecialist/654
Part-16: https://t.iss.one/sqlspecialist/655
Part-17: https://t.iss.one/sqlspecialist/658
Part-18: https://t.iss.one/sqlspecialist/660
Part-19: https://t.iss.one/sqlspecialist/661
Part-20: https://t.iss.one/sqlspecialist/662
Bonus: https://t.iss.one/sqlspecialist/663
I saw a lot of big influencers copy pasting my content after removing the credits. It's absolutely fine for me as more people are getting free education because of my content.
But I will really appreciate if you share credits for the time and efforts I put in to create such valuable content. I hope you can understand.
You can join this telegram channel for more Excel Resources: https://t.iss.one/excel_analyst
Python Learning Series: https://t.iss.one/sqlspecialist/615
Complete SQL Topics for Data Analysts: https://t.iss.one/sqlspecialist/523
Complete Power BI Topics for Data Analysts: https://t.iss.one/sqlspecialist/588
Thanks to all who support our channel and share the content with proper credits. You guys are really amazing.
Hope it helps :)
👍36❤9👎2🔥1💯1
5 Excel Functions You Need to Know:
🔹 UNIQUE(): Extracts distinct values from a list or range.
=UNIQUE(A2:A10) pulls out only the unique values from a list
🔹 FILTER(): Filters a range based on specified criteria.
=FILTER(A2:B10, B2:B10>10) returns rows where column B > 10
🔹 SORT(): Sorts data in ascending or descending order.
=SORT(A2:A10, 1, TRUE) sorts the data in ascending order
🔹 UNIQUE(): Extracts distinct values from a list or range.
=UNIQUE(A2:A10) pulls out only the unique values from a list
🔹 FILTER(): Filters a range based on specified criteria.
=FILTER(A2:B10, B2:B10>10) returns rows where column B > 10
🔹 SORT(): Sorts data in ascending or descending order.
=SORT(A2:A10, 1, TRUE) sorts the data in ascending order
👍21
Advanced Excel Formulas and Functions
1. Array Formulas: Learn how to perform multiple calculations on a set of values using a single formula, such as SUMPRODUCT and TRANSPOSE.
2. LOOKUP Functions: Deep dive into VLOOKUP, HLOOKUP, INDEX, and MATCH to efficiently search and retrieve data.
3. Financial Functions: Master functions like NPV, IRR, and PMT for financial analysis and modeling.
4. Logical Functions: Use IF, AND, OR, and nested IF statements for complex decision-making processes.
5. Text Functions: Manipulate text strings with functions like CONCATENATE, LEFT, RIGHT, MID, and TEXT.
I will share detailed tutorials, real-life examples, and interactive challenges on these topics to significantly boost engagement and help you people advance your Excel skills.
1. Array Formulas: Learn how to perform multiple calculations on a set of values using a single formula, such as SUMPRODUCT and TRANSPOSE.
2. LOOKUP Functions: Deep dive into VLOOKUP, HLOOKUP, INDEX, and MATCH to efficiently search and retrieve data.
3. Financial Functions: Master functions like NPV, IRR, and PMT for financial analysis and modeling.
4. Logical Functions: Use IF, AND, OR, and nested IF statements for complex decision-making processes.
5. Text Functions: Manipulate text strings with functions like CONCATENATE, LEFT, RIGHT, MID, and TEXT.
I will share detailed tutorials, real-life examples, and interactive challenges on these topics to significantly boost engagement and help you people advance your Excel skills.
👍31❤10
Many people pay too much to learn Excel, but my mission is to break down barriers. I have shared complete learning series to learn Excel from scratch.
Here are the links to the Excel series
Complete Excel Topics for Data Analyst: https://t.iss.one/sqlspecialist/547
Part-1: https://t.iss.one/sqlspecialist/617
Part-2: https://t.iss.one/sqlspecialist/620
Part-3: https://t.iss.one/sqlspecialist/623
Part-4: https://t.iss.one/sqlspecialist/624
Part-5: https://t.iss.one/sqlspecialist/628
Part-6: https://t.iss.one/sqlspecialist/633
Part-7: https://t.iss.one/sqlspecialist/634
Part-8: https://t.iss.one/sqlspecialist/635
Part-9: https://t.iss.one/sqlspecialist/640
Part-10: https://t.iss.one/sqlspecialist/641
Part-11: https://t.iss.one/sqlspecialist/644
Part-12:
https://t.iss.one/sqlspecialist/646
Part-13: https://t.iss.one/sqlspecialist/650
Part-14: https://t.iss.one/sqlspecialist/651
Part-15: https://t.iss.one/sqlspecialist/654
Part-16: https://t.iss.one/sqlspecialist/655
Part-17: https://t.iss.one/sqlspecialist/658
Part-18: https://t.iss.one/sqlspecialist/660
Part-19: https://t.iss.one/sqlspecialist/661
Part-20: https://t.iss.one/sqlspecialist/662
Bonus: https://t.iss.one/sqlspecialist/663
I saw a lot of big influencers copy pasting my content after removing the credits. It's absolutely fine for me as more people are getting free education because of my content.
But I will really appreciate if you share credits for the time and efforts I put in to create such valuable content. I hope you can understand.
You can join this telegram channel for more Excel Resources: https://t.iss.one/excel_analyst
Python Learning Series: https://t.iss.one/sqlspecialist/615
Complete SQL Topics for Data Analysts: https://t.iss.one/sqlspecialist/523
Complete Power BI Topics for Data Analysts: https://t.iss.one/sqlspecialist/588
I'll now start with learning series on SQL Interviews & Tableau.
Thanks to all who support our channel and share the content with proper credits. You guys are really amazing.
Hope it helps :)
Here are the links to the Excel series
Complete Excel Topics for Data Analyst: https://t.iss.one/sqlspecialist/547
Part-1: https://t.iss.one/sqlspecialist/617
Part-2: https://t.iss.one/sqlspecialist/620
Part-3: https://t.iss.one/sqlspecialist/623
Part-4: https://t.iss.one/sqlspecialist/624
Part-5: https://t.iss.one/sqlspecialist/628
Part-6: https://t.iss.one/sqlspecialist/633
Part-7: https://t.iss.one/sqlspecialist/634
Part-8: https://t.iss.one/sqlspecialist/635
Part-9: https://t.iss.one/sqlspecialist/640
Part-10: https://t.iss.one/sqlspecialist/641
Part-11: https://t.iss.one/sqlspecialist/644
Part-12:
https://t.iss.one/sqlspecialist/646
Part-13: https://t.iss.one/sqlspecialist/650
Part-14: https://t.iss.one/sqlspecialist/651
Part-15: https://t.iss.one/sqlspecialist/654
Part-16: https://t.iss.one/sqlspecialist/655
Part-17: https://t.iss.one/sqlspecialist/658
Part-18: https://t.iss.one/sqlspecialist/660
Part-19: https://t.iss.one/sqlspecialist/661
Part-20: https://t.iss.one/sqlspecialist/662
Bonus: https://t.iss.one/sqlspecialist/663
I saw a lot of big influencers copy pasting my content after removing the credits. It's absolutely fine for me as more people are getting free education because of my content.
But I will really appreciate if you share credits for the time and efforts I put in to create such valuable content. I hope you can understand.
You can join this telegram channel for more Excel Resources: https://t.iss.one/excel_analyst
Python Learning Series: https://t.iss.one/sqlspecialist/615
Complete SQL Topics for Data Analysts: https://t.iss.one/sqlspecialist/523
Complete Power BI Topics for Data Analysts: https://t.iss.one/sqlspecialist/588
I'll now start with learning series on SQL Interviews & Tableau.
Thanks to all who support our channel and share the content with proper credits. You guys are really amazing.
Hope it helps :)
👍19❤12🔥1👏1🤯1
Many people reached out to me saying telegram may get banned in their countries. So I've decided to create WhatsApp channels based on your interests 👇👇
Free Courses with Certificate: https://whatsapp.com/channel/0029Vamhzk5JENy1Zg9KmO2g
Data Analysts: https://whatsapp.com/channel/0029VaGgzAk72WTmQFERKh02
MS Excel: https://whatsapp.com/channel/0029VaifY548qIzv0u1AHz3i
Jobs & Internship Opportunities:
https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
Web Development: https://whatsapp.com/channel/0029VaiSdWu4NVis9yNEE72z
Python Free Books & Projects: https://whatsapp.com/channel/0029VaiM08SDuMRaGKd9Wv0L
Java Resources: https://whatsapp.com/channel/0029VamdH5mHAdNMHMSBwg1s
Coding Interviews: https://whatsapp.com/channel/0029VammZijATRSlLxywEC3X
SQL: https://whatsapp.com/channel/0029VanC5rODzgT6TiTGoa1v
Power BI: https://whatsapp.com/channel/0029Vai1xKf1dAvuk6s1v22c
Programming Free Resources: https://whatsapp.com/channel/0029VahiFZQ4o7qN54LTzB17
Data Science Projects: https://whatsapp.com/channel/0029Va4QUHa6rsQjhITHK82y
Learn Data Science & Machine Learning: https://whatsapp.com/channel/0029Va8v3eo1NCrQfGMseL2D
Don’t worry Guys your contact number will stay hidden!
ENJOY LEARNING 👍👍
Free Courses with Certificate: https://whatsapp.com/channel/0029Vamhzk5JENy1Zg9KmO2g
Data Analysts: https://whatsapp.com/channel/0029VaGgzAk72WTmQFERKh02
MS Excel: https://whatsapp.com/channel/0029VaifY548qIzv0u1AHz3i
Jobs & Internship Opportunities:
https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
Web Development: https://whatsapp.com/channel/0029VaiSdWu4NVis9yNEE72z
Python Free Books & Projects: https://whatsapp.com/channel/0029VaiM08SDuMRaGKd9Wv0L
Java Resources: https://whatsapp.com/channel/0029VamdH5mHAdNMHMSBwg1s
Coding Interviews: https://whatsapp.com/channel/0029VammZijATRSlLxywEC3X
SQL: https://whatsapp.com/channel/0029VanC5rODzgT6TiTGoa1v
Power BI: https://whatsapp.com/channel/0029Vai1xKf1dAvuk6s1v22c
Programming Free Resources: https://whatsapp.com/channel/0029VahiFZQ4o7qN54LTzB17
Data Science Projects: https://whatsapp.com/channel/0029Va4QUHa6rsQjhITHK82y
Learn Data Science & Machine Learning: https://whatsapp.com/channel/0029Va8v3eo1NCrQfGMseL2D
Don’t worry Guys your contact number will stay hidden!
ENJOY LEARNING 👍👍
👍12❤5
Must Know Differences for Excel:
👉 VLOOKUP vs INDEX MATCH:
VLOOKUP: Searches for a value in the first column and returns a value in the same row from a specified column.
INDEX MATCH: Combines two functions to search by row and column, offering more flexibility and accuracy.
👉 COUNTIF vs SUMIF:
COUNTIF: Counts the number of cells that meet a specific condition.
SUMIF: Adds up the values in a range that meet a specific condition.
👉 Pivot Table vs Table:
Pivot Table: Summarizes data, allowing for dynamic sorting, filtering, and aggregating.
Table: Organizes data in a structured range, making it easier to manage and analyze.
👉 Absolute Reference vs Relative Reference:
Absolute Reference: Refers to a fixed cell address, denoted by $ (e.g., $A$1).
Relative Reference: Changes when copied to another cell (e.g., A1).
👉 IF vs IFS:
IF: Returns one value if a condition is true and another if it's false.
IFS: Evaluates multiple conditions and returns the corresponding value for the first true condition.
👉 Conditional Formatting vs Data Validation:
Conditional Formatting: Changes the appearance of cells based on specific criteria.
Data Validation: Restricts the type of data that can be entered into a cell.
👉 SUM vs SUMPRODUCT:
SUM: Adds up all the numbers in a range.
SUMPRODUCT: Multiplies corresponding elements in arrays and then sums the products.
👉 Filter vs Advanced Filter:
Filter: Quickly filters data in a range or table based on selected criteria.
Advanced Filter: Provides more complex filtering options, including filtering by multiple criteria and copying results to another location.
👉 Freeze Panes vs Split Window:
Freeze Panes: Keeps rows or columns visible while scrolling through the worksheet.
Split Window: Divides the worksheet into separate panes that can be scrolled independently.
👉 XLOOKUP vs VLOOKUP:
XLOOKUP: A more powerful and flexible lookup function that can search in any direction and return multiple results.
VLOOKUP: Limited to searching vertically and only returns a single result.
More Excel Resources: https://t.iss.one/excel_analyst
👉 VLOOKUP vs INDEX MATCH:
VLOOKUP: Searches for a value in the first column and returns a value in the same row from a specified column.
INDEX MATCH: Combines two functions to search by row and column, offering more flexibility and accuracy.
👉 COUNTIF vs SUMIF:
COUNTIF: Counts the number of cells that meet a specific condition.
SUMIF: Adds up the values in a range that meet a specific condition.
👉 Pivot Table vs Table:
Pivot Table: Summarizes data, allowing for dynamic sorting, filtering, and aggregating.
Table: Organizes data in a structured range, making it easier to manage and analyze.
👉 Absolute Reference vs Relative Reference:
Absolute Reference: Refers to a fixed cell address, denoted by $ (e.g., $A$1).
Relative Reference: Changes when copied to another cell (e.g., A1).
👉 IF vs IFS:
IF: Returns one value if a condition is true and another if it's false.
IFS: Evaluates multiple conditions and returns the corresponding value for the first true condition.
👉 Conditional Formatting vs Data Validation:
Conditional Formatting: Changes the appearance of cells based on specific criteria.
Data Validation: Restricts the type of data that can be entered into a cell.
👉 SUM vs SUMPRODUCT:
SUM: Adds up all the numbers in a range.
SUMPRODUCT: Multiplies corresponding elements in arrays and then sums the products.
👉 Filter vs Advanced Filter:
Filter: Quickly filters data in a range or table based on selected criteria.
Advanced Filter: Provides more complex filtering options, including filtering by multiple criteria and copying results to another location.
👉 Freeze Panes vs Split Window:
Freeze Panes: Keeps rows or columns visible while scrolling through the worksheet.
Split Window: Divides the worksheet into separate panes that can be scrolled independently.
👉 XLOOKUP vs VLOOKUP:
XLOOKUP: A more powerful and flexible lookup function that can search in any direction and return multiple results.
VLOOKUP: Limited to searching vertically and only returns a single result.
More Excel Resources: https://t.iss.one/excel_analyst
👍19❤8