QUOTE(Smash @ Nov 23 2007, 12:17 PM)

QUOTE(wreakhavoc @ Nov 23 2007, 06:33 AM)

Thanks all. I see I have a lot to learn about it. Why did the long number that I typed in (in a column that I had always typed in long numbers) came out with a decimal point in it and the "+11" at the end? This was just a one time occurrence, I had never changed any settings.
it displays that way because you exceeded the width of the column. if you click on the header of that column between it and the next column, it will auto expand to the widest necessary size for a value in that column.
Otherwise you can format it to display a certain number of decimals only, by editing the format of the column.
What he said. The +11 is scientific notation, saying that the decimal point needs moved 11 places. Scientific notation is 1 whole number, followed by all the digits, followed by the e+11.
So 1.87e+10 is 18,700,000,000. 1.87e-10 is .000000000187
By using the format, you can specify where the . goes and how many positions to display to the right of it.
Also, if your region is off, it could switch the . and the , as other countries can call a thousand bucks $1.000,00 rather than our method of $1,000.00