Excel Terms and Functions Flashcards

1
Q

How do you toggle relative and absolute references?

A

F4

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

Define VLOOKUP

A

=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]}

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

Define HLOOKUP

A

=HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])

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

Define INDEX

A

=INDEX(array, row_num, [col_num])

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

Define MATCH

A

=MATCH(lookup_value, lookup_array, [match_type})

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

What is a substitute for VLOOKUP/HLOOKUP?

A

=INDEX(array, MATCH(), MATCH())

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

Define IF

A

=IF(logical_test, [value_if_true], [value_if_false])

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

Define AND

A

AND(criteria1, criteria2, etc)

*All criteria must be met

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

Define OR

A

OR(criteria1, criteria2, etc)

*At least one criteria must be met

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

Define NOT

A

NOT(criteria1, criteria2, etc)

*None of the criteria may be met

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

Define SUMIF

A

=SUMIF(range, criteria, [sum_range])

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

Define COUNTIF

A

=COUNTIF(range, criteria)

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

Define AVERAGEIF

A

=AVERAGEIF(range, criteria, [average_range])

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

Define COUNTIFS

A

=COUNTIFS(criteria_range1, criteria1,…)

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

Define SUMIFS

A

=SUMIFS(sum_range, criteria_range1, criteria1,…)

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

Define AVERAGEIFS

A

=AVERAGEIFS(average_range, criteria_range1, criteria1,…

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

Define UPPER

A

=UPPER(text)

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

Define LOWER

A

=LOWER(text)

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

Define PROPER

A

=PROPER(text)

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

Define CONCATENATE/CONCAT

A

=CONCATENATE(text1, . . .)

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

Define LEFT

A

=LEFT(text, [num_chars])

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

Define RIGHT

A

=RIGHT(text, [num_chars])

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

Define MID

A

=MID(text, start_num, num_chars)

24
Q

Define FIND

A

=FIND(find_text, within_text, [start_num])

25
Q

Define SUBSTITUTE

A

=SUBSTITUTE(text, old_text, new_text, [instance_num])

26
Q

Define TODAY

A

=TODAY()

*Gives today’s date

27
Q

Define NOW

A

=NOW()

*Gives the current time and date

28
Q

Define DAYS

A

=DAYS(end_date, start_date)

*Gives the days, or rather nights, elapsed

29
Q

How do you get the actual number of days from the DAYS function?

A

Add 1 to the =DAYS() function

30
Q

Define MONTH

A

=MONTH(serial_number)

*This will extract the month from a full date

31
Q

Define YEAR

A

=YEAR(serial_number)

*This will extract the year from a full date

32
Q

Define YEARFRAC

A

=YEARFRAC(start_date, end_date, [basis]}

*Expresses the difference of something in years, can be used with the TODAY function

33
Q

Under what ribbon tab do you find “Freeze Panes”?

A

View

34
Q

How do you resort or reorganize rows of data?

A

Use the “Sort & Filter” function on the Home ribbon

35
Q

How do you turn column headers into filter drop-down lists?

A

Control+Shift+L

36
Q

What is Excel’s order of operations?

A

“PEMDAS”

Parentheses, Exponents, Multiplication, Division, Addition, and Subtraction

37
Q

How do you give a customized filter?

A

Use the “Custom Sort” function on the Home ribbon

38
Q

Define OFFSET

A

=OFFSET(reference, rows, cols, [height], [width])

*Remember to start one row ahead of where MATCH will use as a table

39
Q

Define ABS

A

=ABS(number)

*Gives the absolute value of a number

40
Q

Define ROUND

A

=ROUND(number, num_digits)

*Takes the number you want to round, and the number of digits to round to.

41
Q

Define ROUNDUP

A

=ROUNDUP(number, num_digits)

*Will always round up

42
Q

Define ROUNDDOWN

A

=ROUNDDOWN(number, num_digits)

*Will always round down

43
Q

Define RANDBETWEEN

A

=RANDBETWEEN(bottom, top)

44
Q

Define RAND

A

=RAND()

*Returns a real decimal number between 0 and 1

45
Q

Define SUMPRODUCT

A

=SUMPRODUCT(array1, array2, array3,….)

*SUMPRODUCT multiplies a set of ranges together and returns the sum of their products.

46
Q

Define IFERROR

A

=IFERROR(value, value_if_error)

*A given value and the value to display if the value is in error

47
Q

Define PV

A

=PV(rate, npernumber of periods, pmt payment made each period, negative number, [fv], [type])

48
Q

Define FV

A

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

*Future value of a loan

49
Q

Define RATE

A

=RATE(nper, pmt, pv, [fv], [type], [guess])

*Gives the interest rate per period.

50
Q

Define PMT

A

=PMT(rate, nper, pv, [fv}, [type])

*Gives the payment per period of a loan.

51
Q

Define NPER

A

=NPER(rate, pmt, pv, [fv], [type]}

*Gives the number of periods for a loan.

52
Q

What is the goal of charting?

A

It is to design and organize data in a visually compelling way so that your audience can easily process complex information.

53
Q

Best use of column or bar chart?

A

When you want to compare several categories at a single point in time.

54
Q

Best use of a line chart?

A

When you want to track some change in the value of a category or categories over time.

55
Q

What are steps 1-3 of breaking down a Data Analytics problem?

A
  1. Ask clarifying questions - What don’t you understand?
  2. Ask yourself questions - What do you want to know about the problem?
  3. Familiarize yourself with the raw data
56
Q

What are steps 4-5 of breaking down a Data Analytics problem?

A
  1. Test the quality of the raw data

5. Begin building out calculations