Function Exact()

Exact()

This function checks whether the 2 text strings are exactly same or not. It returns TRUE or FALSE as per the case. This function is case-sensitive and treats 'A' different from 'a'


Syntax:

= Exact (Text1, Text2)

Text1, Text2 = are 2 text strings to be compared


Example:

Following Examples will make the usage of Exact() function clear
  • = Exact ("Excel, "Matic") - result will be - FALSE
  • = Exact ("Excel, "excel") - result will be - FALSE
  • = Exact ("matic, "Matic") - result will be - FALSE
  • = Exact ("Excel, "Excel") - result will be - TRUE
  • = Exact ("Matic, "Matic") - result will be - TRUE
Share on Google Plus

About Dhakkanz

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Saturday, June 13, 2009

Function Exact()

Exact()

This function checks whether the 2 text strings are exactly same or not. It returns TRUE or FALSE as per the case. This function is case-sensitive and treats 'A' different from 'a'


Syntax:

= Exact (Text1, Text2)

Text1, Text2 = are 2 text strings to be compared


Example:

Following Examples will make the usage of Exact() function clear
  • = Exact ("Excel, "Matic") - result will be - FALSE
  • = Exact ("Excel, "excel") - result will be - FALSE
  • = Exact ("matic, "Matic") - result will be - FALSE
  • = Exact ("Excel, "Excel") - result will be - TRUE
  • = Exact ("Matic, "Matic") - result will be - TRUE

Function Exact()SocialTwist Tell-a-Friend

0 comments:

Post a Comment