Excel Basic Functions
Excel Basic Functions
=COUNTIF(range; expression)
• If expression is a simple data, this function will count the same data from the given range.
• In other cases will count the numbers of the true expressions from the range.
=”string”&”string2”...
• This expression will add the strings to one string. This is same to CONCATENATE(“string”;”string2”;...)
EXCEL Basic Functions: