Funkcija EXACT
Excel funkcija EXACT kao rezultat vraća vrednost TRUE ili FALSE nakon upoređivanja dva stringa. Ona u Excel-u postoji veoma dugo.
Sintaksa funkcije EXACT ima sledeće argumente:
EXACT(tekst1, tekst2)
Tekst1, Tekst2 – Referenca ćelije u kojoj je tekst čije vrednosti želite da uporedite.

Excel funkcija EXACT – Razlog upotrebe
Mnogi korisnici bi se zapitali Čemu to? zar nije dovoljno koristiti znak jednakosti? Kada želimo da uporedimo dva stringa ili sadržaj dve ćelije, znak jednakosti “ne vidi” razlike malih i velikih slova. Npr. Beograd i beograd su jednake reči za znak jednakosti, a za funkciju EXACT nisu.
Drugi razlog postojanja ovakve funkcije, je mogućnost da ispitujete jednakost stringova u nekom složenom ugnježdavanju funkcija.[:en]
EXACT function
The Excel EXACT function returns TRUE or FALSE as a result after comparing two strings. It has been in Excel for a very long time.
The syntax of the EXACT function has the following arguments:
EXACT (text1, text2)
Text1, Text2 – A cell reference that contains the text whose values you want to compare.
Excel function EXACT – Reason for use
Many users would wonder Why? isn’t it enough to use the equals sign? When we want to compare two strings or the contents of two cells, the equal sign “does not see” the difference between lowercase and uppercase letters. For example. Belgrade and Belgrade are equal words for the sign of equality, and not for the EXACT function.
Another reason for the existence of such a function is the ability to examine the equality of strings in a complex nesting function.[:]