Posted on Leave a comment

AND OR function in Excel

The And function check if all statements to be true, and if so, it will return the True result, otherwise, if one of the statements be false, then it will return the False value.
The OR function check if at least one of the statements be true, if so, then it will return the True value. Otherwise, if all of the statements be false, then it will return the false value

Posted on Leave a comment

SUBSTITUTE function in Excel

SUBSTITUTE replaces part of a text string, based on the characters you specify, with a different text string. This function is categorized as a String/Text Function. In this video we described how to use SUBSTITUTE function in different situations.

Posted on Leave a comment

REPLACE function in Excel

REPLACE replaces part of a text string, based on the number of characters you specify, with a different text string. This function is categorized as a String/Text Function. In this video we described how to use REPLACE function in different situations.

Posted on Leave a comment

T Function in Excel

The Microsoft Excel T function returns the text referred to by a value. The T function is a built-in function in Excel that is categorized as a String/TextFunction. It can be used as a worksheet function in Excel
In this video we described how to use T function in different situations

Posted on Leave a comment

EXACT Function in Excel

The EXACT function compares two text strings and returns TRUE if they are exactly the same, FALSE otherwise. EXACT is case-sensitive but ignores formatting differences. Use EXACT to test text being entered into a document. In this video we described how to use EXACT function in different situations.

Posted on Leave a comment

TEXTJOIN function in Excel

The Excel TEXTJOIN function concatenates (joins) values with a given delimiter. Unlike the CONCAT function, TEXTJOIN allows you to supply a range of cells, and has a setting to ignore empty values.
In this video we described how to use TEXTJOIN function in different situations.

Posted on Leave a comment

REPT Function in Excel

The Microsoft Excel REPT function returns a repeated text value a specified number of times. This function is categorized as a String/Text Function.

In this video we described how to use REPT function in different situations.