350Z Pilot
Board Regular
- Joined
- Nov 18, 2008
- Messages
- 64
Recently one of my vendors switched to a 19 digit Order Ref# and it's driving me nuts. Below is a simplified example where I'm counting the number of times the Ref# in cell A14 appears in range A1:A14. My formula, =COUNTIF(A1:A14,"="&A14), counts "4 times" but the correct answer is "1 time". NOTE: The Ref #s are formatted as TXT. Are the Ref #s just to big for Excel 2010 to handle? Any help would be appreciated.
Thanks in advance
<tbody>
[TD="width: 31, bgcolor: transparent"] 3 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409039900002387409 [/TD]
[TD="width: 31, bgcolor: transparent"] 4 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002488939 [/TD]
[TD="width: 31, bgcolor: transparent"] 5 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409059900002518343 [/TD]
[TD="width: 31, bgcolor: transparent"] 6 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002490397 [/TD]
[TD="width: 31, bgcolor: transparent"] 7 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409039900002387599 [/TD]
[TD="width: 31, bgcolor: transparent"] 8 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409049900002533179 [/TD]
[TD="width: 31, bgcolor: transparent"] 9 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409059900002521827 [/TD]
[TD="width: 31, bgcolor: transparent"] 10 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002489247 [/TD]
[TD="width: 31, bgcolor: transparent"] 11 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002489554 [/TD]
[TD="width: 31, bgcolor: transparent"] 12 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002491259 [/TD]
[TD="width: 31, bgcolor: transparent"] 13 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002491446 [/TD]
[TD="width: 31, bgcolor: transparent"] 14 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002490802 [/TD]
[TD="width: 31, bgcolor: transparent"] 15 [/TD]
[TD="width: 198, bgcolor: transparent"][/TD]
[TD="width: 31, bgcolor: transparent"] 16 [/TD]
[TD="width: 198, bgcolor: transparent"] 4 [/TD]
[TD="width: 31, bgcolor: transparent"][/TD]
[TD="width: 198, bgcolor: transparent"][/TD]
</tbody>
Thanks in advance
1 | Order Ref No |
2 | 1408149900002224029 |
<tbody>
[TD="width: 31, bgcolor: transparent"] 3 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409039900002387409 [/TD]
[TD="width: 31, bgcolor: transparent"] 4 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002488939 [/TD]
[TD="width: 31, bgcolor: transparent"] 5 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409059900002518343 [/TD]
[TD="width: 31, bgcolor: transparent"] 6 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002490397 [/TD]
[TD="width: 31, bgcolor: transparent"] 7 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409039900002387599 [/TD]
[TD="width: 31, bgcolor: transparent"] 8 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409049900002533179 [/TD]
[TD="width: 31, bgcolor: transparent"] 9 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409059900002521827 [/TD]
[TD="width: 31, bgcolor: transparent"] 10 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002489247 [/TD]
[TD="width: 31, bgcolor: transparent"] 11 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002489554 [/TD]
[TD="width: 31, bgcolor: transparent"] 12 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002491259 [/TD]
[TD="width: 31, bgcolor: transparent"] 13 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002491446 [/TD]
[TD="width: 31, bgcolor: transparent"] 14 [/TD]
[TD="width: 198, bgcolor: transparent"] 1409089900002490802 [/TD]
[TD="width: 31, bgcolor: transparent"] 15 [/TD]
[TD="width: 198, bgcolor: transparent"][/TD]
[TD="width: 31, bgcolor: transparent"] 16 [/TD]
[TD="width: 198, bgcolor: transparent"] 4 [/TD]
[TD="width: 31, bgcolor: transparent"][/TD]
[TD="width: 198, bgcolor: transparent"][/TD]
</tbody>