{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Excel AND Function Flashcards

(31 cards)

1
Q

is a premade function in Excel

which returns ?? based on two or more conditions.

A

AND function
TRUE or FALSE

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

The most common type of mean

A

arithmetic mean.

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

is a premade function in Excel, which calculates the average of a range based on a true or false condition.

A

AVERAGEIF function

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

is a function in Excel and is short for concatenate.

A

CONCAT

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

is used to link multiple cells without adding any delimiters between the combined cell values.

A

CONCAT function

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

is a new version of the old CONCATENATE function.

A

CONCAT

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

The different parts of the function are separated by a symbol, like

A

comma , or semicolon ;

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

which counts cells with numbers in a range.

A

COUNT

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

which counts all cells in a range that has values, both numbers and letters.

A

COUNTA

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

which counts blank cells in a range.

A

COUNTBLANK

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

is helpful to find empty cells in a range.

A

COUNTBLANK function

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

This covers the basic use for how to count specific numbers and words.

A

COUNTIF

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

which counts cells as specified.

A

COUNTIF

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

which counts cells in a range based on one or more true or false condition.

A

COUNTIFS

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

which returns values based on a true or false condition.

A

IF

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

which finds the highest number in a range.

16
Q

is used to retrieve a chosen amount of characters, counting from the left side of an Excel cell. The chosen number has to be greater than 0 and is set to 1 by default.

A

LEFT function

17
Q

is used to lowercase text in a cell.

A

LOWER function

18
Q

which finds the lowest value in a range,

19
Q

NPV means

A

Net Present Value

19
Q

which returns the middle value in the data.

A

MEDIAN Function

19
Q

which is used to find the number seen most times.

A

MODE Function

20
Q

is used to calculate the Net Present Value (NPV)

21
Q

is often used together with the IF function.

22
is used to generate random numbers.
RAND Function
23
is used to retrieve a chosen amount of characters, counting from the right side of an Excel cell.
RIGHT Function
24
which calculates the Standard Deviation (Std) for the entire population.
STDEV.P Function
25
which calculates the Standard Deviation (Std) for a sample.
STDEV.S Function
26
which adds numbers in a range.
SUM Function
27
used to remove irregular text spacing and keep single spaces between words.
TRIM Function
28
which allows searches across columns.
VLOOKUP Function