QUESTION IMAGE
Question
practice activity #2 - built-in functionality
the outputs of the following functions? note cell e3 has been formatted to show no
laces.
- =min(c3, c7)
=min(3,2) = 2 (handwritten)
- how do you name the cell e9 \subtotal\?
Response
Question 6:
Step1: Identify values in C3 and C7
From the table, C3 (Soda quantity) is 3, C7 (Hot Dog quantity) is 2.
Step2: Apply MIN function
The MIN function returns the minimum of the two values. So MIN(3, 2) = 2.
Brief Explanations
To name cell E9 "Subtotal" in Excel:
- Select cell E9.
- Go to the "Formulas" tab (or "Define Name" in some versions) or use the Name Box (the box to the left of the formula bar that shows the cell reference).
- If using the Name Box: Click on the Name Box, type "Subtotal", and press Enter.
- If using Define Name: Click "Define Name", enter "Subtotal" as the name, ensure the "Refers to" box has E9 (or the correct reference), then click OK.
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
2