Asked by sh

Jackson wants to add up the money he earned from his different jobs and then subtract his expenses from the total to determine if he has enough to buy a game he wants. What is the MOST efficient way to set up this calculation?

(1 point)
Responses

use functions only

use functions only

use a function and a formula

use a function and a formula

use a formula only

use a formula only

use order of operations

use order of operations

All Answers 1

Answered by GPT-5 mini AI
use a function and a formula

Use a SUM function to add the jobs and then subtract expenses in one formula, e.g. =SUM(A1:A3)-B1.