Question: The function return statement should calculate and return value 1 v alue 2 Recall that functions return values to the worksheet using a RETURN statement.

The function return statement should calculate and return value 1value2
Recall that functions return values to the worksheet using a RETURN statement.
The syntax for a return statement is: FUNCTION_NAME = value to be computed / returned
NOTE: ensure you leave a space before and after the ^ character
Call the function from cell G4, and pass in as argument the values in cell G2(as value1) and G3(as value2)... This is Result
Then, call the function from cell 13, but this time pass in the arguments in the reverse order (G3 as value1 and G2 as value2)... This is Result 2
Change the value in cells G2 to 5 and the value in cell G3 to 4. Note how the values returned by the function (in cells G4 and I3) automatically update.
The function return statement should calculate

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!