PART B UNIT 2 NOTES
PART B UNIT 2 NOTES
PART B UNIT 2 NOTES
(b) What-if analysis - What-if scenario is a set of values that can be used within the
calculations in the spreadsheet. A name is given to the scenario and several
scenarios can be created on the same sheet.
(c) Goal seek - To predict the output, we keep on changing all the input values to
obtain the desired output. Goal seek helps in finding out the input for the specific
output.
(b) What-if scenario and What-if tool- What-if scenario is a set of values that can
be used within the calculations in the spreadsheet. A name is given to the scenario
and several scenarios can be created on the same sheet.
What-if tool uses Data > Multiple Operations and is a planning tool for what-if
questions. In this, the output is not shown in the same cells, whereas it uses a drop-
down list to display the output depending upon the input
1. What is a Macro? List any two real life situations where they can be used.
Ans: A macro is a single instruction that executes a set of instructions. These set of
instructions can be a sequence of commands or keystrokes that can be used for any
number of tims later.
The two situations where they can be reduced are
1. When formatting settings to be applied repeatedly in spreadsheet
2. When the data has to be sorted repeatedly
5. List the rules that should be kept in mind while naming a macro.
Ans: While naming a Macro, Module or a Library the name should :
• Begin with a letter
• Not contain spaces
• Not contain special characters except for _
(underscore
6. Give any one advantage of macros.
Macros hold the details of an operation in a module that can be used "as if"
it were a single instruction.
A frequently used sequence of instructions can be defined as a macro.
o Now the macro can be used rather than retyping the sequence.
o The sequence can be debugged just once, rather than each time it is
typed in.
o By using acual arguments, variations of the same idea are
implemented.
Macros are used to build up complex operations out of simpler operations.
Libraries of useful macros can be created. Programmers can use these
libraries without knowing much about the detailed code the macros expand
into.
CH- 6 LINKING OF SPREADSHEET DATA