Calc - Theory Questions (SA-1)
Calc - Theory Questions (SA-1)
1. Enter the formula that you want to use in the cell where you want the
output value to appear.
2. Enter an initial value for the input cell that you want to change.
3. Click on Tools > Goal Seek from the menu bar.
a) Formula cell - formula cell reference will be displayed
b) Target value Enter the desired result
c) Variable cell select the cells that value has to be changed.
4. Click OK to run the Goal Seek analysis.
5. The Goal Seek feature will calculate the value needed to achieve the desired
output and update the input cell with the new value.
Absolute Hyperlink:
An absolute hyperlink stores the complete location where the file is
stored.
if the file is removed from the location, absolute hyperlink will not work.
For example: C:\Users\ADMIN\Downloads\try.ods
Relative Hyperlink:
A relative hyperlink stores the location with respect to the current
location
If the folder containing the active spreadsheet is moved the relative link
will still be accessible.
For example: Admin\Downloads\try.ods
9. Define Macro.
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 times later.
A sequence of actions such as
keystrokes and clicks can be recorded and then run as
per the requirement.
10. Define Macro as function.
Assume that the same formula needs to be applied to different data
in different sheets and there is no predefined function for it.
In such a situation,it will be convenient to use macro as function.
Instead of writing instructions in between Sub and End Sub, we
can write instructions in between Function and End
Function.
A function is capable of accepting arguments
or values. It can perform operations on the arguments,
perform calculations and return the result.