JAMIA 2026 — Computer PYQ
JAMIA | Computer | 2026Which of the following is an invalid cell reference in MS Excel?
Choose the correct answer:
- A.
1C
(Correct Answer) - B.
C$1
- C.
$C1
- D.
C1
1C
Explanation
Correct Answer: (a) 1C
Detailed Explanation
Standard Excel Cell Addressing: In Microsoft Excel, a standard cell address must always start with the Column Letter(s) followed directly by the Row Number. For example, column C and row 1 is correctly written as C1.
Why 1C is Invalid: The string
1Creverses this structural sequence by starting with a numeric row descriptor before the letter descriptor, making it an invalid identifier that Excel cannot parse.The Role of the Dollar Sign ():</strong> The character <span style="font-family: "Google Sans Text", sans-serif !important;">\$$ is a special operator used to create absolute addresses. It locks a column reference, a row reference, or both, ensuring they do not shift when a formula is copied or dragged to another cell.
