Module 4 Flashcards
Ribbon
The thing on top of sheet with all the things like font, numbering etc
Formula bar
Has active cell on ot
Values
-When you put in a value into the cell, the cell and the formula bar show the same thing, but if u click it to change it to something like currency, then the formula bar will show the value what u typed (the content of the cell), but the cell will show it in the new format (value)
-Value displayed in current cell depends on content of the cell and fonts and stuff applied from ribbon
-Content of the cell (seen in formula bar) can be a formula (=123+1), and the content of the cell will not show the formula, but the answer
-Values dont have to only be numbers, they can be text as well (called LABELS) , Date/Time values, and BOOLEAN values (true or false)
Excel keeps track of days since
1900, so if u have a number in there and u click date, it will give u the day that is that many days from 1900.
Formulas and Expressions (module 4.3)
-start with equal
-content of cell has formula, value is the answer of formula found in cell
What is formula a bad word for the things we enter into excel cells
because we are actually entering a expression,
-formula is like physics: F=ma
expressions are
D2=1+1 because when we have an operator, which is the plus, minus etc, that is expression
-also the fact that we dont say D2= we just put = is bad too mathematically
Operators in excel
+ = - x ^
Formulas in excel follow bedmas? T or F
Yep
Functions
-has name, and parameters
like f(x)=
-
What does it mean to next a formula
a function within a function
=SUM(AVERAGE(3,4,5),2,3)
How to reference a cell
Type in the cell name: ex D2
If i reference a cell in SUM for example, and change the orgiinal cell number, will it change my SUM cell value?
YES! This is why referencing cells more beneficial
Unless i add $ to it. in the other cell
How is range indicated
using :
Always specify upper left and lower right cell for range
Or can drag the corner of the range which u want
PAYMENT EXAMPLE
Price of Car: Whatever given
Annual Monthly Interest Rate: usually given
Monthly Interest Rate: Annual/12
Number of Years; Given
Number of Months: years*12
Monthly Payment: =PMT(monthly interest rate, #of periods, principle price)
Autofill
Excel detects pattern and continues it
-drag left corner to do this
-if you copy and drag, it will now be the cell u copied, plus +1, then that cell +1, etc. Content of this looks different than normal drag
-if it cant detect a pattern, it will just copy paste