
TEXT function - Microsoft Support
The TEXT function lets you change the way a number appears by applying formatting to it with format codes. It's useful in situations where you want to display numbers in a more readable format, or you …
Text functions (reference) - Microsoft Support
Important: The calculated results of formulas and some Excel worksheet functions may differ slightly between a Windows PC using x86 or x86-64 architecture and a Windows RT PC using ARM …
MID function - Microsoft Support
In Excel, the MID function returns the specific number of characters in a string starting at the position you specify
AND function - Microsoft Support
The AND function returns TRUE if all its arguments evaluate to TRUE, and returns FALSE if one or more arguments evaluate to FALSE. One common use for the AND function is to expand the …
MATCH function - Microsoft Support
How to use the MATCH function in Excel to search for a specified item in a range of cells, returning the relative position of that item in the range.
TEXTAFTER function - Microsoft Support
It returns the entire text when searching from the front (if instance_num is positive) and empty text when searching from the end (if instance_num is negative).
TRIM function - Microsoft Support
This article describes the formula syntax and usage of the TRIM function in Microsoft Excel. Description Removes all spaces from text except for single spaces between words. Use TRIM on text that you …
INDIRECT function - Microsoft Support
How to use the INDIRECT function in Excel to change the reference to a cell within a formula without changing the formula itself.
FIND function - Microsoft Support
Using FIND as an example, suppose you are working with the text string "AYF0093.YoungMensApparel". To find the number of the first "Y" in the descriptive part of the text …
TEXTJOIN function - Microsoft Support
The TEXTJOIN function combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined.