PAPER 3 of notes Flashcards

1
Q

trap and handle errors in a formula

A

=IFERROR(value;valueoferror)

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

vertical collumns, find info on other table

A

=VLOOKUP(valuesearched;fulltable;colume;true or false

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

true =

A

closest match

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

false =

A

error if wrong, always put false

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

horizontal rows, find info on other table

A

=HLOOKUP(valuesearched;fulltable;row;trueorfalse)

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

find year in date

A

=YEAR(date)

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

find month in date

A

=MONTH(date)

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

find day in date

A

=DAY(date)

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

number from 1-7 correspond with monday to sunday

A

=WEEKDAY(date)

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

which week of the year

A

=ISOWEEKNUM(date)

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

find the date with different variables

A

=DATE(year;month;day)

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

adding months to date

A

=EDATE(start date; number of months)

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

number of working days between 2 dates without weekend and without holidays

A

=NETWORKDAY(startdate; end date; holidays)

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

returns a date that is a given number of working days ahead of or prior to the start date

A

=WORKDAY(startdate;number of days;holidays)

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

actual date

A

=TODAY()

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

Hour of the time

A

=HOUR(time)

17
Q

minute of the time

A

=MINUTE(time)

18
Q

second of time

A

=SECOND(time)

19
Q

=NOW()

A

actual time

20
Q

count numeric values

A

=COUNT

21
Q

count non empty cells

A

=COUNTA

22
Q

empty cells

A

=COUNTBLANK

23
Q

Count if?

A

=COUNTIF