Unit-4 notes-class-IX
Unit-4 notes-class-IX
5. Write down the steps to insert new blank Cells in Excel worksheet.
Answer:
Step 1 - Select the location and number of Cells you want to insert in Excel
worksheet. You can insert a single Cell or Range of Cells in Excel worksheet, either
in rectangle or square shape.
Step 2 - After selecting the location and number of Cells, right-click on any of the
selected Cell and select "Insert" from context menu as shown in below image.
5. Write down the steps to Split a sheet into panes.
Answer:
⚫ Select below the row where you want the split, or the column to the right of where you
want the split.
⚫ On the View tab, in the Window group, click Split. To remove the split panes, click Split
again.
A cell reference in Excel refers to the value of a different cell or cell range on the
current worksheet or a different worksheet within the spreadsheet. A cell
reference can be used as a variable in a formula.
Types of Cell Reference
We have three different types of Cell References
⚫ Relative Cell Reference
⚫ Absolute Cell Reference
⚫ Mixed Cell Reference
Average: Returns the average (arithmetic mean) of the arguments. For example, if the
range A1:A20 contains numbers, the formula =AVERAGE(A1:A20) returns the average of
those numbers.
Use the COUNT function to get the number of entries in a number field that is in a range
or array of numbers. For example, you can enter the following formula to count the
numbers in the range A1:A20: =COUNT(A1:A20). In this example, if five of the cells in the
range contain numbers, the result is 5.
MAX will return the largest value in a given list of arguments. From a given set of numeric
values, it will return the highest value.
MAXA function returns the largest numeric value in a range of values. The MAXA function
ignores empty cells, but evaluates the logical values TRUE and FALSE as 1 and 0,
respectively.
The IF function checks whether a condition is met, and returns one value if true and
another value if false.
10. Define Regular expression.
Answer:
RegEx stands for regular expression and is a sequence of characters that defines a
pattern that can be used to match against strings.