Locked lesson.
About this lesson
In this lesson, we'll use LEN, FIND, SEARCH, LEFT, RIGHT, and MID in combination to sort out more complex issues.
Quick reference
Text Functions
Learn the basic uses of LEN, FIND, SEARCH, LEFT, RIGHT and MID
When to use
These functions are useful to find or extract parts of text from a larger text (or string).
Instructions
- LEN - counts the number of characters in a string
- FIND - will find a certain character in a string and is case sensitive
- SEARCH - finds a certain character in a string and is NOT case sensitive
- LEFT - extracts a certain amount of characters starting at the left of a string
- RIGHT - extracts a certain amount of characters starting at the right of a string
- MID - extracts a certain amount of characters from a designated character in a string
Lesson notes are only available for subscribers.