Computer Science, asked by shreyash1179, 7 months ago

E.
Write the formulas for the following.
1. To find the sum of cells A1 to A6 and to display the answer in A7.
2. To find the average of cells C3 to F3 and to write the answer in G3.
3. To calculate the product of cells A1 to A4 and to display the result in A5.​

Answers

Answered by StephenDeva
5

Answer:

1. In A7 write this code without quotes

"=SUM(A1:A6)"

2. In G3 write this code without quotes

"=AVERAGE(C3:F3)"

3. In A5 write this code without quotes "=PRODUCT(A1:A4) "

PLEASE MARK THIS ANSWER AS BRAINLIEST

Similar questions