View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo[_4_] Sheeloo[_4_] is offline
external usenet poster
 
Posts: 225
Default Problems truncating a column

You should not...

Do you mean to say that
=TRUN(0,0) is giving you 1?

Can you post the number which is truncating to 1?

I tried with
1.0989
2.0989
3.0989
4.0989
5.0989
0

and got
1
2
3
4
5
0



"Abbey Normal" wrote:

I have a column of numbers on a sheet w/22,000 rows, I'm trying to truncate
the decimal. If I try =Trunc(a2,0) on 1.093 I get 1 which is what I want. But
if I copy the cell to fill the rest of the column, 0 will truncate to 1. What
am I doing wrong?
Thanks for any help,