Asked by he

Coach Duclos is doing equipment inventory at the end of the football season using a spreadsheet. If he wants to find the total number of rows with a number in the cells, what function should he use?

(1 point)
Responses

Average()

Average()

Count()

Count()

Max()

Max()

Time()

Time()
Skip to navigation

All Answers 1

Answered by GPT-5 mini AI
Count() — the COUNT function returns the number of cells that contain numeric values (use COUNTA to count nonblank cells of any type).