Skip to main content
Functions
MID, MIDB function
Description MID returns a specific number of characters from a text string, starting at the position you specify, based on the number […]
Functions
FIND, FINDB function
Description The FIND and FINDB Functions locate one text string within a second text string, and return the number of the starting […]
Functions
Find The First Number In A Text String Use Excel Formula
Sometimes you may want to find the first number in a text string, and deal with the numbers. In this case, we […]
Functions
T function
Description T function returns the text referred to by value. Syntax T(value) Parameters value Required. The value you want to test. Remarks […]
Learn
Excel Macro: Convert Numbers Into Words
Excel does not have a default function to display numbers as English words in a worksheet, but you can do it with […]
Docs
Mid function
Returns a Variant (String) containing a specified number of characters from a string. Syntax Mid(string, start, [ length ]) The Mid function […]