rounding down

  • Thread starter Thread starter JT
  • Start date Start date
J

JT

I'm looking for help with a formula. I want to round down
to the nearest integer. For example, 4.1, 4.5, and 4.9
should all round down to 4. I can find how to round but
not how to round down. Thanks for the help.
 
Use the INT or TRUNC formula

Both return the next lowest integer. The only difference between the
is when dealing with negative integers.

If Cell A1 has 4.5 in it put TRUNC(A1) in B1 and you'll get
 

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

rounding to nearest .5 in vba 12
Rounding formulas 5
Excel Stop Excel from displaying rounded values 4
Rounding Up & Down 2
Rounding Time down 4
add Rounding function to this formula 2
Rounding problem 9
Rounding 2

Back
Top