Hi all,
I have run into an odd error in a program I'm writing, and have isolated the problem with a smaller sub-code. Basically my code checks to see if the first digit in an integer matches a whole number in another cell. For the most part the code works fine, but in some situations it fails to recognize matches and I can't figure out why. The following is what my sheet looks like, as well as the code I wrote to check this error.
Col.A Col.B
R1 2.11 2
R2 2.21 2
R3 2.32 2
R4 2.12 2
R5 2.22 2
R6 2.32 2
I don't know if there is a basic solution for this, but I'm stumped, and any help would be greatly appreciated.
Bookmarks