ISTM EXCEL 2

5.0(1)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/56

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

57 Terms

1
New cards
F4
add $
2
New cards
SUM
add together #
3
New cards
COUNT
counts the number of cells in a range of cells that contain numbers
4
New cards
COUNTA
counts the number of cells in a range of cells that are not blank
5
New cards
AVERAGE
calculates the simple average of a set of numbers
6
New cards
MAX
returns the largest value in a set of numbers
7
New cards
MIN
returns the smallest value in a set of numbers
8
New cards
RATE
calculates the interest earned for an investment given the number of payments made as part of the investment, the payment amount, and the current value of the investment.
9
New cards
EFFECT
calculates the annual percentage rate for an interest rate given the number of times per year that interest is charged.
10
New cards
NPER
calculates the number of payments that will be made to pay off a loan given the interest rate, payment amount, and original loan amount.
11
New cards
PMT
calculates the payment amount for a loan given the interest rate, number of payments to be made to pay off the loan, and the original loan amount.
12
New cards
PV
calculates the current value (accounting for compounding interest) of an investment given the interest rate, number of payments to be made, and the amount of the payment.
13
New cards
FV
calculates the future value of an investment given the interest rate, number of payments to be made, and the amount of the payment.
14
New cards
Trace Precedents
Under formula tab, arrows to boxes used in the formula
15
New cards
Trace Dependents
Under formula tab, arrows point to where this box is used in other boxes
16
New cards
TRUE
1, approximate match
17
New cards
FALSE
2, exact match
18
New cards
AND
function allows you to determine the number of cells within a range of cells that contain a specific value

All has to be true to return true
19
New cards
OR
function will take at least one Boolean expression (though like the AND function we usually combine at least two expressions) as arguments

True or False, boolean logic, only one has to be true to return true
20
New cards
NOT
is used to evaluate negation, or the opposite of a Boolean expression, returns opposite of true or false
21
New cards
IF
you know it
22
New cards
COUNTIF
function allows you to determine the number of cells within a range of cells that contain a specific value
23
New cards
SUMIF
function is used to calculate the total for a set of values that match a specific criterion
24
New cards
AVERAGEIF
function is used to calculate the average for a set of values that match a specific criterion
25
New cards
VLOOKUP/HLOOKUP
finds the appropriate match in the first column of the reference table, the desired information can be returned
26
New cards
date format

37250\.31753
left of decimal - date

right of decimal - time
27
New cards
TODAY
returns the current date
28
New cards
NOW
returns the current date and time formatted as a date and time
29
New cards
DAY
returns the day portion of a date (a number between 1 and 31)
30
New cards
MONTH
returns the month portion of a date (a number between 1 and 12)
31
New cards
YEAR
returns the year portion of a date (a number between 1900 and 9999)
32
New cards
WEEKDAY
returns the day of the week for a date
33
New cards
WEEKNUM
returns the week of the year for a date
34
New cards
HOUR
returns the hour portion of a time as a number from 0 to 23
35
New cards
MINUTE
returns the minute portion of a time as a number from 0 to 59
36
New cards
SECOND
returns the second portion of a time as a number from 0 to 59
37
New cards
LEN
returns the length, in number of characters, of a block of text
38
New cards
SEARCH
returns the position of a specific character, word, or phrase within a block of text
39
New cards
LEFT
returns a specified number of characters starting from the beginning of a block of text
40
New cards
MID
returns a specified number of character from the middle of a block of text
41
New cards
RIGHT
returns a specified number of characters starting from the end of a block of text
42
New cards
UPPER
converts a block of text to all upper-case characters
43
New cards
LOWER
converts a block of text to all lower-case characters
44
New cards
PROPER
converts a block of text to title-case (the first letter of each new word is capitalized)
45
New cards
CONCATENATE
combines blocks of text
46
New cards
SUBSTITUTE
replaces specified characters, words, or phrases within a block of text with new characters, words, or phrases
47
New cards
Column Charts/Bar Charts
used to compare different categories of items or the same category over time

A good rule of thumb would be to limit the number of categories (or time intervals) examined to between five and ten

Bar Charts rotated 90 degrees
48
New cards
Pie Charts
used to compare the parts of category to the whole. Typically each of the parts is expressed as percentages of the whole
49
New cards
Line Charts
to compare the values of a particular category over time
50
New cards
Spreadsheet elements
changeable inputs, outputs, and intermediate calculations
51
New cards
What-if Analysis
scenario manager, goal seek, and data tables
52
New cards
Scenario Manager
useful for examining the impact of several inputs to a spreadsheet model changing at the same time
53
New cards
Goal Seek
used to work backwards from an outcome calculation to determine an input condition necessary to arrive at the desired outcome
54
New cards
Data tables
we can specify a number of different possible states for one or two input variables and construct a table in our worksheet that calculates an outcome for our model based on each state of the input variables.
55
New cards
PivotTables
used to organize and summarize large amounts of data

allows us to perform some fairly sophisticated analyses quickly and easily

Filters, Columns, Rows, and Values
56
New cards
CTLR A
select everything
57
New cards
CTLR .
toggle between corners