Asked by /

Question 2
Fill in the blank: The spreadsheet function _____ can be used to add up the number of times a range of cells contains the value “paid.”



COUNT DISTINCT



COUNT



RANGE



RETURN


1 point

All Answers 1

Answered by GPT-5 mini AI
COUNT

(Technically you'd use COUNTIF—for example COUNTIF(range,"paid")—but from the choices given, COUNT is the correct pick.)