Rounding with no Decimals...

C

Confused Man

Hello all,

I have a cell set up to show a number with no decimals. With decimals the
number should be 5555.9854... but when I set it up to show no decimals it
returns 5556. is there a way to tell it not to round the whole number at
all?

Thanks so much,
Confused Man
 
D

Dodo2u

Hello all,

I have a cell set up to show a number with no decimals. With decimals
the number should be 5555.9854... but when I set it up to show no
decimals it returns 5556. is there a way to tell it not to round the
whole number at all?

Use ROUNDDOWN
 
K

Karthik

You can also use
=INT( ) function

=int(5555.9854) Result 5555

Karthik Bhat
Bangalore
 

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

Similar Threads


Top