Unit - 2 Solved Questions
Unit - 2 Solved Questions
Class 10
Unit – 2
ELECTRONIC SPREADSHEET (ADVANCED)
1|Page
SESSION 1: ANALYSE DATA USING SCENARIOS AND GOAL SEEK
SESSION 1: CREATE AND APPLY STYLES IN THE DOCUMENT
Data -
2|Page
2) What do you mean by Subtotal? Give example.
SUBTOTAL is a function listed under the Mathematical category when you use the Function Wizard
(Insert > Function). Because of its usefulness, the function has a graphical interface. It is accessible
from Data menu as shown in Figure.
SUBTOTAL, totals/adds data arranged in an array—that
is, a group of cells with labels for columns and/or rows.
Using the Subtotals dialog, you can select arrays, and
then choose a statistical function to apply to them. For
efficiency, you can choose up to three groups of arrays
to which to apply a function. When you click OK, Calc
adds subtotals and grand totals to the selected arrays,
using the Result and Result2 cell styles for them.
Full Explanation:
https://youtu.be/1jOvhY9fxWI
3|Page
3) What do you mean by what if and scenario? Give example.
Scenarios are a tool to test “what-if” questions. Each scenario is named, and can be edited and
formatted separately. When you print the spreadsheet, only the content of the currently active
scenario is printed.
A scenario is essentially a saved set of cell values for your calculations. You can easily switch
between these sets using the Navigator or a drop-down list which can be shown beside the
changing cells.
5|Page
SESSION 2: LINK DATA AND SPREADSHEETS
2) How can you insert a sheet from different spreadsheet can you insert new sheet?
• Insert menu – sheet option
• Choose from file radio button.
• Browse another worksheet.
• Choose a sheet which you want to add.
Full Explanation:
https://youtu.be/cLxRyJiNn-w
6|Page
3) How can you rename a worksheet?
• Right click on sheet
• Choose Rename Sheet option
• Click on the = icon next to the formula bar. The icons change and an equal’s sign appears in the
formula bars shown here.
• Now, click on the sheet tab for the sheet containing the cell to be referenced. In this case, that
is the Checking Account sheet as shown below.
• Click on cell F3
• Click the green checkmark in the formula bar to finish.
Using Keyboard
Typing the reference is simple once you know the format the reference takes. The reference has
the Hyperlink dialog. To display the dialog, click the Hyperlink icon on the Standard toolbar or
choose Insert > Hyperlink from the menu bar. To turn existing text into a link, highlight it before
opening the Hyperlink dialog.
Full Explanation:
https://youtu.be/
cLxRyJiNn-w
8|Page
8)
SESSION 3: SHARING WORKSHEET DATA
● Insert > Cells Shift Cells Down & Shift Cells Right
9|Page
● Insert > Movie and Sound
● Format > Merge Cells > Merge and Center, Merge Cells, Split Cells
● Data >DataPilot
10 | P a g e
● If the changes conflict, the Resolve Conflicts dialog is shown. You must decide for each conflict
which version to keep, yours or the other person’s. When all conflicts are resolved, the worksheet
is saved. While you are resolving the conflicts, no other user can save the shared worksheet.
● If another user is trying to save the shared worksheet and resolve conflicts, you see a message
that the shared spreadsheet file is locked due to a merge-in in progress. You can choose to cancel
the Save command for now, or retry saving later. When you successfully save a shared
spreadsheet, the worksheet shows the latest version of all changes that got saved by all users.
After you have added a comment to a changed cell, you can see it by hovering the mouse pointer
over the cell.
The comment also appears in the dialog when you are accepting and rejecting changes.
3. Select cell A3, which contains the number 3, and copy the value to the clipboard.
4. Select the range A1:C3.
5. Use Tools > Macros > Record Macro to start the macro recorder. The Record Macro dialog is
displayed with a stop recording button.
6. Use Edit > Paste Special to open the Paste Special dialog.
14 | P a g e
7. Set the operation to Multiply and click OK. The cells are now multiplied by 3.
8. Click Stop Recording to stop the macro recorder. The OpenOffice.org Basic Macros dialog opens.
9. Select the current worksheet. For this example, the current Calc worksheet is Untitled 1. Existing
worksheets show a library named Standard. This library is not created until the worksheet is
saved, or the library is needed, so at this point your new worksheet does not contain a library.
You can create a new library to contain the macro, but this is not necessary.
15 | P a g e
10. Click New Module. If no libraries exist, then the Standard library is automatically created and
used. In the New Module dialog, type a name for the new module or leave the name as
Module1.
11. Click OK to create a module named Module1. Select the newly created Module1, enter the
macro name PasteMultiply and click Save.
16 | P a g e
12. The created macro is saved in Module1 of the Standard library in the Untitled 1 worksheet
3) What do you mean by sorting?
Sorting data can be automated in Open Office by creating a Macro in Calc. Data can be sorted on
a single column or more than one column. Each time the Macro runs the data gets sorted. Such
macros can be written using code in Open Office.
17 | P a g e