Microsoft Excel Assignment
Microsoft Excel Assignment
1. c
2. c
3. d
4. b
5. True
Question 2
1. A spreadsheet is a file that exists of cells in rows and columns and can help arrange,
calculate and sort data. Data in a spreadsheet can be numeric values, as well as text,
formulas, references and functions.
2. Cell Pointer is a rectangular highlight that indicates the active cell in a spreadsheet
program, alternatively called an active cell or selected cell.
3. a. CTRL+C: Copy the selected text.
b. CTRL+X: Cut the selected text.
c. CTRL+V: Paste the copied or cut text.
4. F1: Brings up the contextual help menu, which provides information and tips related to
the specific assistance. If you are in a dialog box, it often directs you to relevant articles
on Microsoft’s support site.
5. CTRL+N: Create new instance of the document or program.
6. =DATEVALUE: Converts a date in the form of text to a serial number. (Date_ text). Date
format, 1,1,11900 or 1, 1, 1904 and 12/31/9999. =DATEVALUE (“20-MAY-2015”) will
result to 42144.
=TIMEVALUE: Converts a time in the form of text to a serial number from 0 (12:00:00
AM) to 0.999988426(11:59:59 PM). =TIMEVALUE (‘’22-AUG-2011 6:35:00 AM’’) results
to 0.2743.
Question 3
A. Computer program that can capture, display and manipulate data arranged in rows and
columns. Spreadsheet are one of the most popular tools available with personal
computers. Spreadsheet is generally designed to hold numerical data and short text
strings. In a spreadsheet program, spaces that hold items of data are called spreadsheet
cells. These can be renamed to better reflect the data they hold and can be cross
referenced through row numbers and column letters.
A single spreadsheet can be used as a worksheet to compile data for a purpose, or
multiple sheets can be combined to create an entire workbook. Each column or row cell
references a value and is labelled according to its placement (for example: A1, A2, A3).
Data can be exported as a CSV file and imported into other software or vice versa.
B.
i. Row: is a horizontal line of cells that runs across the document. Each row is identified by
a unique number along the left side of the spreadsheet, which allows users to easily
reference and manipulate specific rows of data.
ii. Column: are arranged from top to bottom, with each column containing a series of cells.
This vertical alignment helps to separate and organize different sets of data within the
spreadsheet. When scanning a spreadsheet, look for the vertical lines of cells to identify
columns.
iii. Active Cell: refers to the currently selected cell in a spreadsheet. It can be identified by a
bold (typically blue) outline that surrounds the cell. The standard way to reference the
location of an active cell is with a column/row combination, such as A2 (first column,
second row) or B5 (second column, fifth row).
C. To organize, store, and manipulate large amounts of data. Multiple worksheets can help
you group related information, perform calculations across sheets, and format data
consistently. You can also create a summary worksheet to show the results or trends
from multiple worksheets.
D. Row: Press CTRL+DOWN ARROW=LAST ROW NUMBER (10.48.575).
E. Column: Press CTRL+RIGHT ARROW= LAST COLUMN LETTER (XFD) 16.384.
Question 4