Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Take A QuizChallenge yourself and boost your learning! Start the quiz now to earn credits.
Take A QuizUnlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
Take A Quiz
In this blog post, we will learn about some common text functions in Excel and how to use them. Text functions are useful for manipulating and extracting data from text strings.
CONCATENATE: This function joins two or more text strings together. For example, =CONCATENATE("Hello", " ", "World") returns "Hello World".
LEFT: This function returns a specified number of characters from the left side of a text string. For example, =LEFT("Excel", 3) returns "Exc".
RIGHT: This function returns a specified number of characters from the right side of a text string. For example, =RIGHT("Excel", 2) returns "el".
MID: This function returns a specified number of characters from the middle of a text string. For example, =MID("Excel", 2, 3) returns "xce".
LEN: This function returns the length of a text string in terms of number of characters. For example, =LEN("Excel") returns 5.
FIND: This function returns the position of a specific character or substring within a text string. It is case-sensitive and starts counting from 1. For example, =FIND("c", "Excel") returns 3.
SEARCH: This function is similar to FIND but it is not case-sensitive and it can use wildcards (* and ?) to match any character or sequence of characters. For example, =SEARCH("c*", "excel") returns 3.
Text functions are powerful tools for working with text data in Excel. They can help you combine, split, extract and locate information within text strings. You can also nest them together to create more complex formulas.
A: You can use * to match any sequence of characters and ? to match any single character. For example, =SEARCH("?x*", "excel") returns 1.
A: You can use the EXACT function to check if two text strings are exactly the same (case-sensitive). For example, =EXACT("Excel", "excel") returns FALSE.
A: You can use the VALUE function to convert a text string that represents a number or date into a numeric value that Excel can recognize. For example, =VALUE("12/31/2020") returns 44197.
Previous Chapter Next ChapterTutorials are for educational purposes only, with no guarantees of comprehensiveness or error-free content; TuteeHUB disclaims liability for outcomes from reliance on the materials, recommending verification with official sources for critical applications.
Geeta parmar 9 months ago
Replying MyselfGeeta parmar 9 months ago
Jim 11 months ago
Thanks for this valuable assetsJaadav Payeng 11 months ago
hiidipika 1 year ago
good infoGhanshyam 1 year ago
NiceKindly log in to use this feature. We’ll take you to the login page automatically.
LoginReady to take your education and career to the next level? Register today and join our growing community of learners and professionals.
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
Comments(6)