Introduction
These functions help you pull out parts of text from a cell. LEFT gets characters from the start, RIGHT from the end, and MID from the middle. They are useful when you want to separate or analyze pieces of text like names, codes, or dates.
When you want to get the first few letters of a product code to identify its category.
When you need to extract the last four digits of a phone number for quick reference.
When you want to pull a specific part of a text string, like the middle three letters of a code.
When you have full names in one cell and want to get just the first name or last name.
When you want to separate date parts stored as text, like extracting the month from '20230415'.