G
Guest
I have a very large spreadsheet where I am using Countif to count the data in the first column. It works perfectly for the first 10,750 rows and then returns the wrong count for the remaing rows. Example: 12 when the correct count should be 9. I have 575 rows remaining. If I cut and paste, say 20 rows into another spreadsheet the count is correct on the new spreadsheet. If I paste all 575 rows into a new spreadsheet the count is wrong. The spreadsheet is set up as follows
Column A Column
NLM =COUNTIF(A:A,A1) result is
NLM =COUNTIF(A:A,A2) result is
NLM =COUNTIF(A:A,A3) result is
WLK =COUNTIF(A:A,A4) result is
WLK =COUNTIF(A:A,A5) result is
The count is used for a summary on another worksheet in the same workbook
Does any of this make sense
Column A Column
NLM =COUNTIF(A:A,A1) result is
NLM =COUNTIF(A:A,A2) result is
NLM =COUNTIF(A:A,A3) result is
WLK =COUNTIF(A:A,A4) result is
WLK =COUNTIF(A:A,A5) result is
The count is used for a summary on another worksheet in the same workbook
Does any of this make sense