View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default How to truncate to tenths digits without rounding

=ROUNDDOWN(A1,1)
--
Gary''s Student - gsnu200737


"Steve Haack" wrote:

I need the result of a formula to be calculated and displauyed to the tenths
digit, but I do not want to Round it, I simply want to drop the digits after
the tenths.

If I change the display formatting of the cell, it will use the underlying
number in other calculations, but I only want it to use to the tenths without
it being rounded.

How do I do that?

Thanks,
Steve