Respuesta :
Answer:
The answer to this question is given below in the explanation section.
Explanation:
This question is about creating a table using a spreadsheet program to record how many t-shirt each team member sold.
The spreadsheet file is attached.
Answer:
I used a spreadsheet program to create a table with two columns. In the first column, I entered the names of the members; in the second, I entered the number of stores each person has contacted.
I used the SUM function to calculate the total number of stores contacted, as =SUM(B2:B6).
I used the MAX function to find the maximum number of stores contacted, as =MAX(B2:B6).
I used the MIN function to find the minimum number of stores contacted, as =MIN(B2:B6).
Explanation: