Excel Text Functions
Here’s a selection a few text based functions in Excel with their definitions.
MID Function
This function returns a string of characters from the middle of a string. Note: this does not mean it returns the exact middle! It returns a string of characters from anywhere within the string
E.g. =MID (a1,4,2) a1 contains a part number AB/4TX/3K would return 4T as 4 is the starting position and 2 the length
CONCATENATE Function
This function joins together a combination of cells and strings.
E.g. =CONCATENATE(“MR. “,a1,” “,b1) where a1 contains John and b1 contains Legge would return ‘MR. John Legge’
SEARCH Function
This function searches for a character in a string and returns the first position of the first character in that string
E.g. =Search(“ “,a1) if a1 contains John Legge the answer would be 5 the position of the space
LEN Function
This function returns the length (characters) of the string of text including any spaces
E.g. =LEN(a1) if a1 contains John Legge, the answer would be 10
Try them out and let us know how you get on. These Excel text functions along with many others are covered in one or two of our many excel courses we offer, so you can learn more about them by coming on one of our courses.
Please contact us for more details through the contact page on our website here.
If you liked this hint and tip, why not take a look at our previous one on some Excel basic hint and tips?