A. LEFT()
B. MID()
C. RIGHT()
D. LEN()
• Returns characters from the right side of text.
• Example: RIGHT(“Microsoft”,5).
• Useful for extracting IDs and codes.
• Supports text analysis.
• Common in business applications.
• Saves time.
• Helps clean data.
• Easy to use.
• Frequently used with other text functions.
• Important Excel formula