Hi there,
Instead of removing duplicates, I tried to count number of duplicated items using countifs. In column A, I have IDs of transactions (they are not unique), in B date, C description, D amount. In Column E, I wrote the following formula: =countifs(A:A, A1, B:B, B1, C:C, C1, D:D, D1) and I have zeros. What do zeros mean in this case? I would expect all the unique ones to return one, but somehow I have zeros. Why do I get them?
Many thanks in advance.
Instead of removing duplicates, I tried to count number of duplicated items using countifs. In column A, I have IDs of transactions (they are not unique), in B date, C description, D amount. In Column E, I wrote the following formula: =countifs(A:A, A1, B:B, B1, C:C, C1, D:D, D1) and I have zeros. What do zeros mean in this case? I would expect all the unique ones to return one, but somehow I have zeros. Why do I get them?
Many thanks in advance.