CIS 101 Introduction to Computing Week 04 Agenda


















- Slides: 18

CIS 101 Introduction to Computing Week 04

Agenda n n n Your questions Review formulas and Excel Project Three This week online Next week’s class

Names and files n n Naming convention for assignments: yourlastname_yourfirstinitial_weekxx Please name your Excel homework following this convention

Formulas and Excel n Use predefined formulas from formula menu n n Examples: autosum, average, min, max Enter your own formula depending on application n Examples: in project 2, calculating current value, net gain/loss, etc.

Entering formulas n n Start with = (equal sign) Use arithmetic operators in formula +, -, *, /, ^, () Follow order of operations (p. 2. 10) Type in cell references (i. e. F 5) or use point method (click on cell)

Excel Project Three n n Excel’s automatic recalculation feature to complete what-if analysis Absolute cell references The if function Working with large worksheets

Using cell references n n n When setting up a worksheet use as many cell references as possible in your formulas Cell references in a formula are called assumptions Change the assumptions, and you can change the output of your worksheet

Project Three Description n Need: a worksheet and 3 -D Pie chart showing projected monthly revenue, expenses, and net income Data: Projected revenues and assumptions based on historical data. Other values computed by formula Calculations: based on assumptions (page 3. 06)

Series (p. 3. 10) n n Series is mathematical term for a sequence of terms with some relation between them Relation generates the next term of the series Sequence can be numbers, dates, or another pattern Fill handle allows you to quickly set up and expand a series

Absolute vs. relative addressing n n When you copy cell references from one cell to another, Excel normally updates the cell reference Example: autosum on one column, then copy it one column over and references are updated

Absolute references n n n Sometimes you want to include a single value in calculations in different parts of your spreadsheet You can “turn off” the Excel cell reference updating with absolute references (with $) See table p. 3. 25

Entering formulas with absolute references n n n Change to formulas version (CTRL + ACCENT MARK (`) Follow formulas on p. 3. 29 Be careful, it is easy to make a mistake!

The if function n Allows excel to examine a value and make a decision Make a logical test using comparison operators (p. 3. 27) Has three parts n n n Logical test The value if true The value if false

Excel as an analysis tool n n What-if analysis – change assumption, use undo to reset Goal seeking – allows you to analyze relationships between values in your spreadsheet and optimize a value

Summary of project three n n n n Using the format painter Creating a series with the fill handle Using absolute references in a formula Using the if function Entering the system date Adjusting assumptions Using goal seek

Summary cont. n n n Selecting non-adjacent ranges for a pie chart Creating an exploding pie chart Freezing and unfreezing worksheet titles

This week online n Readings and Quiz n n Concepts chapter 8, Operating Systems Excel assignment n Cases and Places #1, #2, #3, or #4 (starting on p. 3. 79) submitted by e-mail with name: yourlastname_yourfirstinitial_week 04. xls

Next class meeting n n Bring your HTML book to class Will start building web pages next week