A cell can contain alpha and numeric values that are typed directly into a cell, representing the literal value of the number or character in the cell. An example of a constant number might be something like $43,043 or 9/18/94. A character entry might be a person's name such as "John Smith".
Data can also be entered as formulas (sequences of cell references, names, functions, or operators). Formulas always begin with an equal sign (=). A possible formula would be of the form: =sum(j3:j43), where you are telling Excel to sum the data found in cell j3 through j43. We'll learn more about formulas and how to construct them later.
Now that you have created a new worksheet, you are ready to begin entering data into the cells.
In this sample workbook you create, you will be working on a budget for a fictitious department here at NCSU. The first sheet in the budget will reflect Income and Expenses; the second sheet will reflect a breakdown of TA and RA salaries. This type of project lends itself well to having several sheets within a workbook.
Exercise: Entering Data
|
Return to Table of Contents
Move on to Creating and Using Formulas