View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KHinMN KHinMN is offline
external usenet poster
 
Posts: 1
Default Rounding Numbers

I need to "lop off" a fractional number -- but not round it. Kind of like
truncating only not to an integar -- keeping to 100th decimal place.

1.6595959 would be 1.65

Is that the same as rounding down? I guess I'll try that next -- unless
someone else has another idea?