Is Excel 5 Notes
Is Excel 5 Notes
Here’s a summary of only the Excel functions and tasks that could be tested in a quiz,
based on the transcript:
3. Data Formatting
• For percentages (e.g. 0.02 → 2%):
◦ Go to Home → Number Format → Percentage.
◦ Use Decrease Decimal to remove 0 decimal places.
5. Calculating Sales
• Formula: =Number_of_Units * Cost_Price
📊 Example Setup
• Row: Country
• Column: Segment
• Values: Sum of Sales
You can:
• Drag and drop fields between sections.
• Click dropdown on “Sum of Sales” → Value Field Settings to change to:
◦ Count
◦ Average
◦ Max, Min, etc. OR
Pivot table analyse than go to active field than go to field settings
🔧 Formatting Tips
• Change decimals: Right-click a value > Number Format > Set decimal places.
• Edit Labels: Click on cells (e.g., A3, A4) to rename like:
◦ “Countries”
◦ “Average of Sales per Country”
🧩 Double-click Function
• Double-click a pivot table value → Opens a new sheet with underlying data for that
specific value.// like only seeing the data of category accessory
Here’s a concise summary of the Pivot Chart (Session 5 - Part 3) Excel lesson, ideal for
study or review:
Right click data and go to show value as, and change to percentage
📉 Creating Pivot Charts
1. Go to: PivotTable Analyze → Pivot Chart (under Tools group).
2. Chart Types: Choose from Column, Bar, 2D, 3D charts, etc.
•Use Clustered Bar/Column for comparisons.
3. Pivot Chart auto-links to Pivot Table – changes reflect in both.
⚙️ Customization Options
• Design Tab:
◦ Remove or show Grand Totals (Rows/Columns).
◦ Show/hide Subtotals.
◦ Change chart type, style, or colors.
◦ Add Chart Titles.
• PivotChart Analyze Tab:
◦ Show/hide: field buttons, legend, axis, report filters.//field buttons option
◦ Interact with data using filters directly on the chart.
◦ preview screen-shows us preview
◦ can use segment to filter data
Awesome! Here's the answer key for the Excel Session 5 Quiz on LOOKUPs and PivotTables:
True / False
6. False → VLOOKUP searches vertically in the first column, not the first row.
7. True → Using FALSE ensures VLOOKUP only returns an exact match.
8. True → PivotTables are ideal for grouping and summarizing large data sets.
9. True → You can drag multiple fields into the "Values" area and use different summary
functions.
10. False → PivotTables do not auto-update with changes to the original data; you must
refresh them manually.
Absolute cell referencing in Excel means locking a cell reference so that it does not change
when you copy or autofill a formula to other cells.
🔓 Regular (Relative) Cell Reference:
• Example: A1
• Changes when copied to another cell.
• Example: if you copy =A1+1 from cell B1 to B2, it becomes =A2+1 .
🔒 Absolute Cell Reference:
• Example: $A$1
• Does NOT change when copied or autofilled.
• Useful when you want a formula to always refer to the same cell.
🧠 Keyboard Shortcut:
• Press F4 after clicking on a cell in your formula to toggle between reference types:
1. $A$1 → absolute column and row
2. A$1 → relative column, absolute row
3. $A1 → absolute column, relative row
4. A1 → relative column and row (default)
✅ Example:
Let’s say you have a discount rate in cell D1 , and you’re calculating discounts in column B:
When copied down, it becomes =A3 * D2 , =A4 * D3 , etc. which is incorrect if the discount is
always in D1 .
To fix it: