Thread: rounding down
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Cutter[_13_] Cutter[_13_] is offline
external usenet poster
 
Posts: 1
Default rounding down

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

--
Message posted from http://www.ExcelForum.com