Spreadsheets
Spreadsheets
Terminology
A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-
W-X-Y-Z
-A-
Back To Top
-B-
Back To Top
-C-
Back To Top
-D-
Back To Top
-E-
Back To Top
-F-
Back To Top
-G-
Back To Top
-L-
Back To Top
20. Labels: Labels refer to text that is typed
into the cells of a spreadsheet. Labels have
no numeric value and cannot be used in a
formula or function..
-N-
Back To Top
-P-
Back To Top
-R-
Back To Top
-S-
Back To Top
-T-
Back To Top
-V-
Back To Top
-W-
Back To Top
A B C D E F G
1 KINGSTON COLLEGE
UNIVERSITY
2 PROGRAM 2001 2002 2003 TOTAL AVERAGE STATUS
3 Certificate 15 21 18
4 Diploma 500 600 700
5 Degree 1200 1100 900
6 Post-grad 10 15 12
7 MINIMUM
8 MAXIMUM
1. What Microsoft Excel feature would you use to align the heading across cells A1 to G1?
Merge and Centre
2. What formatting features were used for the heading?
___BOLD_____________gcvg__________________
3. Write the function in cell E3 to calculate the total =SUM(B3:D3)
4. Write the function in cell F5 to calculate average =AVERAGE(B3:D3)
5. Write the function in cell B7 to calculate minimum =MIN(B3:B6)
6. Write the function in cell D8 to calculate maximum _=MAX(D3:D6)
7. Write a function to calculate the number of programs offered =COUNTIF(A3:A6,“*”)
8. Write a function to calculate the number of years in the spreadsheet =COUNT(B2:D2)
9. In the STATUS box (G3), write a function to display the word “Good” if the Total exceeds
1000, and “Not Good” if the Total is less than 1000.
=IF(B3:D3>1000,"goog",IF(B3:D3<1000,"not good"))