Excel 2 - C02

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

AND function

used to determine if ALL logical conditions are true

  • T = all conditions are satisfied

  • F = at least 1 condition is not satisfied

2
New cards

Syntax: AND function

= AND (logical 1, logical 2…)

3
New cards

OR function

used to test multiple conditions and determine if at least 1 condition is true

  • T = at least 1 condition is satisfied

  • F = all conditions are unsatisfied

4
New cards

Syntax: OR function

= OR (logical 1, logical 2…)

5
New cards

COUNTIFS function

counts the number of observations that satisfy a condition

6
New cards

Syntax: COUNTIFS function

= COUNTIFS (criteria range 1, criteria 1, criteria range 2, criteria 2…)

7
New cards

SUMIFS function

adds the values in a specified column that meet the conditions

8
New cards

Syntax: SUMIFS function

= SUMIFS (sum range, criteria range 1, criteria 1, ….)

9
New cards

T/F: you dont need “___” around the range of the criterion for SUMIFS or COUNTIFS

F