Basic Data Analysis with Excel - Notes
Basic Data Analysis with Excel - Notes
Topics Covered:
● Text Functions
● Date and Time Functions
● Table Design and Formatting
● Advanced Formulas and Functions
● PivotTables and PivotCharts
● VLOOKUP, HLOOKUP, XLOOKUP
● Conditional Formatting
Text Functions
● DATE: Creates a date value using the provided year, month, and
day.
● Formula: =DATE(year, month, day)
● Example: =DATE(2024, 3, 6)
● TIME: Creates a time value using the provided hour, minute, and
second.
● Formula: =TIME(hour, minute, second)
● Example: =TIME(13, 30, 0)
● DATEDIF: Calculates the difference between two dates in various
units.
● Formula: =DATEDIF(start_date, end_date, unit)
● Example: =DATEDIF(A1, B1, "d")
● Use Excel's data import features like 'Get External Data' and
'Power Query' to retrieve data from external sources.
PivotTables and PivotCharts
Conditional Formatting