A. RIGHT()
B. MID()
C. LEFT()
D. LEN()
• Returns characters from the left side.
• Example: LEFT(“Microsoft”,5).
• Useful for extracting codes.
• Helps clean data.
• Supports text manipulation.
• Common in reporting.
• Saves manual work.
• Easy to use.
• Frequently used in databases.
• Important Excel text function.