Bitm Flashcards

1
Q

subtotaling data

A

a summary calculation, such as a total or average, of values for a category determined by your sorting, sort first

can add a second level of subtotal rows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what does the Subtotal command create

A

an outline, a hierarchical structure that groups related detailed data in rows to summarize.

could collapse a category to show only the subtotals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Grouping Data

A

process of joining rows or columns of related data together into a single entity so that groups can be collapsed or expanded for data analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

data mining and its 6 steps

A

Analyzing large volumes of data to discover patterns and identify trends in the data
-define the problem(goals)
-identify required data
-prepare (data) and pre-process
-model the data
-train and test
-verify and deploy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what are the different pivot table options

A

-Create pivot table
-adjust field settings
-format pivot table
-refresh a pivot table
-create a pivot chart

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Pivot table

A

DYNAMIC and INTERACTIVE table that uses calculations to consolidate and summarize data from a data source into a separate table

analyze without altering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

fields

A

named rows or columns that describe the data present in those rows or columns.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Value field settings

A

used to select different functions and formats for numeric fields

sum is default for the numeric fields

count is for the text fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

GETPIVOTDATA function

A

used to obtain the summary data visible in a PivotTable

2 required arguments: data_field then pivot_table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

are pivot tables automatically updated after new changes

A

NO, must click refresh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

slicer

A

a small window containing one button for each unique item in a field so that you can FILTER the PivotTable quickly

color codes selected fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

calculated field

A

user-defined field that obtains its value based on performing calculations in other fields in a PivotTable

within a discipline percentages total 100%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

banding

A

format odd and even columns or rows differently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

data model

A

collection of related tables that contain structured data used to create a database. (relationship)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

range names and their rules

A

a word or string of characters assigned to one or more cells.

no spaces, no special symbols, cant start with a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

To insert a list of range names

A

press F3 to display the Paste Name dialog box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

data table

A

organizes the results of several what-if analyses within a single table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What-if analysis

A

allows you to see how changing variables impacts calculated results

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

one-variable data table

A

dynamic range containing different values for one variable to compare how those values affect one or more calculated results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

two-variable data table.

A

to examine the interaction between two variables

can focus on only one result

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Data Table dialog box

A

used to enter the information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

matrix

A

rectangular array of numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Goal Seek

A

what-if analysis tool that identifies the necessary input value to obtain a desired goal by changing ONE variable. (backsolve)

not always possible to back solve

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Scenarios

A

saved set of values in a worksheet allowing you to vary numbers and see potential results

-best case, worst case, and most likely

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Original scenario

A

the starting point, the baseline against which you will create and compare other scenarios/possibilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Scenario summary

A

generate a data matrix that highlights the values selected for change for each scenario, as well as the cell(s) impacted by the changed cells.

not dynamically updated, re-run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Solver and optimization models

A

is an add in that searches for the best or optimum solution to a problem. (OPTIMAL)
-Extends the function of Goal Seek for more complex problems

Optimization models find the highest, lowest, or exact value for one result

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

adding an add in

A

file, options, add ins, manage, go when done

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

constraints

A

specify the binding and non binding restrictions

30
Q

Solver reports

A

answer report: displays the original values and solver results

Sensitivity Report: how sensitive results are to changes in the variable cells

Limits Report
Displays impact on objective as variables are maximized or minimized

31
Q

P&L statement

A

profit and loss, shows how much money a business makes or loses over a specified period of time

32
Q

Switch function

A

logical function that evaluates an expression, compares it with a list of values, and returns the first corresponding result

33
Q

IFS function

A

evaluates multiple conditions and returns a result that corresponds to the first true condition

34
Q

AND function

A

true if all conditions are true

34
Q

NESTED FUNCTION

A

a function that is embedded or “nested” within an argument of another function.

35
Q

OR function

A

true , only one has to be true

36
Q

SUMIF function

A

calculates the total of values in a range that meet a specified condition
=SUMIF(range,criteria,sum_range)

1 condition

36
Q

COUNTIF function

A

counts the number of cells in a range that meet a specified condition
=COUNTIF(range, criteria)

1 condition

37
Q

AVERAGEIF function

A

calculates the average of all cells in a range that meet a specified condition
=AVERAGEIF(range,criteria,average_range)

1 condition

38
Q

COUNTIFS function

A

counts the number of cells in arange that meet multiple criteria (conditions)
=COUNTIFS(criteria_range1,criteria1,criteria_range2,criteria2…)

39
Q

SUMIFS function

A

calculates the total of values in arange that meet multiple criteria (conditions

=SUMIFS(sum_range,criteria_range1,criteria1,criteria_range2, criteria2…)

40
Q

AVERAGEIFS function

A

calculates the average of all cells in a range that meet multiple criteria (conditions)

=AVERAGEIFS(average_range,criteria_range1,criteria1, criteria_range2,criteria2…)

41
Q

MAXIFS function

A

returns the highest value in a rangethat meets multiple criteria
=MAXIFS(max_range,criteria_range1,criteria1,criteria_range2, criteria2…)

42
Q

MINIFS function

A

returns the lowest value in a rangethat meets multiple criteria
=MINIFS(min_range,criteria_range1,criteria1,criteria_range2, criteria2…)

43
Q

Map chart

A

for comparing values across those geographical regions

dataset must contain countries, states, counties, or postal codes

aggregated data

44
Q

PV function

A

=PV(rate,nper,pmt,[fv],[type]

if no pmt, must have fv

45
Q

FV function

A

=FV(rate,nper,pmt,[pv],[type]

if no pmt, must have pv

fixed

46
Q

NPV function

A

net PV of an investment, given a fixed rate and future payments or income that may be identical or different
=NPV(rate,value1,[value2],…)

variable payments

47
Q

Amortization

A

the process of decreasing or accounting for an amount; over a period.

-Loan payments
-Assets valuation

48
Q

is the analysis tool pak a add in

49
Q

Creating a Loan Amortization Table

A

payment function=PMT(rate,nper,pv)
periodic interest *&/12=IPMT(rate,per,nper,pv)

principal payment =PPMT(rate,per,nper,pv)

cumulative interest
=CUMIPMT(rate,nper,pv,start_period,end_period,type)
cumulative principal
=CUMPRINC(rate,nper,pv,start_period,end_period,type)

50
Q

Depreciation

A

reduction in the value of an asset with the passage of time, due to wear and tear and/or obsolescence.

51
Q

IBITDA

A

Income before interest taxes depreciation and amortization

52
Q

Statistics

A

concepts, rules, and procedures that help us to:
organizenumerical information in the form of tables, graphs, and charts;
understandstatistical techniques underlying decisions that affect our lives and well-being; and
makeinformed decisions.

53
Q

Variable

A

property of an object or event that can take on different values.

54
Q

Measures of Center (Central Tendency)

A

Plotting data in a frequency distribution shows the general shape of the distribution and gives a general sense of how the numbers are bunched.

mode (most common score), median(middle point), and mean(average)

55
Q

Measures of Spread (Variability)

A

provides information about the degree to which individual scores are clustered about or deviate from the average value in a distribution.

Range- difference between the highest and lowest score in a distribution.

Variance- a number that shows how much the values vary from the average.

Standard deviation- positive square rootof the variance, average distance” from the mean

56
Q

what is the difference between STDEV.S and STDEV.P

A

.S is standard deviation of a population
.P is standard deviation of a sample

same goes for the variance functions

57
Q

Descriptive statistics

A

-Fast access to Mean, Median, Mode, Variance, and higher order distribution stats

Histogram: Counts values that fall within bins

Population—dataset containing all the data to evaluate

Sample—smaller, more manageable portion of the population

58
Q

CORREL function

A

determines the strength of a relationship between two variables
=CORREL(array1,array2)

59
Q

Rank.EQ and Rank.AVG

A

.EQ(equivalent) function—identifies a value’s rank within a list of values, discarding the next rank when tie values exist

=RANK.EQ(number,ref,[order])

.AVG- rank of a value but assigns an average rank when identical values exist
=RANK.AVG(number,ref,[order])

example tie for 8th = 8.5 for both winners of the rank

60
Q

PERCENTRANK.INC AND PERCENTRANK.EXC

A

.INC- displays a value’s rank as a percentile of the range of data in the dataset
=PERCENTRANK.INC(array,x,[significance])

returns a value’s rank as a percent
=PERCENTRANK.EXC(array,x,[significance])

excludes max and min (0 and 1)

61
Q

QUARTILE.INC and QUARTILE.EXC

A

Quartile: value used to divide a range of numbers into four equal groups

INC. identifies the value at a specific quartile for a dataset, including quartile 0 and quartile 4

EXC. returns the value at a specific quartile, excluding quartiles 0 and 4
=QUARTILE.EXC(array,quart)

62
Q

A N O V A (analysis of variance)

A

to see if samples represent the same population)

63
Q

df(degrees of freedom)

A

The number of data points in the sample – 1 (N – 1)

64
Q

histogram

A

visual display of tabulated frequencies

needs bins into which to sort the data, If you don’t provide bins, Excel will

has no gaps between bars

65
Q

Trendline

A

a visualization that shows patterns in data.

draws a line that falls between 2 data points

66
Q

FORECAST.LINEAR function (for trends

A

calculates, or predicts, a future value along a linear trend by using existing values
=FORECAST.LINEAR(x, known_ys, known_xs)

67
Q

FREQUENCY function

A

determines the frequency distribution of a dataset.

68
Q

percentile functions

A

the kth value within a list of values