Thread
:
rounding down
View Single Post
#
2
Posted to microsoft.public.excel.programming
Cutter[_13_]
external usenet poster
Posts: 1
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
Reply With Quote
Cutter[_13_]
View Public Profile
Find all posts by Cutter[_13_]