Excel Notes
Excel Notes
1. SUM
•Description: Adds up a range of numbers.
•Formula: =SUM(A1:A5)
Basic Excel
Functions
2. AVERAGE
•Description: Calculates the average (mean) of a group of numbers.
•Formula: =AVERAGE(A1:A5)
3. COUNT
•Description: Counts the number of cells in a range that contain numbers.
•Formula: =COUNT(A1:A5)
4. MAX
•Description: Returns the largest number in a range.
•Formula: =MAX(A1:A5)
5. MIN
•Description: Returns the smallest number in a range.
•Formula: =MIN(A1:A5)
6. IF
•Description: Checks whether a condition is met and returns one value if true and
another if false.
•Formula: =IF(A1>5, "Yes", "No")
8. VLOOKUP
•Description: Looks for a value in the first column of a table and returns a value in the
same row from another column.
•Formula: =VLOOKUP(A1, B1:C10, 2, FALSE)
9. TRIM
•Description: Removes extra spaces from text.
•Formula: =TRIM(A1)
10. LEN
•Description: Returns the number of characters in a text string.
Leveraging Conditional Formatting for Insights
• Highlight cells in the 'Age' column that are above the average value for
that column
• Highlight the top 10% of values in amount column
Sorting and Filtering
Data Validation in Excel is a feature that allows you to control the type of
data entered into a cell or range of cells.
Additional Data Validation Options
• 1. Input Message
• 2. Error Alert
Advanced Formulas: Lookup functions
Lookup Functions
Utilize advanced lookup functions like VLOOKUP, HLOOKUP and XLOOKUP to
efficiently retrieve data from large datasets.
Macros
Pivot Charts
Leverage pivot tables to
quickly summarize and
analyze large datasets,
revealing hidden trends and
patterns. Pivot Tables
Create dynamic, interactive
visualizations with pivot
charts to present data in a
compelling and informative
way.
Power Query