Text Formulas
Text Formulas
Match Text 1
A2
Match Text 2
Name
nancy Davolio
Connect Strings
Formula Description (Result)
Match Text 2 A
1 Data
Use of Text()
Change case
Check if part of a cell matches
specific text
Check Cell To do this task, use the IF, SEARCH and ISNUMBER functions.
Use of Text()
Change case Connect the strings.
Let's say you want to create a single Full Name column by
Check Cell combining two other columns, First Name and Last Name. To
combine first and last names, use the CONCATENATE
Match Text 1 function or the ampersand (&) operator.
Example
Match Text 2
A B
1 First Name Last Name
Connect Strings 2 Nancy Davolio
3 Andrew Fuller
Remove Spaces Formula Description (Result)
Combines the names above,
=A2&" "&B2
separated by a space (Nancy Davolio)
Count Combines the names above,
=B3&", "&A3 separated by a comma (Fuller,
Andrew)
Use of Text() Combines the names above,
=CONCATENATE(A2," ",B2)
separated by a space (Nancy Davolio)
TEXT FUNCTION
Change case
Count
Use of Text()
CONTINUE
Change case
Convert dates to the text for the day
of the week.
Check Cell
A
Date
Match Text 1
19-Feb-2010
3-Jan-2010
Match Text 2
Formula Description (Result)
Check Cell
Match Text 1
Match Text 2
Count
Use of Text()
Count how often a single value occurs by
Change case using a function
• Use the COUNTIF function to perform this task
Check Cell • This function counts the number of cells within a range that
meet a single criterion that you specify.
Match Text 1 A B
Salesperson Invoice
Match Text 2 Buchanan 15,000
Buchanan 9,000
Connect Strings
Suyama 8,000
COUNT( )
ISTEXT( ) - HELP -
ISNUMBER( )
What Excel's ISTEXT function does?
IF( ) The ISTEXT formula checks whether a value entered is text or not.
If the formula validates a value as text, ISTEXT returns "TRUE." If
not, it returns a value of "FALSE.“
Syntax:-
=ISTEXT(value)
SEARCH( ) Example :-
COUNT( )
ISTEXT( ) - HELP -
ISNUMBER( )
What Excel's ISNUMBER function does?
IF( ) The ISNUMBER formula checks whether a value entered is
number or not. If the formula validates a value as number,
ISNUMBER returns "TRUE." If not, it returns a value of "FALSE.“
Syntax:-
=ISNUMBER(value)
SEARCH( ) Example :-
Syntax:-
=Search( text1, text2, start_position )
IF( )
SEARCH( )
TRIM( )
COUNT( )
ISTEXT( ) - HELP -
ISNUMBER( )
IF( )
SEARCH( )
TRIM( )
COUNT( )