Thread: IF Statement
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default IF Statement

Use:


=IF(B4<10,ROUND(B4,1),ROUND(B4,0))

--
Gary's Student


"Sue" wrote:

How can I write an IF statement for the following:

If the value in cell b4 < 10, round that figure to 1 decimal place.

If the value in cell b4 = 10, round that figure to 0 decimal place.

Thanks,
--
Sue