Concept of Cell Address
The column range is the number of cells spread across the column. The cell address is represented by single column letter and multiple row number in a sequence. In this example the column letter C is constant with rows varying from 2 to 7. The range of cells starts in C2 and ends in C7. This range of cells consists of the cells, namely C2, C3, C4, C5, C6, and C7. The range of cells starts in C2 and ends in C7 and it is represented by C2:C7
The row range is the number of cells spread across the row. The cell address is represented by single row number with columns varying from B to D columns. The range of cells starts in B3 and ends in D3. This range of cells consists of the cells, namely B3, C3, D3, and it is represented by B3:D3
The row and column range is the number of cells spread across the row and columns. This range is a matrix with number of rows and number of columns. In this example, the range starts in cell B2 and ends in cell C7. This range of cells consists of the cells from B2 to B7 and cells from C2 to C7. The range it is represented by B2:C7 as shown in Figure 4.7. Note: The control key is used to select more than one ‘range of cells’ in a worksheet. The control key is marked as ‘Ctrl’ on the keyboard.
Qus. 1 : In a LibreOffice Calc, absolute cell reference can be represented as :
- A3
- $A$3
- A$3
- $A3
Qus. 2 : How many rows and columns are there in LibreOffice Calc?
- 1024 rows and 1048576 columns
- 10000 rows and 32000 columns
- 1,048,576 rows and 16,384 columns
- None of above
Qus. 3 : In Libre Spreadsheet, Rows are labelled as ____?
- A,B,C,….
- 1,2,3….
- A1, B1, C1…
- 1A, 1B, 1C…
Qus. 4 : The cell reference for a range of cells that starts in cell C1 and goes over to column H and down to row 10 is?
- C1:10H
- C1:H10
- C1:H-10
- C1:H:10
Qus. 5 : <p>Match the following cell referencing types with their descriptions.</p><table class="table table-bordered"><tbody><tr><td><span style="font-size: 14px;"><b>Referencing Type</b></span></td><td><span style="font-size: 14px;"><b>Description</b></span></td></tr><tr><td><span style="font-size: 14px;">A. Relative Reference</span></td><td><span style="font-size: 14px;">1. Does not change when the formula is copied ($A$1)</span></td></tr><tr><td><span style="font-size: 14px;">B. Absolute Reference</span></td><td><span style="font-size: 14px;">2. Changes automatically when the formula is copied to another cell</span></td></tr><tr><td><span style="font-size: 14px;">C. Mixed Reference</span></td><td><span style="font-size: 14px;">3. Refers to cells in a different spreadsheet or workbook</span></td></tr><tr><td><span style="font-size: 14px;">D. External Reference</span></td><td><span style="font-size: 14px;">4. Partially absolute and partially relative (e.g., $A1 or A$1)</span></td></tr></tbody></table><p><br></p>
- A-1, B-2, C-3, D-4
- A-2, B-1, C-4, D-3
- A-3, B-4, C-1, D-2
- A-4, B-3, C-2, D-1
Programs
Create a worksheet employee with the following information
View Solution
Create a Spreadsheet Employee data with following details
View Solution
create worksheet for Employees Details and perform following operations
View Solution
create a worksheet university and perform the following operation
View Solution
create a spreadsheet of Student marks and find the followings
View Solution
Create a worksheet employee with the following information.
View Solution
Create a worksheet employee data with the following information.
View Solution
In a spreadsheet, create a table with the following data for monthly sales
View Solution