View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
azza azza is offline
external usenet poster
 
Posts: 6
Default Set fixed Decimal places with no rounding

Hi.

Im trying to cut off the extra decimal places. i only want it to be 1dp or
2dp depending on the place. I used the LEFT function for the whole numbers,
and played with the =FIXED(A1,1) but this rounds the numbers.

Basically I want 90.789 to = '90.7'. 90.3985=90.3 90.333 = 90.3

The number is a result of a calculation.

Thanks.