Am I going crazy? Why is Excel Telling me different numbers are the same?!?!?!

jimmy90

Board Regular
Joined
May 1, 2013
Messages
80
Excel 2007
AB
1924589011357215761580030194
292458901135721576158001015
392458901135721576162001018
492458901135721576162002015

<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
B1=COUNTIF(A1:A4,A1)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>






Also, If I highlight Column A and use the built in conditional formatting highlight duplicate values all values are highlighted.

I have tried converting the column to Text and no Number. Nothing works.

Does this have something to do with the Scientific Notation? Even though the numbers do not appear as scientific notion and Excel documentation on Notation states that it does not change the cells actual value, I have no other ideas.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Try using SUMPRODUCT instead:
=SUMPRODUCT((A1:A4=A1)+0)

Unlike COUNTIF, SUMPRODUCT will not try and convert the criteria to numbers if possible.
 
Upvote 0

Forum statistics

Threads
1,215,471
Messages
6,124,999
Members
449,201
Latest member
Lunzwe73

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top