This is messing my entire spreadsheet up.
I have two invoice numbers:
1: 4189032830052819
2: 4189032830052818
they differ by one number (representing the year but that's irrelevant)
if I go:
Countif(A1:A2,A1)
the result I get is 2, even though A1 only exists once.
similarly if I do conditional formatting to show duplicates, excel thinks these two are duplicates and highlights them.
How do i get around that? (I can't change these Invoice numbers, they have to stay the same for consistency with other functionalities of the spreadsheet)
I have two invoice numbers:
1: 4189032830052819
2: 4189032830052818
they differ by one number (representing the year but that's irrelevant)
if I go:
Countif(A1:A2,A1)
the result I get is 2, even though A1 only exists once.
similarly if I do conditional formatting to show duplicates, excel thinks these two are duplicates and highlights them.
How do i get around that? (I can't change these Invoice numbers, they have to stay the same for consistency with other functionalities of the spreadsheet)