View Single Post
  #1   Report Post  
serhat serhat is offline
Junior Member
 
Posts: 2
Default countif function

I have two values something like those;
0,0424063491580365
0,0424063491580364

If I subtract them I got zero
but İf I count them with Countif function in a list I got these two walues as different, i.e countif(A:A;A1) results in 1 in A:A another value (0,0424063491580364) exists.
How can I solve this problem?