Hi,
1st time post and I've got something that just doesn't make sense.
I'm importing data from a Yahoo group website that I use to calculate monthly dues for a group of associates.
I had an issue a while ago where someone didn't enter their data correctly and I'm trying to write an audit script to make sure all the numbers are correct before doing the billing.
Here's an example of the CSV data that I'm importing:
"09/01/2012", "Big Bird", "717.32", "718.87", "1.55", "801.8", "803.4", "1.6"
"09/07/2012", "Big Bird", "718.87", "720.21", "1.34", "803.4", "804.6", "1.2"
Here is how the data looks after I import it:
[TABLE="width: 775"]
Date
[/td]Name
[/td]Tach time-in
[/td]Tach time-out
[/td]Flown Ttime
[/td]Hobbs time-in
[/td]Hobbs time-out
[/td]Flown Htime
[/td]
[TD="align: right"]9/1/2012[/TD]
Big Bird
[/td]
[TD="align: right"]717.32[/TD]
[TD="align: right"]718.87[/TD]
[TD="align: right"]1.55[/TD]
[TD="align: right"]801.8[/TD]
[TD="align: right"]803.4[/TD]
[TD="align: right"]1.6[/TD]
[TD="align: right"]9/7/2012[/TD]
Big Bird
[/td]
[TD="align: right"]718.87[/TD]
[TD="align: right"]720.21[/TD]
[TD="align: right"]1.34[/TD]
[TD="align: right"]803.4[/TD]
[TD="align: right"]804.6[/TD]
[TD="align: right"]1.2[/TD]
[/TABLE]
So I want to have a formula that verifies that 718.87-717.32 really equals 1.55.
Problem is when I calcuate 718.87-717.32 and compare it to the 1.55 that I imported, they don't match!
I've confirmed that all the cells holding the numbers I imported are set to Number and increased the precision of the numbers to make sure I wasn't getting a rounding error (which seemed unlikely due to the simple numbers I'm using).
Any ideas?
Regards,
GregInMI