
Use the SUBTOTAL function to perform
several operations
The SUBTOTAL function can be used to calculate subtotals in a list
or database. There are different subtotal operations available that
are all covered by just one function. The syntax is provided in
Chapter 5.
4
To use the SUBTOTAL function for a number of calculations:
1. Copy the data shown in columns A and B in Figure 6-28.
2. Select cells C2:C10 and enter the daily sales of each team.
3. Calculate the average in cell F2 with the following formula:
=SUBTOTAL(1,$C$2:$C$10).
4. Calculate the sum in cell F3 with the following formula:
=SUBTOTAL(9,$C$2:$C$10).
5. Calculate the lowest sales value in cell ...