Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Text Functions | Basic Functions
Google Spreadsheets Tutorial

bookText Functions

Calculating Length

The LEN function returns the number of characters in a string, including spaces. This function is useful for analyzing the length of textual data, such as when checking whether entered text meets a character limit.

Substituting Text

The SUBSTITUTE function replaces all or some occurrences of a part of a string with another text. It is useful for correcting typos or replacing data, such as replacing outdated values with current ones.

Concatenating Text

The CONCATENATE function combines two texts or strings into one. This is useful for joining data from different cells, such as last names and first names, or other pieces of information.

Splitting Text

The SPLIT function divides a string into multiple parts using a specified delimiter. This is useful for breaking down data, such as a list of words, dates, or complete sentences.

Task: Working with LEN, SUBSTITUTE, CONCATENATE, and SPLIT Functions

You have the following spreadsheet formulas:

AFormulaExpected Result
Codefinity=LEN(A1)?
banana=SUBSTITUTE(A2, "a", "o", 2)?
Code=CONCATENATE(A3, " ", "Master")?
Apple;Orange;Banana=SPLIT(A4, ";")?
question mark

Which of the following answer choices correctly fills in the expected results?

Select the correct answer

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 6. Capitolo 8

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

Awesome!

Completion rate improved to 1.45

bookText Functions

Scorri per mostrare il menu

Calculating Length

The LEN function returns the number of characters in a string, including spaces. This function is useful for analyzing the length of textual data, such as when checking whether entered text meets a character limit.

Substituting Text

The SUBSTITUTE function replaces all or some occurrences of a part of a string with another text. It is useful for correcting typos or replacing data, such as replacing outdated values with current ones.

Concatenating Text

The CONCATENATE function combines two texts or strings into one. This is useful for joining data from different cells, such as last names and first names, or other pieces of information.

Splitting Text

The SPLIT function divides a string into multiple parts using a specified delimiter. This is useful for breaking down data, such as a list of words, dates, or complete sentences.

Task: Working with LEN, SUBSTITUTE, CONCATENATE, and SPLIT Functions

You have the following spreadsheet formulas:

AFormulaExpected Result
Codefinity=LEN(A1)?
banana=SUBSTITUTE(A2, "a", "o", 2)?
Code=CONCATENATE(A3, " ", "Master")?
Apple;Orange;Banana=SPLIT(A4, ";")?
question mark

Which of the following answer choices correctly fills in the expected results?

Select the correct answer

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 6. Capitolo 8
some-alt