Introduction
These functions help you get parts of text from a cell. LEFT takes characters from the start, RIGHT takes from the end, and MID takes from the middle. They are useful when you want to split or extract specific pieces of text.
When you want to get the first few letters of a product code to identify its category.
When you need the last digits of a phone number for quick reference.
When you want to extract a middle part of a text like a date or ID from a longer string.
When you have a full name and want to get just the first name or last name.
When you want to separate parts of a code that are combined in one cell.