Unit2 Electronic Spreadsheet Advanced
Unit2 Electronic Spreadsheet Advanced
Consolidating data
• Function
• Consolidate Ranges
• Select data range
• Copy results to
• Labels
• Link to source data
• Button – OK, Cancel, Help, Add, Delete, More
1|Page
Standard : 10 Sub : IT-402 Teacher : Nehal Shah
Ans.
Step 1: Click on the source data range option.
Step 2: Click on the shrink button.
Step 3: Move to the source worksheet and select the cell.
Step 4: Now again click on the shrink button.
Step 5: Click on the Add button.
Q – 7 How to define ranges?
Ans.
Subtotals
Q 8. What is subtotals in open office calc?
Ans. Subtotal is used to display formula results according to columns group
and row labels
Q 9. What are the common functions available in subtotal dialog box?
Ans.: The common functions available in the subtotals dialog box are as
following:
1. Sum
2. Average
3. Max
4. Min
5. Count
Q 10. List out different tabs available in the subtotals dialog box?
Ans.: The subtotals dialog box has the following tabs:
1. 1st Group
2. 2nd Group
3. 3rd Group
4. Option
2|Page
Standard : 10 Sub : IT-402 Teacher : Nehal Shah
1. Group By: This option provides on the drop-down list of column headers
used in the worksheet. Select the column name which you want to display
in the subtotals group.w
2. Calculate subtotals for: It is used to select the value to display the result
in a group.
3. Use Functions: This option is used to select different functions like sum,
count, max, min etc.
1. Groups
2. Sort
• The group’s options are applicable to the group and provides following
options:
• The sort group option provides sorting options like ascending or descending
order and custom sort order according to users.
What if scenarios
Q14. What is “What if” scenarios?
Ans.
3|Page
Standard : 10 Sub : IT-402 Teacher : Nehal Shah
• We can switch between scenarios using Navigator or a drop down list.
• When print command given, active scenarios are printed.
• Select the cells that contain the values that will change between
scenarios.
• Choose Tools > Scenarios
• On the Create Scenario dialog enter a name for the new scenario ,
comment , do settings and click ok
What if tools
Q16. What is “what if” tools?
Ans.
• What if tools are like what if scenarios but they are used for multiple
operations.
• Like what if scenarios , multiple operations tool does not present the
alternate versions in the same cells , but it creates a formula array , in
which separate set of cells shows the results of applied formula to a list
of values
• Select the list of alternative values and the adjacent cells to display
result.
• Choose Data > Multiple Operations
• In the multiple operation dialog box , enter the cell reference to the
formula in the Formulas field and Row input cell and the column input
cell fields
• Press ok
Goal Seek
Q18. What is Goal Seek ?
Ans. Normally formulas are used to find the result based upon the existing
values. While Tools > Goal Seek is used to find what values will produce the
result that we want.
Solver
Q20. What is Solver?
Ans.
• Tools > Solver is the more elaborate form of Goal Seek. The difference is
that the Solver deals with equations with multiple unknown variables. It is
specifically designed to minimize or maximize the result according to a set
of rules that you define.
Q8. Differentiate between Relative and Absolute Hyperlinks with the help of an
example.
Ans. An absolute hyperlink will stop working only if the target is moved. A
relative hyperlink will stop working only if the source and target locations
change relative to each other. Suppose, if you have two spreadsheets in the
same folder linked to each other and you move the entire folder to a new
location, a relative hyperlink will not break a link.
8|Page
Standard : 10 Sub : IT-402 Teacher : Nehal Shah
• By selecting Edit > Changes > Record option we can save the changes
. A coloured border, with a dot in the upper left-hand corner, appears
around a cell where changes were made
o Make the copy of the original document and then compare it to show the
changes.
Q22. Elaborate the steps to accept or reject the changes done by the user in
spreadsheet.
Ans. The steps to accept or reject the changes in document
• Open the edited document
9|Page
Standard : 10 Sub : IT-402 Teacher : Nehal Shah
• Select the Edit > Changes > Accept or Reject option , Related Dialog
box opens
• Click on Accept or Reject button for single change
• Click on Accept All or Reject All button for all changes in one step
• Accepting and Rejecting is a non-reversible process
Ans. When we have to review or compare more than one document at a time
and Edit > Changes > Record option is enabled , merge document option is
useful Steps to merge documents
• Open the original document
• Select Edit > Changes > Merge Document.
• A file selection dialog opens. Select a file you want to merge and click OK.
• After the documents merge, the Accept or Reject Changes dialog box
opens,
• To merge more documents, repeat steps
• Changes of different documents are combined into one document and they
can be Accepted or Rejected
• Changes from different documents appear in different colour
Q25. Ms. Shilpa is a class teacher of Class 10. She is working in MS Excel
and preparing a worksheet to insert marks for five subjects. She is confused
10 | P a g e
Standard : 10 Sub : IT-402 Teacher : Nehal Shah
about how to generate the sample copy of the worksheet in one click. Explain
how she can use a macro to fulfill her needs.
Ans.
o She needs to create a worksheet and starts the macro recorder.
o Then go for the formatting whatever she wanted to record.
o When the worksheet will be ready, stop the macro recorder.
o Run the macro in a new worksheet.
Ans.
• Place the cursor in a cell from where you want to start record.
• Use Tools > Macros > Record Macro to start the macro recorder. The
Record Macro dialog is displayed with a stop recording button.
• Do the steps we want to record , now click stop recording button to stop
macro Recorder
• Open office Basic Macros Dialog box opens
• Select Library , Module and give macro name
• Press ok
Q29. How to edit macros in open office calc ? OR write steps to create
function as macro?
Ans.
• Use Tools > Macros > Organize Macros > OpenOffice.org Basic to
open the OpenOffice.org Basic Macros dialog.
11 | P a g e
Standard : 10 Sub : IT-402 Teacher : Nehal Shah
• Click Organizer button to open the OpenOffice.org Basic Macro Organizer
dialog box
• Select Library , Module
• To Edit macro select macro OR to create new function as macro click Edit
button
• Window opens to edit or create macro
Function NumberFive()
NumberFive = 5
End Function
Q31. write a macro that accepts two arguments and returns the larger of the
two.
Ans.
Function TestMax(x, y)
If x >= y Then
TestMax = x
Else
TestMax = y
End If
End Function
12 | P a g e
Standard : 10 Sub : IT-402 Teacher : Nehal Shah
1. At the bottom of each worksheet window is a small tab that indicates the
____________ of the worksheets in the workbook.
Ans. name
2. A ___________ refers to a cell or a range of cells on a worksheet and can be
used to find the values or data that you want formula to calculate.
Ans. Cell reference
3. Spreadsheet software allows the user to share the workbook and place it in
the ____________ location where several users can access.
Ans. network
4. Spreadsheet software can find the changes by __________ Sheets.
Ans. Comparing
5. Macros are useful to ___________ a task the same way over and over again.
Ans. Repeat
6. ____________ is the shortcut key for hyperlink
Ans. Ctrl + k
7. During ________ the contents of cells from several cells can be combined.
Ans. Consolidation
8. Extension for open office calc and excel is ___________ , __________
Ans. *.ods , *.xlsx
9. The __________ tool arranges data in array
Ans. Subtotal
10. The __________ tool is used to test “what if “ questions
Ans. Scenario
11. To reverse the usual order for a formula ________ tool is used
Ans. Goal seek
12. ________ deals with equations with multiple unknown variables
Ans. Solver
13. Shared workbook does not allow ______ , _______ , ______
Ans. Conditional formatting, merging cells , inserting pictures or graphs
Note: go through all options available in PDF
14. ________ is a saved sequence of commands or keystrokes that are
stored for later use
13 | P a g e
Standard : 10 Sub : IT-402 Teacher : Nehal Shah
Ans. Macro
15. ________ worksheets can be added to spreadsheet
Ans. Many
16. Macro option is available under _______ tools
Ans. Tools
17. Subtotal is a function listed under _______ category
Ans. Mathematical
18. There are ________ ways to rename a worksheet
Ans. 3
19. The default module name in macro is _________
Ans. Module1
20. Subtotal option is available under _________ tab
Ans. Data
21. By default _________ group tabs are there in subtotals dialog box
Ans. Three
22. In spreadsheet formula begins with ______
Ans. =
14 | P a g e
Standard : 10 Sub : IT-402 Teacher : Nehal Shah