Excel in Data Analysis

0.0(0)
studied byStudied by 1 person
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/42

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

43 Terms

1
New cards

COUNT()

Counts numeric values only

2
New cards

COUNTA()

Counts all non-blank cells

3
New cards

COUNTIF()

Counts cells that meet 1 condition

4
New cards

COUNTIFS()

Counts cells that meet multiple conditions

5
New cards

SUMIF()

Adds values based on 1 condition

6
New cards

SUMIFS()

Adds values based on multiple conditions

7
New cards

AVERAGEIF()

Calculates avarage for values meeting 1 condition

8
New cards

Pivot Table

An excel tool to summarize, aggregate, and analyze large datasets quickly using rows, columns, values & filters

9
New cards

When should a Pivot Table be used?

When you need to summarize enrollment, outcomes, demographics, or trends from large datasets

10
New cards

What do pivot tables require in data?

A dataset with column headers, no blank rows or columns, and consistent data types.

11
New cards

Group Dates

Groups dates by year, quarter, month, or term

12
New cards

Group Numbers

Creates ranges for numeric values (ex: age groups, GPA Bands)

13
New cards

Cannot Group Dates Error

Occurs when dates are stored as text instead of date format

14
New cards

Sort Pivot Data

Orders pivot results alphabetically/numerically

15
New cards

Filter Pivot Data

Limits pivot results to selected criteria

16
New cards

Report Filter

Filters the entire pivot table at once

17
New cards

What are the text cleaning functions on Excel?

  • TRIM()

  • CLEAN()

  • LEFT()

  • RIGHT()

  • MID()

  • LEN()

  • CONCAT() / TEXTJOIN()

18
New cards

What are the lookup and matching functions on excel?

-XLOOKUP()

-VLOOKUP()

-INDEX()

-MATCH()

-INDEX+MATCH()

19
New cards

XLOOKUP()

Searches for a value in a range and returns a corresponding value from another range.

20
New cards

VLOOKUP()

Searches for a value in the first column of a table and returns a value from another column in the same row.

21
New cards

INDEX()

Returns the value of a cell at a specific row and column within a range.

22
New cards

MATCH()

Finds the position of a value within a range.

23
New cards

INDEX + MATCH

A flexible lookup method that finds a value by position rather than column order.

24
New cards

TRIM()


Removes extra spaces from text, leaving single spaces between words.

25
New cards

CLEAN()

Removes non-printable characters from text.

26
New cards

LEFT()

Extracts characters from the beginning of a text string.

27
New cards

RIGHT()

Extracts characters from the end of a text string.

28
New cards

MID()

Extracts characters from the middle of a text string.

29
New cards

LEN()

Counts the number of characters in a text string.

30
New cards

CONCAT()

ombines text from multiple cells into one cell

31
New cards

Join

A method used to combine data from 2 or more tables using a common field (key)

32
New cards

String

A sequence of characters treated as text data.

33
New cards

Delimiter

A character used to separate values in a text string.

Comma (,), pipe (|), dash (-), underscore (_), space.

34
New cards

Data Manipulation

The process of cleaning, transforming, organizing, and preparing raw data in Excel for analysis and reporting.

35
New cards

Calculated Field

A formula-based field used for analysis.

36
New cards

Grouping Values

Combining numeric values into ranges (e.g., age groups).

37
New cards

Recoding Values

Converting text values into standardized numeric or categorical codes.

38
New cards

Source Data

The original dataset used for analysis; must be clean and consistent before manipulation.

39
New cards

Calculated Column

A new column created using formulas to derive values from existing data.

40
New cards

Interquartile Range (IQR)

The range between the first quartile (Q1) and third quartile (Q3).

41
New cards

Quartile (Q1)

The value below which 25% of the data fall.

42
New cards

Quartile (Q3)

The value below which 75% of the data fall.

43
New cards

What tool helps find outliers on excel?

Conditional formating

-Select data

-Conditional formula

-Use formula: OR(A1<LowerBound, A1>UpperBound)