Thanks!
Excel 2002 - dropping decimals (no rounding)
#1
Posted 14 August 2012 - 04:41 PM
Thanks!
#2
Posted 14 August 2012 - 10:42 PM
In Office Office you can do it with:
TRUNC(Number; Count) I assume you can do the same in Excel.
TRUNC(.777777;2) = .77
or create a second column and have it do the trunc of cells in the first column and then hide the first column.
Ron
TRUNC(Number; Count) I assume you can do the same in Excel.
TRUNC(.777777;2) = .77
or create a second column and have it do the trunc of cells in the first column and then hide the first column.
Ron
Share this topic:
Page 1 of 1

