I was spot-checking the code I wrote, which goes through 17000 people, performs some calculations for them, and then spits the data out on another tab. I assigned an ID number to each person for easy checking.
Occasionally, in the loop, I'll spot things like (for ID):
456
457
457
459
Then I'll re-run it and that problem will be gone, but will appear somewhere else (or if I plug in 458, all the information I need is there and correct). Is this a CPU overflow issue? Any idea on how to correct this?
Thanks,
Alex
Occasionally, in the loop, I'll spot things like (for ID):
456
457
457
459
Then I'll re-run it and that problem will be gone, but will appear somewhere else (or if I plug in 458, all the information I need is there and correct). Is this a CPU overflow issue? Any idea on how to correct this?
Thanks,
Alex