Exact Function compare two word, if both are same it will return TRUE otherwise it will return FALSE
Syntax for EXACT Function
=EXACT(text1,text2)
Arguments of EXCAT Function
text1: required. the word which we want to comparetext2: required. the word which is to be compared with text1.
Behaviour of EXACT Function
Here we have taken examples of some fruit names and compare text 1 and text2
EXACT Function is case sensitive so here if we compare same name on with upper later and lower latter it will give result as FALSE.
Here Apple and apple is different so EXACT Function will return FALSE
Same as Banana and Banana is same so Exact Function will return TRUE
No comments:
Post a Comment