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
Define SUBSTITUTE
=SUBSTITUTE(text, old_text, new_text, [instance_num])
26
Define TODAY
=TODAY() | *Gives today's date
27
Define NOW
=NOW() | *Gives the current time and date
28
Define DAYS
=DAYS(end_date, start_date) | *Gives the days, or rather nights, elapsed
29
How do you get the actual number of days from the DAYS function?
Add 1 to the =DAYS() function
30
Define MONTH
=MONTH(serial_number) | *This will extract the month from a full date
31
Define YEAR
=YEAR(serial_number) | *This will extract the year from a full date
32
Define YEARFRAC
=YEARFRAC(start_date, end_date, [basis]} | *Expresses the difference of something in years, can be used with the TODAY function
33
Under what ribbon tab do you find "Freeze Panes"?
View
34
How do you resort or reorganize rows of data?
Use the "Sort & Filter" function on the Home ribbon
35
How do you turn column headers into filter drop-down lists?
Control+Shift+L
36
What is Excel's order of operations?
"PEMDAS" | Parentheses, Exponents, Multiplication, Division, Addition, and Subtraction
37
How do you give a customized filter?
Use the "Custom Sort" function on the Home ribbon
38
Define OFFSET
=OFFSET(reference, rows, cols, [height], [width]) | *Remember to start one row ahead of where MATCH will use as a table
39
Define ABS
=ABS(number) | *Gives the absolute value of a number
40
Define ROUND
=ROUND(number, num_digits) | *Takes the number you want to round, and the number of digits to round to.
41
Define ROUNDUP
=ROUNDUP(number, num_digits) | *Will always round up
42
Define ROUNDDOWN
=ROUNDDOWN(number, num_digits) | *Will always round down
43
Define RANDBETWEEN
=RANDBETWEEN(bottom, top)
44
Define RAND
=RAND() | *Returns a real decimal number between 0 and 1
45
Define SUMPRODUCT
=SUMPRODUCT(array1, array2, array3,....) | *SUMPRODUCT multiplies a set of ranges together and returns the sum of their products.
46
Define IFERROR
=IFERROR(value, value_if_error) | *A given value and the value to display if the value is in error
47
Define PV
=PV(rate, nper*number of periods*, pmt *payment made each period, negative number*, [fv], [type])
48
Define FV
=FV(rate, nper, pmt, [pv], [type]) | *Future value of a loan
49
Define RATE
=RATE(nper, pmt, pv, [fv], [type], [guess]) | *Gives the interest rate per period.
50
Define PMT
=PMT(rate, nper, pv, [fv}, [type]) | *Gives the payment per period of a loan.
51
Define NPER
=NPER(rate, pmt, pv, [fv], [type]} | *Gives the number of periods for a loan.
52
What is the goal of charting?
It is to design and organize data in a visually compelling way so that your audience can easily process complex information.
53
Best use of column or bar chart?
When you want to compare several categories at a single point in time.
54
Best use of a line chart?
When you want to track some change in the value of a category or categories over time.
55
What are steps 1-3 of breaking down a Data Analytics problem?
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
What are steps 4-5 of breaking down a Data Analytics problem?
4. Test the quality of the raw data | 5. Begin building out calculations