Week 2 2 Fundamentals of Excel Worksheets Formulas and Functions Readings
Week 2 2 Fundamentals of Excel Worksheets Formulas and Functions Readings
Week 2.2.
Fundamentals of Excel Worksheets,
Formulas and Functions
Learning the Fundamentals of Excel Worksheets
In Excel, each file is called a workbook, and each workbook can contain one or more worksheets.
You may find it helpful to think of an Excel workbook as a binder and worksheets as pages in the
binder. As with a binder, you can view a particular sheet, add new sheets, remove sheets,
rearrange sheets, and copy sheets.
A workbook can hold any number of sheets, and these sheets can be either worksheets (sheets
consisting of rows and columns) or chart sheets (sheets that hold a single chart). A worksheet is
what people usually think of when they think of a spreadsheet.
Activating a worksheet
At any given time, one workbook is the active workbook and one sheet is the active sheet in the
active workbook. To activate a different sheet, just click its sheet tab, which is located at the
bottom of the workbook window. You also can use the following shortcut keys to activate a
different sheet:
If your workbook has many sheets, all its tabs may not be visible. Use the sheet tab controls (see
Figure 1) to scroll the sheet tabs. Clicking the sheet tab controls scrolls one tab at a time, and
Ctrl+clicking scrolls to the first or last sheet. The sheet tabs share space with the worksheet’s
horizontal scrollbar. You also can drag the tab split control (to the left of the horizontal scrollbar)
to display more or fewer tabs. Dragging the tab split control simultaneously changes the number
of visible tabs and the size of the horizontal scrollbar.
FIGURE 1. Use the sheet tab controls to activate a different worksheet or to see additional
worksheet tabs.
1|P a g e
Data and Computing Skills
• To quickly insert a new worksheet at the end of the existing worksheets, click the Insert
Worksheet tab at the bottom of the screen:
• To insert a new worksheet before an existing worksheet, select that worksheet, and
then on the Home tab, in the Cells group, click Insert, and then click Insert Sheet:
When you add a new worksheet to the workbook, Excel inserts the new worksheet before the
active worksheet, and the new worksheet becomes the active worksheet.
Rename a Worksheet
To give a worksheet a more specific name, execute the following steps.
1. Right-click on the sheet tab of Sheet1.
2. Choose Rename.
2|P a g e
Data and Computing Skills
Move a Worksheet
To move a worksheet, click on the sheet tab of the worksheet you want to move and drag it into the new
position.
1. For example, click on the sheet tab of Sheet2 and drag it before Sales 2016.
Result:
Delete a Worksheet
To delete a worksheet, right-click on a sheet tab and choose Delete.
Result:
Copy a Worksheet
Imagine, you have got the sales for 2016 ready and want to create the exact same sheet for 2017, but with
different data. You can recreate the worksheet, but this is time-consuming. It's a lot easier to copy the entire
worksheet and only change the numbers.
3|P a g e
Data and Computing Skills
4. Click OK.
Result:
Note: you can even copy a worksheet to another Excel workbook by selecting the specific workbook from the
drop-down list (see the dialog box shown earlier).
SHEETS function
To count the total number of worksheets in a workbook, use the SHEETS function in Excel (without any
argument).
1. For example, select cell A1.
2. Type =SHEETS() and press Enter.
4|P a g e
Data and Computing Skills
Formula Bar
The formula bar in Excel displays the value or formula of the active cell. You can use the
formula bar to enter or edit formulas.
Edit a Formula
You can use the formula bar to quickly edit a formula in a cell (or to change the value in a cell).
5|P a g e
Data and Computing Skills
3. Press Enter.
Note: to hide the formula bar, uncheck the Formula Bar box. Sometimes this can be useful if you want to view
more of your worksheet area.
6|P a g e
Data and Computing Skills
Note: instead of executing steps 1-3, simply use the keyboard shortcut Ctrl + Shift + U to
expand the formula bar.
Insert Function
If you're new to functions in Excel, you can use the Insert Function button on the formula bar to
search for a function.
1. First, select cell A3 and press Delete (on your keyboard) to delete the formula in cell A3.
2. Click the Insert Function button.
7|P a g e
Data and Computing Skills
Result.
Note: the formula =(A1+A2)/2 gives the exact same result. Functions are predefined formulas
and are already available in Excel.
Function
A function is a predefined formula that performs calculations using specific values in a
particular order. All spreadsheet programs include common functions that can be used for
quickly finding the sum, average, count, maximum value, and minimum value for a range of
cells. In order to use functions correctly, you'll need to understand the different parts of a
function and how to create arguments to calculate values and cell references.
8|P a g e
Data and Computing Skills
Arguments can refer to both individual cells and cell ranges and must be enclosed
within parentheses. You can include one argument or multiple arguments, depending on the
syntax required for the function.
9|P a g e