If the absolute (number) value of two cells is the same but the symbol (currency) is different. The program returns "No diff found!" and does not detect the difference in currency ($100 and €100 return no diff found).
This might be because the program only checks the absolute value of the cell and not the cell format type.
!This issue was opened as part of a school project related to software testing!