It can't!! It just chops off the fraction bit.
It could be that the number is actually less than 1 - but is formatted to
show 0 decimal places. If the number was 0.9966 and was formatted to show 0
decimal places, it would display 1 but an INT() on it would give you 0
Andy.
> hi thanks for your help,the problem i am getting is when i use either int
> or
[quoted text clipped - 11 lines]
>> > ie 1.6 to 1 or 1 to 1
>> > thanks jnf
jnf - 17 Mar 2006 14:16 GMT
hi thanks for help, you are right i have tried it with a clean number and it
works, i think my problem is it could be a calculation from antother cell
thank jnf
> It can't!! It just chops off the fraction bit.
>
[quoted text clipped - 19 lines]
> >> > ie 1.6 to 1 or 1 to 1
> >> > thanks jnf