LibreOffice Calc: Track Changes, Sharing, Macros, What-if Scenarios, Consolidate, Hyperlinks, and Pivot Tables. Complete notes for CBSE IT 402.
Records who changed what. Accept or reject changes.
Automate tasks: Tools โ Macros โ Record Macro.
What-if analysis: test different data values for outcomes.
Combine data from multiple sheets. Default function: Sum.
Absolute (full path) vs Relative (partial path) links.
Summarise large data sets. Called DataPilot in older Calc.
Track Changes is a feature that records all edits made to a spreadsheet, showing who made the change, when, and what was changed. This is extremely useful when multiple people are collaborating on a spreadsheet.
Share Document (Tools โ Share Spreadsheet) allows multiple users to edit the same document simultaneously over a network. Track Changes logs what changes were made. These two features work together for collaborative editing.
A Macro records a sequence of actions so you can replay them with a single click or keyboard shortcut.
Tools โ Macros โ Record Macro โ perform your actions โ click Stop Recording.Tools โ Macros โ Organize Basic Macros โ select macro โ Run.โ ๏ธ Exam Tip: The correct path to record a macro is Tools โ Macros โ Record Macro. This is the same in both Writer and Calc.
Scenarios allow you to save and switch between different sets of input values to see how they affect the results of formulas. This is called What-if Analysis.
Goal Seek works the opposite way to Scenarios: you specify the desired result of a formula, and Calc finds the input value needed to achieve it.
Consolidate combines data from multiple source ranges (on the same sheet or different sheets) into a single destination range using a selected function.
A Hyperlink is a clickable link in a cell that opens a web page, another document, or jumps to a cell in the same spreadsheet.
| Type | Description | Example |
|---|---|---|
| Absolute Hyperlink | Contains the complete (full) path/URL to the target file or location. Works regardless of where the spreadsheet is stored. | C:\Users\Student\data.xlsx or https://www.skillyog.com |
| Relative Hyperlink | Contains only a partial path relative to the spreadsheet's current location. Breaks if the file is moved. | ../data/sales.xlsx |
Insert hyperlink: Insert โ Hyperlink (or Ctrl+K).
A Pivot Table (called DataPilot in older versions of LibreOffice) summarises and analyses large data sets, allowing you to group, filter, and aggregate data interactively.
๐ฏ Practice: Try our Unit 2 MCQ Practice โ to test your spreadsheet knowledge before the board exam.