Number Format Issues-Decimal Places

G

Guest

When working with decimals with 3 decimal places, I get the weirdest issues.
Type .101 in A1 and type .102 in A2, Select both and then drag down series to
row 1000. At some point(usually around the 564th line) the numbers change
over to show about 15 decimal spaces. This throws off lookups or formulas
that require the numbers to be exact.

Also, when you drag down the numbers, the problem will go away once it
reaches 1.000, or I've seen where it will effect numbers in bunches.

Any ideas or suggestions would be appreciated.
 
R

Ron Rosenfeld

When working with decimals with 3 decimal places, I get the weirdest issues.
Type .101 in A1 and type .102 in A2, Select both and then drag down series to
row 1000. At some point(usually around the 564th line) the numbers change
over to show about 15 decimal spaces. This throws off lookups or formulas
that require the numbers to be exact.

Also, when you drag down the numbers, the problem will go away once it
reaches 1.000, or I've seen where it will effect numbers in bunches.

Any ideas or suggestions would be appreciated.

I cannot reproduce your problem (XL2002). I did what you describe and all of
my numbers have 0, 1, 2 or 3 decimal places.

Any chance that certain cells are formatted as other than general?

Does it happen in a new workbook?

What happens if in A2 you put the formula =A1+.001 and drag that down?

One workaround would be either that formula, or the formula:

=round(a1+.001,3)

then copy/paste special values




--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top