QUESTION IMAGE
Question
serena wants to add the numbers appearing in cells d3:d9 and then place the result in cell d10. what function should she use in cell d10 to get the desired result?
a =add(d3:d9)
b =average(d3:d9)
c =count(d3:d9)
d =sum(d3:d9)
The question requires summing numbers in cells D3:D9. Option A's =ADD is not a standard spreadsheet function for this purpose. Option B calculates the average, not the sum. Option C counts cells with numbers, not their total. Option D uses =SUM, the standard function to add values in a range, which matches the requirement.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
D. =SUM(D3:D9)