Computer Applications
Spot the error in each of the following:
- =SUM ('C9':C14)
- =$B*$3*C$
- =COUNT(9, 12, 17, 26, A$)
- =AVERAGE(A1:An)/n
- =MAX('19', 70, 101)
- =ADD(24+54+77-38)
Spreadsheet
56 Likes
Answer
The corrected formulae are given below:
- =SUM(C9:C14)
- =$B$3 * C$4
- =COUNT(9, 12, 17, 26)
This will give the output as 4 since there are 4 numeric values given as input to the count function. - =AVERAGE(A1:An)
where 'n' is the row number of the cell till where the average is required. - =MAX(19,70,101)
- =SUM(24,54,77)-38
Answered By
31 Likes
Related Questions
Write the format of the functions used in MS Excel to perform the following tasks:
To find the sum of all the prime numbers from 1 to 10.
Write the format of the functions used in MS Excel to perform the following tasks:
To find the arithmetical mean of the cell references from E4 to K4.
Given below is a table containing 'Rate/gm' and 'Wt in gm' in columns A and B respectively. Cell D1 contains GST as 5% (i.e. 0.05). The cost (including GST) of each item is to be calculated and stored in the corresponding cells of column C as (Rate/gm) * Wt in gm * GST.

Based on the above case, answer the following questions:
(a) Which of the following represents cell D1 as absolute?
- $D1$
- D$1$
- $D$1
- D1$
(b) What will happen when cell C1 is absolute and used in the formula to find cost in the cells from C4 to C7?
- All cell values from C4 to C7 will become 0 (zero).
- The cell value D1 will be shifted into the cell C1.
- The cell value D1 will be copied into the cell C1.
- All the cell values from C4 to C7 will occupy same non-zero values.
(c) What will be the formula to calculate the cost in column C4?
- A4 * B4 * D1
- A4 * B4 * $D$1
- A4 * $B4$ * D1
- $A4$ * $B4$ * $d4$
(d) What will be the formula to calculate the cost in column C7?
- $A$7 * B7 * D1
- A7 * B7 * $D$1
- A$7$ * B$7$ * D1
- A7 * B7 * $D1$
Given below is a chart which shows the comparative study of the prices of TV sets of various companies:

On the basis of the above chart, answer the following questions:
(a) What is the type of the given chart?
(b) Name any two chart elements.
(c) Name the chart element to display the title.
(d) Which option will you select under chart element to display information along horizontal or vertical direction?