Unit 2:
Chapter 3
LINKING
SPREADSHEET DATA
A. Multiple Choice Questions
- (b) Insert
- (a) $My Sheet.'G5'
- (b) three
- (b) Hyperlink
B. Fill in the blanks
- current
- Ctrl+A
- .odb
- Single quotes
- Insert Sheet from Another File
C. State whether the following
statements are True or False
- False:
A sheet can be added before or after the current sheet.
- True:
If a sheet has a reference to another sheet, changes made to the
referenced sheet will be reflected in the referencing sheet.
- False:
You can link a sheet as a reference in another sheet using the INSERT -> LINK option.
- True:
You can insert data from a web page into a spreadsheet using the INSERT -> WEB
PAGE option.
- False:
You can delete a hyperlink by right-clicking on it and selecting
"Remove Hyperlink."
D. Answer the following questions
- Name the two ways to link the sheets in a LibreOffice
Calc.
- Direct Reference: Referencing a cell or range of cells in another sheet
using the sheet name followed by the cell reference (e.g., Sheet2.A1).
- Hyperlink:
Creating a hyperlink to a specific cell or range of cells in another
sheet.
- Differentiate between Relative and Absolute Hyperlink.
- Relative Hyperlink: The link is relative to the current position in the
document. If you move the linked cell, the hyperlink will still work.
- Absolute Hyperlink: The link is fixed to a specific location in the
document. If you move the linked cell, the hyperlink will no longer work.
- Write steps to extract a table from a web page in a
spreadsheet.
- Open the web page in your browser.
- Select the table you want to extract.
- Copy the table (Ctrl+C or right-click and copy).
- Open your LibreOffice Calc spreadsheet.
- Paste the table into the spreadsheet (Ctrl+V or
right-click and paste).
- *Write steps to register a data source that is in
.odb format.
- Go to Tools -> Database -> Register
Database.
- In the "Database Type" dropdown, select
"HSQLDB".
- In the "Database URL" field, specify the
path to your .odb file.
- Click "OK" to register the database.
- State advantages of extracting data from a web page
into a spreadsheet.
- Real-time data:
You can extract the latest data from the web page.
- Automation:
You can automate the data extraction process using macros or scripts.
- Data analysis:
You can perform various data analysis tasks on the extracted data.
Lab Exercises
- Create three sheets named Jan, Feb and March.
- Create three new sheets in your LibreOffice Calc
document and name them "Jan," "Feb," and
"March."
- Enter the attendance data for each month in the
respective sheets, using "P" for present and "A" for
absent.
- Use the COUNTIF
function to count the number of "P"s in each sheet to calculate
the total attendance.
- Add another sheet named 'Consolidated Attendance' that
stores total attendance of three months and calculates the percentage. 1
- Create a new sheet named "Consolidated
Attendance."
- Use the SUM
function to add the total attendance from the three months.
- Calculate the percentage attendance by dividing the
total attendance by the total possible attendance (e.g., 31 days for
January).
- Create a spreadsheet containing the list of Prime
Ministers of India with their tenure from the website [invalid URL
removed].
- Open the website in your browser.
- Copy the table containing the list of Prime Ministers.
- Paste the table into a new LibreOffice Calc sheet.
- Use the COUNT
function to count the number of Prime Ministers in the list.
No comments:
Post a Comment