Chapter 4: Formulas and Functions in Excel
Section A: Multiple Choice Questions (30 Marks)
1. Every formula in Microsoft Excel must begin with which operator symbol?
2. Which symbol is used in Excel to concatenate (join) two text strings?
3. What is the value evaluated by formula `=MOD(10, 3)`?
4. Which error code appears when a number is divided by zero (`0`) in a formula?
5. What error symbol displays when a column width is too narrow to show numerical data?
6. A cell reference of the form `$E$1` uses which type of cell referencing?
7. What result is returned by Excel function `=MAX(2, 5, 8)`?
8. Which function calculates the arithmetic average of a given range of cell values?
9. Cell reference `A$1` or `$A1` is classified as which reference type?
10. Which function rounds a number to a specified number of digits?
11. What function returns the current system date in Excel?
12. What function returns the square root of a non-negative number?
13. Which function counts only the cells that contain numerical values in a specified range?
14. What error occurs when an invalid function name is typed (e.g., `=SUMM(A1:A5)`)?
15. What error occurs when a cell reference used in a formula is deleted?
16. What is the default cell reference type in Excel when entering cell addresses without dollar signs?
17. Which function rounds a number down to the nearest integer?
18. What feature allows dragging the black handle at the bottom-right corner of a cell to fill adjacent cells with formulas?
19. In Excel operator precedence, which operation is performed first?
20. What function calculates the smallest value in a range of cells?
21. What error occurs when an incorrect type of operand or argument is used in a formula (e.g., adding text to a number)?
22. Arguments passed to an Excel function are always enclosed inside:
23. Which function returns both current date and current time in a cell?
24. Which key shortcut toggles cell reference styles between relative, absolute, and mixed while editing a formula?
25. What is the value of expression `=(4 + 5) * 2 - 6 / 3`?
26. Which symbol separates cell range start and end points in Excel (e.g., A1 through A10)?
27. What does function `=PRODUCT(3, 4, 2)` evaluate to?
28. In Excel, predefined built-in formulas that perform specific calculations are called:
29. When copying formula `=A1+B1` down to the next row, what does it become under relative referencing?
30. The values or cell references passed inside a function's parentheses are called:
Section B: Assertion & Reason Questions (30 Marks)
Directions: Choose the correct option:
- A: Both Assertion (A) and Reason (R) are true, and Reason (R) is the correct explanation.
- B: Both Assertion (A) and Reason (R) are true, but Reason (R) is NOT the correct explanation.
- C: Assertion (A) is true, but Reason (R) is false.
- D: Assertion (A) is false, but Reason (R) is true.
31. Assertion (A): When copying a formula with relative referencing, cell addresses adjust automatically relative to the target location.
Reason (R): Relative cell references track relative position offsets rather than fixed cell coordinates.
32. Assertion (A): Absolute cell referencing uses dollar signs (like `$A$1`) to lock both column and row references.
Reason (R): Absolute cell references change dynamically when copied across different worksheet cells.
33. Assertion (A): `=SUM(A1:A5)` adds all numerical values present in cells A1 through A5.
Reason (R): The colon operator `:` specifies a continuous range of cells in Excel.
34. Assertion (A): The formula `=5+2*3` gives a result of 21.
Reason (R): According to standard operator precedence (BODMAS), multiplication is performed before addition.
35. Assertion (A): The `#DIV/0!` error appears when attempting to divide a number by zero or an empty cell.
Reason (R): Mathematical division by zero is undefined in arithmetic operations.
36. Assertion (A): The ampersand operator `&` is used to add numerical values in Excel.
Reason (R): The `&` operator concatenates two or more text values into a single string.
37. Assertion (A): Function `=TODAY()` requires no arguments inside its parentheses.
Reason (R): `=TODAY()` fetches the current system date directly from the system clock.
38. Assertion (A): Entering `A1+B1` without an equals sign `=`) in a cell calculates the sum of A1 and B1.
Reason (R): Excel treats any cell entry without a leading `=` sign as plain text or string.
39. Assertion (A): Mixed cell referencing locks either the row or column, while leaving the other relative.
Reason (R): In `$A1`, column A is locked absolute while row 1 remains relative.
40. Assertion (A): The `#REF!` error occurs when a formula points to an invalid or deleted cell address.
Reason (R): Deleting columns or rows containing referenced cells breaks the cell reference connection.
41. Assertion (A): The AutoFill feature allows copying formulas across adjacent rows or columns quickly.
Reason (R): Clicking and dragging the fill handle applies the formula while automatically updating relative references.
42. Assertion (A): The `=COUNT()` function counts all empty and text cells in a range.
Reason (R): The `=COUNT()` function counts only cells containing numerical values.
43. Assertion (A): The `#NAME?` error indicates that Excel cannot recognize text inside a formula.
Reason (R): Misspelling function names like typing `=AVERAGEE()` triggers a `#NAME?` error.
44. Assertion (A): Pressing the `F4` key while editing a cell reference cycles through reference types.
Reason (R): `F4` automatically inserts or removes dollar signs (`$`) from cell references.
45. Assertion (A): Function `=MAX(5, 12, 3)` returns the output `3`.
Reason (R): `=MAX()` returns the largest numerical value among arguments, while `=MIN()` returns the smallest.
46. Assertion (A): Formulas can contain numbers, mathematical operators, cell references, and functions.
Reason (R): Formulas combine these elements to perform operations and calculate results in worksheets.
47. Assertion (A): `=MOD(10, 3)` yields a result of `1`.
Reason (R): The `=MOD()` function returns the remainder after dividing the first number by the second.
48. Assertion (A): The error `#######` means the formula contains a severe calculation error.
Reason (R): `#######` indicates that the column width is too narrow or a negative date/time is formatted.
49. Assertion (A): Arguments in a function are separated using commas `,`.
Reason (R): Commas separate individual arguments like cell ranges or numbers inside function parentheses.
50. Assertion (A): `=SQRT(16)` returns `4`.
Reason (R): The `=SQRT()` function calculates the square root of a given positive number.
51. Assertion (A): Parentheses `()` alter default operator precedence in Excel formulas.
Reason (R): Expressions inside parentheses are always evaluated first by Excel.
52. Assertion (A): Absolute referencing is required when referencing a fixed value, such as a tax rate cell.
Reason (R): Absolute references prevent cell address changes when copying formulas to other rows.
53. Assertion (A): Entering `="Class " & "7"` outputs `Class 7`.
Reason (R): Text concatenation joins character strings together seamlessly.
54. Assertion (A): `=PRODUCT(5, 10)` calculates `15`.
Reason (R): The `=PRODUCT()` function multiplies all numbers supplied as arguments.
55. Assertion (A): The `#VALUE!` error occurs when typing mathematical formulas using text strings directly.
Reason (R): Arithmetic operators expect numerical operands rather than non-convertible text.
56. Assertion (A): Modern spreadsheet software updates formula results automatically when input cell data changes.
Reason (R): Dynamic cell referencing links output values to referenced source cells.
57. Assertion (A): `=ROUND(12.345, 2)` gives `12.35`.
Reason (R): Rounding 12.345 to 2 decimal places checks the third decimal digit (5) and rounds up.
58. Assertion (A): Excel formulas can only refer to cells on the same worksheet.
Reason (R): Sheet references allow formulas to access cells across different worksheets within a workbook.
59. Assertion (A): `=AVERAGE(10, 20, 30)` evaluates to `20`.
Reason (R): The average is calculated by dividing the sum (60) by the total number of arguments (3).
60. Assertion (A): Circular reference errors occur when a formula refers to its own cell directly or indirectly.
Reason (R): Self-referencing formulas create infinite calculation loops that Excel cannot solve automatically.
Section C: Visual & Scenario Based Questions (10 Marks)
61. Identify the Cell Referencing Visual:
Cell D4: =E1 - C4
Dragging formula from D4 down to D5...
If cell `E1` must remain strictly fixed while dragging down, how should `E1` be written in cell D4?
62. Observe the Worksheet Data Layout:
Cell A1: 50 | Cell B1: 0 | Cell C1: =A1/B1
What error output displays in cell C1 upon pressing Enter?
63. Identify the Excel Formula Bar Visual:
Formula Bar Entry: =MAX(2, 5, 8)
What calculated value is rendered inside the active worksheet cell?
64. Scenario Visual: Mohit uses an Excel function for mathematical calculations but the cell displays `######`. What issue occurred in his spreadsheet layout?
65. Identify the Text Concatenation Visual:
Cell A1: "Super" | Cell B1: "Star"
What formula entered in cell C1 combines them into "SuperStar"?
66. Observe the Sports Team Record Table:
Cell C4: Matches Lost (10) | Cell E1: Total Matches (25)
To compute Win Percentage in cell D4 as `=(E1-C4)/E1*100`, which formula uses proper absolute references before copying down?
67. Scenario Visual: Rashmi enters `=SUMM(A1:A10)` into cell A11. Excel displays error `#NAME?`. What must Rashmi correct?
68. Identify the AutoFill Cursor Visual:
When hovering over the tiny square at the bottom-right corner of active cell C2, the mouse pointer changes into a:
69. Look at the Code/Formula snippet visual:
Cell A1: 10 | Cell A2: 20 | Cell A3: 30
What value is computed by `=AVERAGE(A1:A3)`?
70. Identify the Math Function Output visual:
Formula: =INT(15.89)
What value appears inside the worksheet cell?