Remove the first 32 nonprinting characters in the 7-bit ASCII code (values 0 through 31) from text.
Read moreConvert a number to text using currency format, with the decimals rounded to the specified place.
Read moreFormat a number in decimal format using a period and commas, round the number to the specified number of decimals, and return the result as text.
Read moreConvert a datetime value to text and specify the display formatting by using special format strings.
Read moreConvert a numeric value to text and specify the display formatting by using special format strings.
Read morePlace characters at the beginning of a string of text, when the length of the text is less than the specified width.
Read morePlace characters at the end of a string of text, when the length of the text is less than the specified width.
Read moreGenerate a single column table containing the substrings between the specified delimiter passed to the function.
Read moreConvert a numeric value to text and specify the display formatting by using special format strings.
Read moreLocate one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string.
Read moreReturn an integer specifying the position of the first occurrence of one string within another.
Read moreReturn an integer specifying the position of an occurrence of one string within another, from the end of string.
Read moreCalculate the number of whole working days between a start date and an end date.
Read moreCalculate the date that is the indicated number of working days before or after a date (the starting date).
Read moreCalculate the date that is the indicated number of working days before or after a date (the starting date).
Read more