Excel Function Flashcards

1
Q

is the most widely used cell reference in formulas in Excel.

A

relative reference

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

is indicated in your spreadsheet by a $ sign around the cell

A

absolute reference

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

absolute cell reference that allows the row reference to change, but not the column reference

A

$A1

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

absolute cell reference that allows the column reference to change, but not the row reference

A

A$1

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

absolute cell reference that allows neither the column nor the row reference to change- this is the default one

A

$A$1

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

is a predefined formula already available in Excel and perform specific calculations in a particular order based on the specified values, called arguments, or parameters

A

functions

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

function use to add up all the values

A

sum

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

function use to get the average of values

A

average

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

function use to get the remainder

A

mod

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

function use to get the product of all values

A

product

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

function use to get the quotient of two numbers

A

quotient

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

formulas in Excel get the largest and smallest value in a set of numbers, respectively

A

max and min

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

function to compare numbers to other numbers in the same list

A

rank

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

3 arguments for the rank function

A

number, ref, order

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

In case you want to take values from two or more cells and combine them into one cell

A

concatenate

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

To see the current date and time whenever you open your worksheet without having to manually update it on a daily basis

A

today and now

16
Q

function deals only with those cells that contain numbers

A

count

17
Q

function counts all cells thatare not blank, whether they contain numbers, dates, times, text, logical values of TRUE and FALSE, errors or empty text strings (“”):

A

counta

18
Q

is one of the most popular functions in Excel, and it allows you to make logical comparisons between a value and what you expect

A

if function

19
Q

relational operators

A

Less than (<)
Greater than (>)
Equal (=)
Less than equal (<=)
Greater than equal (>=)
Not equal (<>)

20
Q

Boolean operators

A

AND
OR

21
Q

advanced functions in excel

A

COUNTIF
SUMIF
AVERAGEIF

22
Q

is used for counting cells within a specified range that meet a certain criterion, or condition

A

countif function

23
Q

defines one or several cells to count

A

range

24
Q

defines the condition that tells the function which cells to count. It can be anumber,text string,cell referenceorexpression

A

criteria

25
Q

is a function to sum cells that meet a single criteria

A

sumif function

26
Q

syntax of sumif function

A

=SUMIF (range, criteria, [sum_range])

27
Q

function in Excel calculates the average (arithmetic mean) of all the cells that meet a specified criteria

A

average if function

28
Q

syntax of averageif function

A

AVERAGEIF(range, criteria, [average_range])

29
Q

syntax of countif function

A

COUNTIF(range, criteria)

30
Q
A