Excel Skills Exam 2 Flashcards

1
Q

Freeze Panes

A

Freeze one cell below or to the right of the data you want to freeze
Click “View” and “Freeze Panes”

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

Simple Sort

A

Click a cell in the column you want to sort
Click Data
Click Sort & Filter (A to Z or Z to A)

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

Multilevel Sort

A

Click a cell in the column you want to sort
Click Sort & Filter
Select Custom Sort
Select Add Level
Select the column to sort by from the drop-down menu
Select the second column to sort by

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

One day

A

24 hours

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

One hour

A

1/24 = 0.041666

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

Noon

A

Halfway through the day
0.5

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

Week later

A

Add 7

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

Year later

A

Add 365

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

Net30

A

Add 30

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

Period employed

A

Termination Date - Hiring Date

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

Date Functions

A

=DATE(yr,mo,day)
=YEAR(datevalue)
=MONTH(datevalue)
=DAY(datevalue)

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

1/1/1900

A

Assigned as 1

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

AND

A

Checks if all conditions are TRUE
=AND(condition1, condition2)
=AND(A1>10,A1<20)

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

OR

A

Checks if at least ONE of the conditions is TRUE
If all of them are false, it returns as FALSE
=OR(condition1, condition2)
=OR(A1>10,A1<5)

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

Combining AND with IF

A

If both conditions have to be true for it to be valid
=IF(AND(A1>10,A1<20),”Valid”,”Invalid”)

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

Combining OR with IF

A

If at least one condition has to be true for it to be valid
=IF(OR(A1>10,A1<5),”Out of Range”,”In Range”)

17
Q

SEARCH

A

NOT case-sensitive
=SEARCH(find_text, within_text, [start_num])
find_text -> The word or letter you’re looking for
within_text -> The cell it’s in
The result is the character number that the word or letter starts at

18
Q

LEFT

A

When you want to extract a specific number of characters starting from the left side (beginning) of a text string
=LEFT(text/cell, num_chars)

19
Q

MID

A

Extracts a specific number of characters from the middle of a text string
=MID(text/cell, start_num, num_chars)

20
Q

Sort order of Pivot Table

A

Right-click on the cell
Click Sort
A to Z or Z to A
or Custom Sorting