2.3 Test your knowledge on cleaning data in spreadsheets

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:55 PM on 8/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

4 Terms

1
New cards

What is the relationship between a text string and a substring?

A. A text string is a group of characters within a cell. A substring is a smaller subset of that text string

B. A text string is a row of data within a table. A substring is one cell within that row.

C. A text string is the list of attributes at the top of columns within a table. A substring is a single attribute within that list.

D. A text string is a column of data within a table. A substring is one cell within that column

A. A text string is a group of characters within a cell. A substring is a smaller subset of that text string

2
New cards

2. A data analyst uses the COUNT IF function to count the number of tins a value less than 50 occurs between spreadsheet cells D2 through F100. What is the correct syntax?

A. =COUNTIF (D2:F100,>50)

B. =COUNTIF (D2:F100,<50)

C. =COUNTIF (D2:F100,">50”)

D. =COINTTF (D2:F100,“<50”)

D. =COINTTF (D2:F100,“<50”)

3
New cards

3. Fill in the blank: To remove leading, trailing, and repeated spaces in data, analysts use the function.

A. LEFT

B. MID

C. RIGHT

D. TRIM

D. TRIM

4
New cards

Which spreadsheet tool searches for matches to a specified value in one column, returning a corresponding piece of information from another location?

A. SPLIT

B. LEN

C. VLOOKUP

D. CONCATENATE

C. VLOOKUP