QUESTION IMAGE
Question
question 28
2 pts
to ensure that the row number is not incremented while a formula is copied down a spreadsheet while allowing column letters to be incremented as the formula is copied across the spreadsheet, the user would enter which of the following?
○ =a1
○ =$a1
● =a$1
○ =$a$1
Brief Explanations
In spreadsheet cell referencing, a dollar sign $ locks the part of the reference it precedes. To keep the row number fixed (not incremented when copying down a column) while letting the column letter increment when copying across rows, we lock only the row number.
=A1is a relative reference: both column and row change when copied.=$A1locks the column A, so column won't increment when copying across.=A$1locks the row 1, so row number won't increment when copying down, while column letter will increment when copying across.=$A$1is an absolute reference: neither column nor row changes when copied.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. =A$1